diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-16 09:27:44 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-16 09:27:44 -0400 |
commit | 9998f9dc585e50d18cc279e3d103aef079078610 (patch) | |
tree | 1c8b4f58f89e883117630b7cd88c9debc179c003 /springboot/springboot25/pom.xml | |
parent | 67493a6cc75140a6df20fca9c593d02f14ed78ea (diff) |
Release initial Oslo/Potassium parent poms
Release initial version of parent poms for ONAP Oslo release,
ported to OpenDaylight Potassium
Issue-ID: CCSDK-3990
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3322840c58c02acdfe6178a3edb681666583038a
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 d7cbce70..b333b8fd 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.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -129,7 +129,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |