diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-27 14:14:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-27 19:39:42 +0000 |
commit | 98f0dafd4ec51bd750da7c73637214ea80ff2c49 (patch) | |
tree | 68d205c7f00a2a2d519f70c9e30aeac563c70134 /ms | |
parent | 80250bdfc3952e82999c791c108a9b0d9a1329da (diff) |
Roll to next Frankfurt snapshot
Roll to next Frankfurt release snapshot
Change-Id: I17cdc076b45a4a75f8c8734547c6e2dbd33efa32
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index e7d8cf31..8faa4ba9 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -23,7 +23,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <name>Naming Generation</name> <properties> @@ -24,11 +24,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-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..0a771023 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>0.7.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Vlantag API</name> |