diff options
-rw-r--r-- | main/pom.xml | 1 | ||||
-rw-r--r-- | packages/policy-pap-docker/pom.xml | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/main/pom.xml b/main/pom.xml index 1250cdce..6baefc9a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -154,7 +154,6 @@ <plugin> <groupId>io.swagger.codegen.v3</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> - <version>3.0.27</version> <executions> <execution> <id>code-gen</id> diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index c949487c..eb74a4d8 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2019-2022 Nordix Foundation. + Copyright (C) 2019-2023 Nordix Foundation. Modifications Copyright (C) 2020-2021 Bell Canada. Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -52,7 +52,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -144,9 +143,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-pap</image> - </configuration> </execution> </executions> </plugin> |