This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new 7683297 Fix diffs after release:prepare 7683297 is described below commit 76832979c152e871304f919d03987a06eca33c5b Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 1 10:47:54 2023 +0000 Fix diffs after release:prepare --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7de9172..8115342 100644 --- a/pom.xml +++ b/pom.xml @@ -327,7 +327,7 @@ </goals> </pluginExecutionFilter> <action> - <execute/> + <execute /> </action> </pluginExecution> <pluginExecution> @@ -340,7 +340,7 @@ </goals> </pluginExecutionFilter> <action> - <execute/> + <execute /> </action> </pluginExecution> </pluginExecutions> @@ -429,18 +429,18 @@ <configuration> <target> <exec executable="svn"> - <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/> + <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> </exec> <exec executable="svn"> - <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs"/> + <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" /> </exec> <pathconvert pathsep=" " property="dirs"> - <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*"/> + <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" /> </pathconvert> <exec executable="svn"> - <arg line="update --set-depth infinity ${dirs}"/> + <arg line="update --set-depth infinity ${dirs}" /> </exec> </target> </configuration>