diff options
Diffstat (limited to 'ms/py-executor')
-rw-r--r-- | ms/py-executor/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 5fdcfcf1a..860b8a61e 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -82,9 +82,9 @@ </executions> </plugin> <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> |