diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-24 13:27:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-24 13:27:51 -0400 |
commit | 7b646d6e462e3c4ea19c6c710ca1364cc484b0f1 (patch) | |
tree | 69a8d872ebbe8983ea76ca3c983bb46f7b5b56ab /springboot/springboot25/pom.xml | |
parent | 5bbe40c0b730546839626fa2ccf73d23570a277b (diff) |
Release initial Chlorine version of parent poms
Release initial version of parent poms upgraded to OpenDaylight
Chlorine release versions.
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I77565259f58be59fb2b0b09e8535a13de2706f05
Diffstat (limited to 'springboot/springboot25/pom.xml')
-rw-r--r-- | springboot/springboot25/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index a062f624..0cfdbcf4 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-25-starter-parent</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.5-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.5.4-SNAPSHOT</version> + <version>2.5.5-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |