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 0bfa58168829f803c653923e1cc6b3a8e73fa48e
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Sat Apr 27 22:36:51 2019 +1200

    [maven-release-plugin] prepare release commons-imaging-1.0-alpha1-RC3
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

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>

Reply via email to