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