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