Repository: commons-text
Updated Branches:
  refs/heads/master 98add391d -> b962c35db


pom.xml: pretty-print


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

Branch: refs/heads/master
Commit: b962c35db685f8a6f2642e03be56d09672012fd0
Parents: 9321f57
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Wed Jun 27 09:16:05 2018 +0200
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Wed Jun 27 09:16:22 2018 +0200

----------------------------------------------------------------------
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/b962c35d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a72e77c..ad9c7a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,13 +53,13 @@
     <checkstyle.version>8.10.1</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.5</spotbugs.plugin.version>
-    
+
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.4</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
-    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
-    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>    
+    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
+    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
   </properties>
 
     <dependencyManagement>
@@ -192,7 +192,6 @@
         </configuration>
       </plugin>
     </plugins>
-
   </build>
 
   <reporting>
@@ -402,11 +401,9 @@
                     <exec executable="svn">
                       <arg line="checkout --depth immediates 
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/>
                     </exec>
-
                     <exec executable="svn">
                       <arg line="update --set-depth exclude 
${commons.scmPubCheckoutDirectory}/javadocs"/>
                     </exec>
-
                     <pathconvert pathsep=" " property="dirs">
                       <dirset dir="${commons.scmPubCheckoutDirectory}" 
includes="*"/>
                     </pathconvert>

Reply via email to