diff options
Diffstat (limited to 'opendaylight/sulfur')
-rw-r--r-- | opendaylight/sulfur/sulfur-alpine/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |