Repository: commons-imaging
Updated Branches:
  refs/heads/release 496995ec9 -> 6de93545a


Revert release-plugin changes


Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/5d56f4d6
Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/5d56f4d6
Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/5d56f4d6

Branch: refs/heads/release
Commit: 5d56f4d6691d98042e6b1c0333a5e10900e694cb
Parents: 496995e
Author: Bruno P. Kinoshita <[email protected]>
Authored: Sat Sep 8 23:18:52 2018 +1200
Committer: Bruno P. Kinoshita <[email protected]>
Committed: Sat Sep 8 23:18:52 2018 +1200

----------------------------------------------------------------------
 pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/5d56f4d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9348ce5..10ab367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <artifactId>commons-imaging</artifactId>
   <name>Apache Commons Imaging</name>
 
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-alpha-SNAPSHOT</version>
 
   <!--
     Keep the description on a single line. Otherwise Maven might generate
@@ -66,7 +66,6 @@
     
<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>HEAD</tag>
   </scm>
 
   <distributionManagement>
@@ -379,18 +378,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