summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-06-11 15:58:59 -0400
committerDan Timoney <dtimoney@att.com>2021-06-11 15:58:59 -0400
commit85fcbf057cfbad2f7eb9121aaf6bd15ab1d11bc8 (patch)
tree41ec004c659e854ad4b33fb41fac7624f3077228
parentada20201d47d8b8bc97a1ed28bba6ba5c3258921 (diff)
Roll version for Istanbul release
Roll version in master branch for Istanbul release Change-Id: Icb719eefbedfeab812934cd12c9ab7f457b720fa Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ms/gra/gra-app/pom.xml4
-rw-r--r--ms/gra/gra-docker/pom.xml4
-rw-r--r--ms/gra/pom.xml4
-rw-r--r--ms/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
6 files changed, 10 insertions, 10 deletions
diff --git a/ms/gra/gra-app/pom.xml b/ms/gra/gra-app/pom.xml
index 5ed517c..be91dc4 100644
--- a/ms/gra/gra-app/pom.xml
+++ b/ms/gra/gra-app/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>gra</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>gra-app</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>sdnc-apps :: ms :: gra :: ${project.artifactId}</name>
diff --git a/ms/gra/gra-docker/pom.xml b/ms/gra/gra-docker/pom.xml
index af9b80c..fdb393d 100644
--- a/ms/gra/gra-docker/pom.xml
+++ b/ms/gra/gra-docker/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>gra</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>gra-docker</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>sdnc-apps :: ms :: gra :: ${project.artifactId}</name>
diff --git a/ms/gra/pom.xml b/ms/gra/pom.xml
index 8a421db..bc7c5fe 100644
--- a/ms/gra/pom.xml
+++ b/ms/gra/pom.xml
@@ -25,11 +25,11 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps-ms</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>gra</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps :: ms :: ${project.artifactId}</name>
diff --git a/ms/pom.xml b/ms/pom.xml
index 059c531..4dedef5 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -25,11 +25,11 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>sdnc-apps-ms</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Micro-services Root</name>
diff --git a/pom.xml b/pom.xml
index 2276098..fb2bdb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps</name>
diff --git a/version.properties b/version.properties
index b64d6f3..a41e028 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
release_name=2
-sprint_number=1
+sprint_number=2
feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}