diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-23 16:05:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-23 16:05:55 -0400 |
commit | 6ac2a7bd998d42384a30531042088f146d6a6ab0 (patch) | |
tree | 0404a47e4966ab73f8326178375ece3ca887b948 | |
parent | ee6e9c6382389b4200eafe137ebde2a2e051ff50 (diff) |
Roll to initial Honolulu snapshot
Roll to initial Honolulu snapshot version
Change-Id: I505ad4623b2fb8b401d66608aac6de0a132a28f3
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | ms/generic-resource-api/pom.xml | 4 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml index c3b95aa..8fc19cd 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.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>generic-resource-api</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-apps :: ms :: ${project.artifactId}</name> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>sdnc-apps-ms</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1</version> + <version>2.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-apps</name> diff --git a/version.properties b/version.properties index 16392a3..b64d6f3 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=2 -sprint_number=0 -feature_revision=1 +sprint_number=1 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |