This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit bef4caa54f8e736644f3d5bb4658d5c3c95ec70a Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Fri May 13 23:18:35 2022 +1200 Replace tasks by target for maven-antrun-plugin (fixing RC1, thanks Thomas!) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 138cea5f..b43807be 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ <!-- Commons Release Plugin --> <commons.release.version>1.0-alpha3</commons.release.version> <commons.bc.version>1.0-alpha2</commons.bc.version> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC2</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl> <commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName> @@ -406,7 +406,7 @@ <goal>run</goal> </goals> <configuration> - <tasks> + <target> <exec executable="svn"> <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> </exec> @@ -421,7 +421,7 @@ <exec executable="svn"> <arg line="update --set-depth infinity ${dirs}" /> </exec> - </tasks> + </target> </configuration> </execution> </executions>
