aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-12-01 17:02:22 -0500
committerDan Timoney <dtimoney@att.com>2022-12-06 12:39:18 +0000
commitbf5e4cd0b2b2ad91238a34c558ba888c38117376 (patch)
treecf066ae2271b334856f698d802a84408c1406c1b /a1-policy-management
parent201eb4494467c84ce5ae3f446b95add838a1928b (diff)
Update to latest released version of parent pom
Update to latest released version of parent pom Issue-ID: CCSDK-3796 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I2dc966a1a4c5adc3eadfa273b6e1e04785b06114
Diffstat (limited to 'a1-policy-management')
-rw-r--r--a1-policy-management/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml
index 80a1a449..c690858b 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -19,13 +19,12 @@
~ ============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-26-starter-parent</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.5.0</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.oran</groupId>
@@ -236,8 +235,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.groovy.maven</groupId>
- <artifactId>gmaven-plugin</artifactId>
+ <groupId>org.codehaus.gmaven</groupId>
+ <artifactId>groovy-maven-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
@@ -436,4 +435,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>