This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 22acf45 Update gmavenplus-plugin 22acf45 is described below commit 22acf4590ef02749d5cd4923446f20d0e7504379 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Tue Dec 22 17:19:26 2020 +0000 Update gmavenplus-plugin --- pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index f2150b8..a6bb335 100644 --- a/pom.xml +++ b/pom.xml @@ -253,6 +253,7 @@ <slf4j.version>1.7.30</slf4j.version> <jetty.version>9.4.35.v20201120</jetty.version> <log4j.version>2.14.0</log4j.version> + <groovy.version>3.0.7</groovy.version> <skipDeploy>false</skipDeploy> </properties> @@ -676,17 +677,17 @@ <plugin> <groupId>org.codehaus.gmavenplus</groupId> <artifactId>gmavenplus-plugin</artifactId> - <version>1.5</version> - <configuration> - <!-- We don't actually want to allow System.exit, but the security manager - installed by the plugin causes problems in multithreaded builds. --> - <allowSystemExits>true</allowSystemExits> - </configuration> + <version>1.12.0</version> <dependencies> <dependency> <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-all</artifactId> - <version>2.4.10</version> + <artifactId>groovy</artifactId> + <version>${groovy.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-ant</artifactId> + <version>${groovy.version}</version> </dependency> </dependencies> </plugin>