aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ncomp-maven-base/pom.xml2
-rw-r--r--ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml4
-rw-r--r--ncomp-maven-sirius-project/pom.xml4
-rw-r--r--ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--ncomp-maven-sirius-runtime/pom.xml4
-rw-r--r--ncomp-maven-xcore-project/pom.xml4
-rw-r--r--ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--ncomp-maven-xcore/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
10 files changed, 14 insertions, 14 deletions
diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml
index b67f8ea..8a6b962 100644
--- a/ncomp-maven-base/pom.xml
+++ b/ncomp-maven-base/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-base</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
index 367eb8a..c8e4522 100644
--- a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
+++ b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
@@ -4,7 +4,7 @@
<groupId>GNAMEEEE</groupId>
<artifactId>PPPP</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PPPP</name>
@@ -19,7 +19,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/ncomp-maven-sirius-project/pom.xml b/ncomp-maven-sirius-project/pom.xml
index dcc2da8..2ea34da 100644
--- a/ncomp-maven-sirius-project/pom.xml
+++ b/ncomp-maven-sirius-project/pom.xml
@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-sirius-project</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<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/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml
index 69c295b..d3db1c2 100644
--- a/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml
+++ b/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.openecomp.ncomp.sirius.manager</groupId>
<artifactId>ncomp-sirius-manager-base</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/ncomp-maven-sirius-runtime/pom.xml b/ncomp-maven-sirius-runtime/pom.xml
index d1df34d..d771da4 100644
--- a/ncomp-maven-sirius-runtime/pom.xml
+++ b/ncomp-maven-sirius-runtime/pom.xml
@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-sirius-runtime</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<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/ncomp-maven-xcore-project/pom.xml b/ncomp-maven-xcore-project/pom.xml
index 63f50c1..a74cf1e 100644
--- a/ncomp-maven-xcore-project/pom.xml
+++ b/ncomp-maven-xcore-project/pom.xml
@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-xcore-project</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<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/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml
index 03c5a88..c0c51b7 100644
--- a/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml
+++ b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml
@@ -5,7 +5,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>
</parent>
<dependencies>
<dependency>
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index 323411d..f3b0204 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-xcore</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/pom.xml b/pom.xml
index 74bebc9..d1367df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
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