[AAI-ONAP] Change the pom to add 1.1-STAGING tag 05/4605/1
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 2 Jun 2017 02:43:05 +0000 (22:43 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 2 Jun 2017 02:43:31 +0000 (22:43 -0400)
Change-Id: Id2e7db354b48e73a04cba194565b27025454850f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-traversal/pom.xml
pom.xml

index a68965f..2ce8022 100644 (file)
                                                                <name>${docker.push.registry}/openecomp/aai-traversal:%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 db2bc98..cb1ba75 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,8 @@
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
                <ajscRuntimeVersion>2.1.0</ajscRuntimeVersion>
                <aai-schema.version>1.1.0-SNAPSHOT</aai-schema.version>
-               <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 -->