diff options
author | 2018-03-23 15:54:31 +0100 | |
---|---|---|
committer | 2018-03-23 16:04:11 +0100 | |
commit | b7baf799547166b3672dc93b2b7fb32dd3938914 (patch) | |
tree | 8b5d06de1a654871ad4889b762995b232698531b | |
parent | 74384bd96620964d15970ccb680b3a4a31b1408c (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.xml | 3 | ||||
-rw-r--r-- | ice-server/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | validation-scripts/pom.xml | 2 |
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> @@ -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> |