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 /services | |
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 'services')
-rw-r--r-- | services/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/services/pom.xml b/services/pom.xml index 0520aef0..ce127c97 100644 --- a/services/pom.xml +++ b/services/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>services</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: services :: ${project.artifactId}</name> |