diff options
Diffstat (limited to 'ms/command-executor/pom.xml')
-rwxr-xr-x | ms/command-executor/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 944713641..22163b161 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -83,9 +83,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> |