From 0871470be00b62b264d76e96ee6b27cdb1b072c6 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Mon, 13 Mar 2017 16:34:50 +0000 Subject: [DCAE-1] changed POM version to 1.1.0-SNAPSHOT Change-Id: I7502e68cb2f52fa8f009d85c57173a48bedd5ba4 Signed-off-by: Carsten Lund --- ncomp-openstack-controller/pom.xml | 2 +- ncomp-openstack-model/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ncomp-openstack-controller/pom.xml b/ncomp-openstack-controller/pom.xml index 71790a7..1781dde 100644 --- a/ncomp-openstack-controller/pom.xml +++ b/ncomp-openstack-controller/pom.xml @@ -5,7 +5,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-openstack-model/pom.xml b/ncomp-openstack-model/pom.xml index de9a8d0..8864970 100644 --- a/ncomp-openstack-model/pom.xml +++ b/ncomp-openstack-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 779fb97..19fcbb8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openecomp.ncomp.openstack ncomp-openstack - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom ncomp-openstack @@ -43,7 +43,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