summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-06 07:06:23 -0400
committerDan Timoney <dtimoney@att.com>2023-06-06 07:06:23 -0400
commited60f879e6b6e9e9869616598b60c6617fd6801d (patch)
tree478cda255d5aa01524889353d7d1eeb4e5ace165
parent1b9bde64678bf4e07479fff474bc7e9e93853e0b (diff)
Roll master for Londonlondon
Roll version to initial snapshot for London release Issue-ID: CCSDK-3903 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I18c3ce9db3ed0ed3bc6dadc7aeb35151922b5676
-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--ms/sanity-test/pom.xml4
-rw-r--r--ms/sanity-test/sanity-test-app/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
8 files changed, 14 insertions, 14 deletions
diff --git a/ms/gra/gra-app/pom.xml b/ms/gra/gra-app/pom.xml
index 38e8fad..c314c67 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.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>gra-app</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.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 6dbaa2e..2a556e1 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.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>gra-docker</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.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 dae86c4..26b467c 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.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>gra</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps :: ms :: ${project.artifactId}</name>
diff --git a/ms/pom.xml b/ms/pom.xml
index f56933d..0ad03e2 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -25,12 +25,12 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<!-- Unnecessary comment to test generated jobs from PR -->
<artifactId>sdnc-apps-ms</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Micro-services Root</name>
diff --git a/ms/sanity-test/pom.xml b/ms/sanity-test/pom.xml
index 556ebf0..7394f1d 100644
--- a/ms/sanity-test/pom.xml
+++ b/ms/sanity-test/pom.xml
@@ -25,11 +25,11 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps-ms</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>sanity-test</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps :: ms :: ${project.artifactId}</name>
diff --git a/ms/sanity-test/sanity-test-app/pom.xml b/ms/sanity-test/sanity-test-app/pom.xml
index a8319cb..aaf2b15 100644
--- a/ms/sanity-test/sanity-test-app/pom.xml
+++ b/ms/sanity-test/sanity-test-app/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sanity-test</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sanity-test-app</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>sdnc-apps :: ms :: sanity-test :: ${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index b5715e1..02c529c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps</name>
diff --git a/version.properties b/version.properties
index 43a7068..d29d28b 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=4
+sprint_number=5
feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}