From d3f2f6f8ffbc0dfca6ea444583788160abf2ae2a Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Mon, 13 Mar 2017 16:35:01 +0000 Subject: [DCAE-1] changed POM version to 1.1.0-SNAPSHOT Change-Id: Ic62a827e74b704d43d152e0f3e3a99749328f990 Signed-off-by: Carsten Lund --- ncomp-docker-adaptor/pom.xml | 2 +- ncomp-docker-model/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ncomp-docker-adaptor/pom.xml b/ncomp-docker-adaptor/pom.xml index fa32d4f..b86a84b 100644 --- a/ncomp-docker-adaptor/pom.xml +++ b/ncomp-docker-adaptor/pom.xml @@ -6,7 +6,7 @@ org.openecomp.ncomp.sirius.manager ncomp-sirius-manager-base - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../../dcae-org.openecomp.ncomp.sirius.manager/ncomp-sirius-manager-base diff --git a/ncomp-docker-model/pom.xml b/ncomp-docker-model/pom.xml index 31b1c6b..0f9cc12 100644 --- a/ncomp-docker-model/pom.xml +++ b/ncomp-docker-model/pom.xml @@ -5,7 +5,7 @@ org.openecomp.ncomp.maven ncomp-maven-xcore - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-xcore diff --git a/pom.xml b/pom.xml index 6ee774d..812156a 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.openecomp.ncomp.maven ncomp-maven-base - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT ../dcae-org.openecomp.ncomp.maven/ncomp-maven-base diff --git a/version.properties b/version.properties index c0f2742..13f6d31 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg