diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-28 09:21:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-28 09:21:07 -0400 |
commit | 2d071d42b8c333ffadd084960f85a3822e414815 (patch) | |
tree | a05293ab1f01c5276529a097cfc749ed9da8d903 /springboot/spring-boot-setup | |
parent | 7bb133e401f31623104ecd3534e2aab3ffe72009 (diff) |
Release version 2.3.3 ccsdk/parent
Release version 2.3.3 parent poms and roll to next snapshot version
Issue-ID: CCSDK-3604
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Idc4627c2d17711731d374292555bf20c28f2d53d
Diffstat (limited to 'springboot/spring-boot-setup')
-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 0ed40aae..bd4cbca3 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.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |