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/spring-boot-setup/pom.xml | |
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/spring-boot-setup/pom.xml')
-rw-r--r-- | springboot/spring-boot-setup/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 6f188107..9b803ed9 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |