[AAI-ONAP] Change the pom to add 1.1-STAGING tag 03/4603/1
authorVenkata Harish K Kajur <vk250x@att.com>
Thu, 1 Jun 2017 23:59:36 +0000 (19:59 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 2 Jun 2017 00:00:34 +0000 (20:00 -0400)
Change-Id: Iba2063f0ead74f5bd7c4550003bab57122f678a2
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-resources/pom.xml
pom.xml

index 245f590..1a4bb2a 100644 (file)
                                                                <name>${docker.push.registry}/openecomp/aai-resources:%l</name>
                                                                <build>
                                                                        <tags>
-                                                                               <tag>${project.docker.latesttag.version}</tag>
+                                                                               <tag>latest</tag>
                                                                                <tag>${project.version}-STAGING-${maven.build.timestamp}</tag>
+                                                                               <tag>${aai.docker.version}-STAGING-latest</tag>
                                                                        </tags>
                                                                        <cleanup>try</cleanup>
                                                                        <dockerFileDir>${dockerLocation}</dockerFileDir>
diff --git a/pom.xml b/pom.xml
index 8c392ab..9d1f223 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,8 @@
                <runAjscHome>${aaiAppHome}/target/swm/package/nix/dist_files${distFilesRoot}</runAjscHome>
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
                <ajscRuntimeVersion>2.1.0</ajscRuntimeVersion>
-               <aai.project.version>${project.version}</aai.project.version>
+               <aai.project.version>1.1.0</aai.project.version>
+               <aai.docker.version>1.1</aai.docker.version>
 
                <!-- This will be the Absolute Root of the Project and should contain NO 
                        Versioning -->