This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new a0d6c78 Bump maven-antrun-plugin from 1.8 to 3.0.0 new 6a871ca Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-validator a0d6c78 is described below commit a0d6c7843f2bc159827c179094bb35e72eab8d04 Author: Sebb <s...@apache.org> AuthorDate: Fri Jul 31 14:43:05 2020 +0100 Bump maven-antrun-plugin from 1.8 to 3.0.0 This fixes #32 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8ad3a43..b5dee90 100644 --- a/pom.xml +++ b/pom.xml @@ -271,7 +271,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.8</version> + <version>3.0.0</version> <executions> <execution> <id>prepare-checkout</id> @@ -280,7 +280,7 @@ <goal>run</goal> </goals> <configuration> - <tasks> + <target> <exec executable="svn"> <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> </exec> @@ -295,7 +295,7 @@ <exec executable="svn"> <arg line="update --set-depth infinity ${dirs}" /> </exec> - </tasks> + </target> </configuration> </execution> </executions>