diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-09 12:28:22 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-09 12:28:22 -0500 |
commit | ce63934ab223cd83a97a9403bb971e55ac003993 (patch) | |
tree | 8e97b0ff746cebca84eaae4a8beb79e755e58e66 /springboot/springboot26/pom.xml | |
parent | 2c9d634a12406098bd2ea7dbc48f141574187811 (diff) |
Roll master to snapshot version for New Delhi release
Roll snapshot version of master to version for next ONAP release
Issue-ID: CCSDK-3956
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib15aacb1cfc54a455714f5297154ab5d752d32b8
Diffstat (limited to 'springboot/springboot26/pom.xml')
-rw-r--r-- | springboot/springboot26/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index cbcaaa8d..7e5db2bb 100644 --- a/springboot/springboot26/pom.xml +++ b/springboot/springboot26/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-26-starter-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -129,7 +129,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |