diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 14:55:17 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 14:55:17 -0400 |
commit | 92ccf516b0ba36df3f1897aeb34850cb1925aa07 (patch) | |
tree | b48e682717c25329a239bc37016a7dd2e6637d3b /services | |
parent | 36da16f6560511165493366f07843ff59de6c3fd (diff) |
Roll to next Guilin snapshot
Roll to next Guilin snapshot version
Change-Id: I7fc185fec7e1df2f5bc42b134a445ed1194497f9
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..f7f5de6b 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.0.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>services</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: services :: ${project.artifactId}</name> |