[CLAMP-1] Changes to match build 81/5181/1
authorJulienBe <jb379x@att.com>
Thu, 22 Jun 2017 10:04:24 +0000 (12:04 +0200)
committerJulienBe <jb379x@att.com>
Thu, 22 Jun 2017 10:05:54 +0000 (12:05 +0200)
Changing registry variable name
Updating version

Change-Id: I394b4eb19e1f79eab835c2dca242a804d0c6bc90
Signed-off-by: JulienBe <jb379x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ecd9937..c00334e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>1.0.0-SNAPSHOT</version>
        <name>ONAP CLAMP</name>
 
        <properties>
@@ -35,7 +35,7 @@
                <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
 
-               <clamp.registry>localhost:5000</clamp.registry>
+               <docker.push.registry>localhost:5000</docker.push.registry>
                <skip.docker.build>true</skip.docker.build>
                <skip.docker.tag>true</skip.docker.tag>
                <skip.docker.push>true</skip.docker.push>
                                                </goals>
                                                <configuration>
                                                        <image>onap/clamp</image>
-                                                       <newName>${clamp.registry}/onap/clamp</newName>
+                                                       <newName>${docker.push.registry}/onap/clamp</newName>
                                                        <pushImage>true</pushImage>
                                                        <skipDockerTag>${skip.docker.tag}</skipDockerTag>
                                                </configuration>