aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-06-22 12:04:24 +0200
committerJulienBe <jb379x@att.com>2017-06-22 12:05:54 +0200
commit027c3633b6d9b012b3efebc6ba94c308968b18c6 (patch)
treef497be36808db856d74983e30d50cab066cfaba5 /pom.xml
parent5e9feb2a8e360b82dc2b6e4145e0fd847d2924ce (diff)
[CLAMP-1] Changes to match build
Changing registry variable name Updating version Change-Id: I394b4eb19e1f79eab835c2dca242a804d0c6bc90 Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ecd9937cc..c00334ea1 100644
--- 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>
@@ -684,7 +684,7 @@
</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>