summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-27 15:38:49 -0400
committerDan Timoney <dtimoney@att.com>2020-03-27 15:38:52 -0400
commit7f0132ec5d305c4f63b75dee8108c498bf28755b (patch)
treee708ea6923b6671bb677e3bc48d2fe3659ecb720 /ms
parent80250bdfc3952e82999c791c108a9b0d9a1329da (diff)
Roll to Guilin release
Roll to Guilin release numbers Change-Id: I31f0aaa9ef5649a65e2978c075aa0b64d64e55fd Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r--ms/neng/pom.xml5
-rw-r--r--ms/pom.xml5
-rw-r--r--ms/vlantag-api/pom.xml4
3 files changed, 8 insertions, 6 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml
index e7d8cf31..bab6fe67 100644
--- a/ms/neng/pom.xml
+++ b/ms/neng/pom.xml
@@ -18,12 +18,13 @@
* limitations under the License.
* ============LICENSE_END=========================================================
-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.ccsdk.apps</groupId>
<artifactId>ccsdk-apps-ms-neng</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Naming Generation</name>
<properties>
@@ -232,7 +233,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.2</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/ms/pom.xml b/ms/pom.xml
index b25cc75a..cc892bf8 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -18,17 +18,18 @@
* limitations under the License.
* ============LICENSE_END=========================================================
-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.ccsdk.apps</groupId>
<artifactId>ccsdk-apps</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>ccsdk-apps-ms</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Micro-services Root</name>
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml
index 539a6146..b7ef8d8b 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>0.7.0-SNAPSHOT</version>
+ <version>1.0.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>1.5.2</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath/>
</parent>