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/springboot1 | |
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/springboot1')
-rw-r--r-- | springboot/springboot1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index f5d910aa..089bc6aa 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -150,7 +150,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |