diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-21 10:23:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-21 10:23:45 -0400 |
commit | 5312a48f8b7e8b791c4d9337ca26ba17c253feb3 (patch) | |
tree | 3100f667eb21a7f28cdddc163e652d8cc5e422cb /ms | |
parent | 7094daf93312c1bbf38b2fb9b3b2c0d2a669f589 (diff) |
Roll to next snapshot
Roll to next Guilin snapshot release
Change-Id: I00617e1f532302077a5576115f8c4e91007e9428
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 4 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 7 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 4 |
4 files changed, 9 insertions, 10 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index bab6fe67..7ff4460a 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.0-SNAPSHOT</version> + <version>1.0.1-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.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 213f02c6..b0c1eac8 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -1,18 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-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 b7ef8d8b..e748834e 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.0-SNAPSHOT</version> + <version>1.0.1-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.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> |