diff options
author | 2025-03-05 15:47:41 -0500 | |
---|---|---|
committer | 2025-03-05 15:47:41 -0500 | |
commit | dea9035e8dc26e689916a8d7b9c140c444c5f63b (patch) | |
tree | 52e76553a77d223754175b067116cd34171b69a7 /springboot/springboot34/pom.xml | |
parent | fba48d7d04fdb25656af891b3e12c18df3708294 (diff) |
Create initial release version of ccsdk parent poms for Paris
release.
Issue-ID: CCSDK-4095
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9347f9ed777cdf2080efcfe610b8f48bfca207d2
Diffstat (limited to 'springboot/springboot34/pom.xml')
-rw-r--r-- | springboot/springboot34/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot34/pom.xml b/springboot/springboot34/pom.xml index 8d4c4b4a..b0419e82 100644 --- a/springboot/springboot34/pom.xml +++ b/springboot/springboot34/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-34-starter-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |