summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael JEZEQUEL <mickael.jezequel@orange.com>2018-03-23 15:54:31 +0100
committerMickael JEZEQUEL <mickael.jezequel@orange.com>2018-03-23 16:04:11 +0100
commitb7baf799547166b3672dc93b2b7fb32dd3938914 (patch)
tree8b5d06de1a654871ad4889b762995b232698531b
parent74384bd96620964d15970ccb680b3a4a31b1408c (diff)
Fix pom for docker image build
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>
-rw-r--r--docker/pom.xml3
-rw-r--r--ice-server/pom.xml2
-rw-r--r--pom.xml1
-rw-r--r--validation-scripts/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/docker/pom.xml b/docker/pom.xml
index ad876b4..5def0fb 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -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>
diff --git a/ice-server/pom.xml b/ice-server/pom.xml
index b28feea..e5a6263 100644
--- a/ice-server/pom.xml
+++ b/ice-server/pom.xml
@@ -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
--- 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>
diff --git a/validation-scripts/pom.xml b/validation-scripts/pom.xml
index 3b13708..7038a53 100644
--- a/validation-scripts/pom.xml
+++ b/validation-scripts/pom.xml
@@ -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>