diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 07:19:58 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 07:19:58 -0400 |
commit | 2a0882e0d3a8861c7d979515b51101a994239e9b (patch) | |
tree | f5ee53d487cab1bf72bf612c779886c11d0e0f18 /springboot/springboot26 | |
parent | dac9571d618eb1217db587fd8b6d3bef80999b26 (diff) |
Release Phosphorus version of parent poms
Release initial Phosphorus version of parent poms and roll to next
snapshot in preparation for merging changes for Sulfur
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia32773724fb8688b745d5bf1ca9758dd60613e2b
Diffstat (limited to 'springboot/springboot26')
-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 ba328d1c..5914f959 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.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -147,7 +147,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |