diff options
author | Mickael JEZEQUEL <mickael.jezequel@orange.com> | 2018-03-23 15:54:31 +0100 |
---|---|---|
committer | Mickael JEZEQUEL <mickael.jezequel@orange.com> | 2018-03-23 16:04:11 +0100 |
commit | b7baf799547166b3672dc93b2b7fb32dd3938914 (patch) | |
tree | 8b5d06de1a654871ad4889b762995b232698531b /validation-scripts | |
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>
Diffstat (limited to 'validation-scripts')
-rw-r--r-- | validation-scripts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |