diff options
Diffstat (limited to 'cds-ui/server/pom.xml')
-rw-r--r-- | cds-ui/server/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index d07ea3a47..b0d155985 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -109,9 +109,9 @@ limitations under the License. </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> |