diff options
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 9 |
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> |