From 16573359029ab1260a6ba07b9cbbbbbb5698d3b4 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 7 Mar 2017 19:08:23 +0000 Subject: [PATCH] Update version props from load to patch - Also add the tags for docker images - Change the docker push to using plugin - Change back the docker plugin tag name - Also update to 1.0.0 Change-Id: Ia6c29cf4dabfd158668b774be2df558e3070687c Signed-off-by: Venkata Harish K Kajur --- aai-schema/pom.xml | 2 +- ajsc-aai/pom.xml | 10 ++++++---- annotations/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 450b13b..3301437 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -5,7 +5,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0-SNAPSHOT + 1.0.0 aai-schema aai-schema diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml index 9176bba..5479044 100644 --- a/ajsc-aai/pom.xml +++ b/ajsc-aai/pom.xml @@ -5,7 +5,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0-SNAPSHOT + 1.0.0 ajsc-aai ajsc @@ -17,6 +17,9 @@ false java + 1.0.0 + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec @@ -339,12 +342,12 @@ org.openecomp.aai.aai-service aai-schema - 1.0.0-SNAPSHOT + 1.0.0 org.openecomp.aai.aai-service annotations - 1.0.0-SNAPSHOT + 1.0.0 @@ -435,7 +438,6 @@ ${dockerLocation} docker-hub - ${docker_imageversion} latest true diff --git a/annotations/pom.xml b/annotations/pom.xml index 86dcecd..1e76e66 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -5,7 +5,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0-SNAPSHOT + 1.0.0 annotations annotations diff --git a/pom.xml b/pom.xml index dfc6460..73bb013 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0-SNAPSHOT + 1.0.0 aai pom diff --git a/version.properties b/version.properties index f016a54..a09eab9 100644 --- a/version.properties +++ b/version.properties @@ -5,9 +5,9 @@ major_version=1 minor_version=0 -load_number=0 +patch_version=0 -base_version=${major_version}.${minor_version}.${load_number} +base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -- 2.16.6