diff options
Diffstat (limited to 'models-sim/packages/models-simulator-docker/pom.xml')
-rw-r--r-- | models-sim/packages/models-simulator-docker/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/models-sim/packages/models-simulator-docker/pom.xml b/models-sim/packages/models-simulator-docker/pom.xml index c2ea4a28f..b541b6c18 100644 --- a/models-sim/packages/models-simulator-docker/pom.xml +++ b/models-sim/packages/models-simulator-docker/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2020 Bell Canada. Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - 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. @@ -56,7 +56,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -142,9 +141,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-models-simulator</image> - </configuration> </execution> </executions> </plugin> |