diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 14:56:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 14:56:52 -0400 |
commit | 6306b5901a17309e4cd635e6f684b02829235769 (patch) | |
tree | 02ba2ded4840fd82274b447dbf45e2f17adac127 | |
parent | 36da16f6560511165493366f07843ff59de6c3fd (diff) |
Roll to initial Honolulu snapshot
Roll to initial Honolulu snapshot version
Change-Id: I30fffe4ee61e329291ed0af835ae16579d08dffc
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | ms/neng/pom.xml | 4 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 4 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 4 | ||||
-rwxr-xr-x | pom.xml | 4 | ||||
-rw-r--r-- | services/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 2c2a923e..1387dccd 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -24,7 +24,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>Naming Generation</name> <properties> @@ -233,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <relativePath/> </parent> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 3d8fa7bf..cf063488 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: sliboot :: ${project.artifactId}</name> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index e748834e..b8033c8b 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -4,7 +4,7 @@ <groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId> <artifactId>vlantag-api</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Vlantag API</name> @@ -30,7 +30,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <relativePath/> </parent> @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-apps</name> diff --git a/services/pom.xml b/services/pom.xml index ce127c97..e828e812 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>services</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: services :: ${project.artifactId}</name> diff --git a/version.properties b/version.properties index 80908d69..3e971587 100644 --- a/version.properties +++ b/version.properties @@ -5,8 +5,8 @@ release_name=1 -sprint_number=0 -feature_revision=1 +sprint_number=1 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |