summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-09-23 16:04:52 -0400
committerDan Timoney <dtimoney@att.com>2020-09-23 16:04:52 -0400
commit7acc7d84a4565fa8420bcea3d9dcac1ea2974ad6 (patch)
tree40de4f4e7fee1ddc3bb4e93affec44c20d7f3268
parentee6e9c6382389b4200eafe137ebde2a2e051ff50 (diff)
Roll to next Guilin snapshot
Roll to next Guilin snapshot version Change-Id: I7efe2e32063312803c672778c9f5e8799297cfbc Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ms/generic-resource-api/pom.xml4
-rw-r--r--ms/pom.xml4
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
4 files changed, 7 insertions, 7 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml
index c3b95aa..137c918 100644
--- a/ms/generic-resource-api/pom.xml
+++ b/ms/generic-resource-api/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>generic-resource-api</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>sdnc-apps :: ms :: ${project.artifactId}</name>
diff --git a/ms/pom.xml b/ms/pom.xml
index c5cf9df..3b784b0 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.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>sdnc-apps-ms</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Micro-services Root</name>
diff --git a/pom.xml b/pom.xml
index 5e9f944..93796bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>sdnc-apps</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps</name>
diff --git a/version.properties b/version.properties
index 16392a3..63e3cb6 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
release_name=2
sprint_number=0
-feature_revision=1
+feature_revision=2
base_version=${release_name}.${sprint_number}.${feature_revision}