diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-17 11:28:33 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-17 11:28:33 -0500 |
commit | b3159daaed137a129566bcd9931ad61b45f0df5e (patch) | |
tree | dfc8cdaaa03d6d22b61de478c7dbf84700098bef /a1-policy-management | |
parent | 6eae65dcf8719f318ce96caa20861b6d193ae8ff (diff) |
Update versions for Paris release
Issue-ID: CCSDK-4069
Change-Id: I1699d57bbfff0125bc28bf2220318ebe17e7adb2
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 2565567e..59d2eba6 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -26,12 +26,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-34-starter-parent</artifactId> - <version>3.0.2</version> + <version>3.1.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-policy-management-service</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <name>ccsdk-oran :: ${project.artifactId}</name> <properties> <java.version.source>17</java.version.source> |