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 /ms/generic-resource-api/pom.xml | |
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>
Diffstat (limited to 'ms/generic-resource-api/pom.xml')
-rw-r--r-- | ms/generic-resource-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |