diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-22 14:11:04 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-22 14:11:04 -0500 |
commit | 4119e763c8b3c03e3a00354d2a3a5bc52b871839 (patch) | |
tree | 23d1c5f2c179843fa9d9cff8ea4729f5ea404b78 /springboot/spring-boot-setup | |
parent | cf7a7323ec84a1d754d50822aad5a6f97f8f1b03 (diff) |
Roll to next snapshot version
Roll to version 2.1.2-SNAPSHOT
Change-Id: If45b4b9aecd9b8779e8a7b8c05cfaeabd1b03c49
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot/spring-boot-setup')
-rw-r--r-- | springboot/spring-boot-setup/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index aea27686..0c27ed9f 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |