diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-24 21:04:26 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-27 09:48:16 -0500 |
commit | 23db069cd44b7860ea6d2bdbe5acefdf50b96bd4 (patch) | |
tree | 3df76467b1aaa53160c108774cd9564ab5401efc | |
parent | 408cd42086aa968374c7ebb1d9125a93d7a0a10c (diff) |
Use version 2.5.3 parent poms1.5.0
Update to use latest released London parent poms v2.5.3
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I18cec37df173af2ed51d3b90bd2ebb7de2ec1334
-rw-r--r-- | ansible-server/pom.xml | 6 | ||||
-rw-r--r-- | dgbuilder-docker/pom.xml | 6 | ||||
-rw-r--r-- | opendaylight/sulfur/sulfur-alpine/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | saltstack-server/pom.xml | 6 | ||||
-rw-r--r-- | ubuntu/pom.xml | 6 |
6 files changed, 17 insertions, 17 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 828676c3..93d6445f 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -32,9 +32,9 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index 827bec62..73e84cf0 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -26,9 +26,9 @@ <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> diff --git a/opendaylight/sulfur/sulfur-alpine/pom.xml b/opendaylight/sulfur/sulfur-alpine/pom.xml index fe616b89..e2e92e58 100644 --- a/opendaylight/sulfur/sulfur-alpine/pom.xml +++ b/opendaylight/sulfur/sulfur-alpine/pom.xml @@ -27,9 +27,9 @@ <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> @@ -31,7 +31,7 @@ <properties> <application.name>distribution</application.name> - <ccsdk.sli.version>1.6.1-SNAPSHOT</ccsdk.sli.version> + <ccsdk.sli.version>1.6.1</ccsdk.sli.version> <ccsdk.project.version>${project.version}</ccsdk.project.version> <ccsdk.distribution.version>${project.version}</ccsdk.distribution.version> diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index f5ec32e6..bdcff9c6 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -22,9 +22,9 @@ <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 072ef8bd..795c92b3 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -24,9 +24,9 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> |