diff options
Diffstat (limited to 'packages/policy-api-docker/pom.xml')
-rw-r--r-- | packages/policy-api-docker/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 4a9db746..169cc419 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2022 Bell Canada. - Modifications Copyright (C) 2022 Nordix Foundation. + Modifications Copyright (C) 2022-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -53,7 +53,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -145,9 +144,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-api</image> - </configuration> </execution> </executions> </plugin> |