diff options
author | Dan Timoney <dtimoney@att.com> | 2023-07-31 15:15:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-07-31 15:15:00 -0400 |
commit | e718a166dadeca3e606386da1720313d8d71119f (patch) | |
tree | fd1b08c60fe717b29d9a747a9d9c1d934147707c /springboot/springboot30/pom.xml | |
parent | 43836a9e53e965e6057ff08824d2cc4660a90049 (diff) |
Release initial Montreal version of parent poms
Release initial Montreal version (2.6.0) of parent poms
Issue-ID: CCSDK-3914
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I35ed4a2fe0d0d465dfed4f392880a03e64e2c746
Diffstat (limited to 'springboot/springboot30/pom.xml')
-rw-r--r-- | springboot/springboot30/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot30/pom.xml b/springboot/springboot30/pom.xml index 1da11227..1e50f0b7 100644 --- a/springboot/springboot30/pom.xml +++ b/springboot/springboot30/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-30-starter-parent</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.6.1-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.0-SNAPSHOT</version> + <version>2.6.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |