[maven-release-plugin] prepare release commons-imaging-1.0-alpha1-RC3
diff --git a/pom.xml b/pom.xml
index fa24d1f..39c0e68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>commons-imaging</artifactId>
   <name>Apache Commons Imaging</name>
-  <version>1.0-alpha1-SNAPSHOT</version>
+  <version>1.0-alpha1</version>
 
   <!--
     Keep the description on a single line. Otherwise Maven might generate
@@ -70,6 +70,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-alpha1-RC3</tag>
   </scm>
 
   <distributionManagement>
@@ -381,18 +382,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>