diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-23 11:39:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-23 11:39:18 -0400 |
commit | 22f179fb82cf5cef4a4cb9a64214a0daee6058fa (patch) | |
tree | e94e9f75c5c36748646798c9ffa27d9571c119e4 /a1-policy-management | |
parent | 7e9f04c3cc2b24cb6bf52238b03682e56d69e093 (diff) |
Use released Oslo/Potassium parent poms1.8.0
Use released version of parent poms for ONAP Oslo release
Issue-ID: CCSDK-3990
Change-Id: I7b188d4a572e5b4faec2eee26b60128d47b6a2ef
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 798722da..55456d30 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -20,12 +20,13 @@ ~ ============LICENSE_END======================================================= ~ --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-33-starter-parent</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.oran</groupId> |