aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-13 16:21:48 +0000
committerCarsten Lund <lund@research.att.com>2017-03-13 16:21:48 +0000
commit740cb26781f77ac41e0cd1438ea289868fe01d01 (patch)
treea94cdc567b1d15587e99864d213d78b33b0b85a3
parent910a1258666453b9f07fcd8ddd7e57d0733ff95f (diff)
[DCAE-1] changed POM version to 1.1.0-SNAPSHOT
Change-Id: Ic5d5179e2a8fdba89586327e4250615acca08c10 Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-core-model/pom.xml2
-rw-r--r--ncomp-core-tools/pom.xml2
-rw-r--r--ncomp-core-types/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 5 insertions, 5 deletions
diff --git a/ncomp-core-model/pom.xml b/ncomp-core-model/pom.xml
index 920b879..d9eb494 100644
--- a/ncomp-core-model/pom.xml
+++ b/ncomp-core-model/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-xcore</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-xcore</relativePath>
</parent>
diff --git a/ncomp-core-tools/pom.xml b/ncomp-core-tools/pom.xml
index cea79f3..f9c938f 100644
--- a/ncomp-core-tools/pom.xml
+++ b/ncomp-core-tools/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.core</groupId>
<artifactId>ncomp-core-tools</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/ncomp-core-types/pom.xml b/ncomp-core-types/pom.xml
index c556434..e861404 100644
--- a/ncomp-core-types/pom.xml
+++ b/ncomp-core-types/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.core</groupId>
<artifactId>ncomp-core-types</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/pom.xml b/pom.xml
index 3027a19..271dea9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<parent>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-base</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
</parent>
</project>
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