summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ansible-server/pom.xml6
-rw-r--r--dgbuilder-docker/pom.xml6
-rw-r--r--opendaylight/sulfur/sulfur-alpine/pom.xml6
-rw-r--r--pom.xml4
-rw-r--r--saltstack-server/pom.xml6
-rw-r--r--ubuntu/pom.xml6
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>
diff --git a/pom.xml b/pom.xml
index 822e386a..9409fda8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>