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/springboot1/pom.xml | |
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/springboot1/pom.xml')
-rw-r--r-- | springboot/springboot1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index a1e17908..c0f20d38 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -145,7 +145,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |