diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-06 06:41:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-06 06:58:49 -0400 |
commit | 6ea1b9009ecc674b0e3000b7a50326908cdba711 (patch) | |
tree | 50110268e8d1492da016be53f503743055273ed1 /springboot/springboot23/pom.xml | |
parent | 7b646d6e462e3c4ea19c6c710ca1364cc484b0f1 (diff) |
Roll master for Montreal
Roll version to initial snapshot for Montreal release
Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7e8a5c03fb236b5ea4f2d0f31460fabfcb047591
Diffstat (limited to 'springboot/springboot23/pom.xml')
-rw-r--r-- | springboot/springboot23/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot23/pom.xml b/springboot/springboot23/pom.xml index 3d071e7e..e303ef8a 100644 --- a/springboot/springboot23/pom.xml +++ b/springboot/springboot23/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.5.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -150,7 +150,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.5.5-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |