Repository: commons-imaging Updated Branches: refs/heads/release 4ba7df790 -> 347c7cc61
[maven-release-plugin] prepare release commons-imaging-1.0-alpha Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/347c7cc6 Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/347c7cc6 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/347c7cc6 Branch: refs/heads/release Commit: 347c7cc61cb9ce42e79165ecbcc467914f56a44d Parents: 4ba7df7 Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Sep 8 22:34:28 2018 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sat Sep 8 22:34:28 2018 +1200 ---------------------------------------------------------------------- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/347c7cc6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 10ab367..d07950d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <artifactId>commons-imaging</artifactId> <name>Apache Commons Imaging</name> - <version>1.0-alpha-SNAPSHOT</version> + <version>1.0-alpha</version> <!-- Keep the description on a single line. Otherwise Maven might generate @@ -66,6 +66,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-imaging.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-imaging.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=commons-imaging.git</url> + <tag>commons-imaging-1.0-alpha</tag> </scm> <distributionManagement> @@ -378,18 +379,18 @@ <configuration> <tasks> <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> </tasks> </configuration>
