Fix pom for docker image build 19/38119/2
authorMickael JEZEQUEL <mickael.jezequel@orange.com>
Fri, 23 Mar 2018 14:54:31 +0000 (15:54 +0100)
committerMickael JEZEQUEL <mickael.jezequel@orange.com>
Fri, 23 Mar 2018 15:04:11 +0000 (16:04 +0100)
Fix build error on project vnf-sdk-ice: Project version is inherited from parent

Change-Id: I173409112a3dae4cf2eb258fc4aa4eb16ece8f81
Issue-ID: VNFSDK-214
Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
docker/pom.xml
ice-server/pom.xml
pom.xml
validation-scripts/pom.xml

index ad876b4..5def0fb 100644 (file)
@@ -22,13 +22,12 @@ under the License.
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>0.1.1</version>
+        <version>1.1.0</version>
         <relativePath>../../oparent</relativePath>
     </parent>
 
     <groupId>org.onap.vnfsdk.ice</groupId>
     <artifactId>vnf-sdk-ice-docker</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
 
     <name>ice docker image builder</name>
     <description>heat validation docker image builder</description>
index b28feea..e5a6263 100644 (file)
@@ -19,7 +19,7 @@ under the License.
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0</version>
         <relativePath>../../oparent</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index f15eca9..4a8b6b7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@ under the License.
 
     <groupId>org.onap.vnfsdk.ice</groupId>
     <artifactId>vnf-sdk-ice</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>vnfsdk-ice</name>
index 3b13708..7038a53 100644 (file)
@@ -19,7 +19,7 @@ under the License.
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0</version>
         <relativePath>../../oparent</relativePath>
     </parent>