You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by tp...@apache.org on 2014/11/13 22:08:44 UTC

svn commit: r1639521 - in /tika/trunk: ./ tika-app/ tika-bundle/ tika-core/ tika-dotnet/ tika-example/ tika-java7/ tika-parent/ tika-parsers/ tika-serialization/ tika-server/ tika-translate/ tika-xmp/

Author: tpalsulich
Date: Thu Nov 13 21:08:43 2014
New Revision: 1639521

URL: http://svn.apache.org/r1639521
Log:
TIKA-1475. Reformat pom.xml files.

Modified:
    tika/trunk/CHANGES.txt
    tika/trunk/pom.xml
    tika/trunk/tika-app/pom.xml
    tika/trunk/tika-bundle/pom.xml
    tika/trunk/tika-core/pom.xml
    tika/trunk/tika-dotnet/pom.xml
    tika/trunk/tika-example/pom.xml
    tika/trunk/tika-java7/pom.xml
    tika/trunk/tika-parent/pom.xml
    tika/trunk/tika-parsers/pom.xml
    tika/trunk/tika-serialization/pom.xml
    tika/trunk/tika-server/pom.xml
    tika/trunk/tika-translate/pom.xml
    tika/trunk/tika-xmp/pom.xml

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Thu Nov 13 21:08:43 2014
@@ -1,5 +1,7 @@
 Release 1.7 - Current Development
 
+  * Reformat pom.xml files to use two spaces per indent (TIKA-1475).
+
   * Fix warning of slf4j logger on Tika Server startup (TIKA-1472).
 
   * Tika CLI and GUI now have option to view JSON rendering of output

Modified: tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -98,74 +99,75 @@
                 <phase>deploy</phase>
                 <configuration>
                   <tasks>
-                    <mkdir dir="${basedir}/target/${project.version}" />
+                    <mkdir dir="${basedir}/target/${project.version}"/>
                     <copy todir="${basedir}/target/${project.version}" flatten="true">
                       <fileset dir="${basedir}">
-                        <include name="CHANGES.txt" />
-                        <include name="target/*-src.zip*" />
-                        <include name="tika-app/target/*-${project.version}.jar*" />
+                        <include name="CHANGES.txt"/>
+                        <include name="target/*-src.zip*"/>
+                        <include name="tika-app/target/*-${project.version}.jar*"/>
                       </fileset>
                     </copy>
                     <checksum algorithm="MD5" fileext=".md5">
                       <fileset dir="${basedir}/target/${project.version}">
-                        <include name="*.zip" />
-                        <include name="*.?ar" />
+                        <include name="*.zip"/>
+                        <include name="*.?ar"/>
                       </fileset>
                     </checksum>
                     <checksum algorithm="SHA1" fileext=".sha">
                       <fileset dir="${basedir}/target/${project.version}">
-                        <include name="*.zip" />
-                        <include name="*.?ar" />
+                        <include name="*.zip"/>
+                        <include name="*.?ar"/>
                       </fileset>
                     </checksum>
-                    <checksum file="${basedir}/target/${project.version}/tika-${project.version}-src.zip" algorithm="SHA1" property="checksum" />
+                    <checksum file="${basedir}/target/${project.version}/tika-${project.version}-src.zip"
+                              algorithm="SHA1" property="checksum"/>
                     <echo file="${basedir}/target/vote.txt">
-From: ${username}@apache.org
-To: dev@tika.apache.org
-Subject: [VOTE] Release Apache Tika ${project.version}
+                      From: ${username}@apache.org
+                      To: dev@tika.apache.org
+                      Subject: [VOTE] Release Apache Tika ${project.version}
 
-A candidate for the Tika ${project.version} release is available at:
+                      A candidate for the Tika ${project.version} release is available at:
 
-    http://people.apache.org/~${username}/tika/${project.version}/
+                      http://people.apache.org/~${username}/tika/${project.version}/
 
-The release candidate is a zip archive of the sources in:
+                      The release candidate is a zip archive of the sources in:
 
-    http://svn.apache.org/repos/asf/tika/tags/${project.version}/
+                      http://svn.apache.org/repos/asf/tika/tags/${project.version}/
 
-The SHA1 checksum of the archive is ${checksum}.
+                      The SHA1 checksum of the archive is ${checksum}.
 
-Please vote on releasing this package as Apache Tika ${project.version}.
-The vote is open for the next 72 hours and passes if a majority of at
-least three +1 Tika PMC votes are cast.
+                      Please vote on releasing this package as Apache Tika ${project.version}.
+                      The vote is open for the next 72 hours and passes if a majority of at
+                      least three +1 Tika PMC votes are cast.
 
-    [ ] +1 Release this package as Apache Tika ${project.version}
-    [ ] -1 Do not release this package because...${line.separator}
+                      [ ] +1 Release this package as Apache Tika ${project.version}
+                      [ ] -1 Do not release this package because...${line.separator}
                     </echo>
-                    <echo />
+                    <echo/>
                     <echo>
-The release candidate has been prepared in:
+                      The release candidate has been prepared in:
 
-    ${basedir}/target/${project.version}
+                      ${basedir}/target/${project.version}
 
-Please deploy it to people.apache.org like this:
+                      Please deploy it to people.apache.org like this:
 
-    scp -r ${basedir}/target/${project.version} people.apache.org:public_html/tika/
+                      scp -r ${basedir}/target/${project.version} people.apache.org:public_html/tika/
 
-A release vote template has been generated for you:
+                      A release vote template has been generated for you:
 
-    file://${basedir}/target/vote.txt
+                      file://${basedir}/target/vote.txt
                     </echo>
-                    <echo />
+                    <echo/>
                   </tasks>
                 </configuration>
               </execution>
             </executions>
             <dependencies>
               <dependency>
-                 <groupId>org.apache.ant</groupId>
-                 <artifactId>ant-nodeps</artifactId>
-                 <version>1.8.1</version>
-               </dependency>
+                <groupId>org.apache.ant</groupId>
+                <artifactId>ant-nodeps</artifactId>
+                <version>1.8.1</version>
+              </dependency>
             </dependencies>
           </plugin>
         </plugins>
@@ -182,17 +184,19 @@ A release vote template has been generat
     </profile>
   </profiles>
 
-  <description>The Apache Tika™ toolkit detects and extracts metadata and structured text content from various documents using existing parser libraries. </description>
+  <description>The Apache Tika™ toolkit detects and extracts metadata and structured text content from various documents
+    using existing parser libraries.
+  </description>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -115,7 +116,7 @@
                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                   <mainClass>org.apache.tika.cli.TikaCLI</mainClass>
                 </transformer>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                 <transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
                   <resource>META-INF/LICENSE</resource>
                   <file>target/classes/META-INF/LICENSE</file>
@@ -168,24 +169,24 @@
                 <configuration>
                   <target>
                     <exec executable="${ikvm}/bin/ikvmc.exe">
-                      <arg value="-nowarn:0100" />
-                      <arg value="-nowarn:0105" />
-                      <arg value="-nowarn:0109" />
-                      <arg value="-nowarn:0111" />
-                      <arg value="-nowarn:0112" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Util.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Charsets.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Text.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Core.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.AWT.WinForms.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Media.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Misc.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Security.dll" />
-                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.SwingAWT.dll" />
-                      <arg value="-target:library" />
-                      <arg value="-compressresources" />
-                      <arg value="-out:${project.build.directory}/${project.build.finalName}.dll" />
-                      <arg value="${project.build.directory}/${project.build.finalName}.jar" />
+                      <arg value="-nowarn:0100"/>
+                      <arg value="-nowarn:0105"/>
+                      <arg value="-nowarn:0109"/>
+                      <arg value="-nowarn:0111"/>
+                      <arg value="-nowarn:0112"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Util.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Charsets.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Text.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Core.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.AWT.WinForms.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Media.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Misc.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Security.dll"/>
+                      <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.SwingAWT.dll"/>
+                      <arg value="-target:library"/>
+                      <arg value="-compressresources"/>
+                      <arg value="-out:${project.build.directory}/${project.build.finalName}.dll"/>
+                      <arg value="${project.build.directory}/${project.build.finalName}.jar"/>
                     </exec>
                   </target>
                 </configuration>
@@ -219,20 +220,20 @@
   </profiles>
 
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-app</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-app</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-app</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-app</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-app</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-app</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -136,7 +137,7 @@
               org.apache.tika.parser.*
             </Export-Package>
             <Import-Package>
-			  !org.junit,
+              !org.junit,
               *,
               android.util;resolution:=optional,
               com.adobe.xmp;resolution:=optional,
@@ -300,11 +301,11 @@
               </execution>
             </executions>
             <configuration>
-             <systemPropertyVariables>
-               <org.ops4j.pax.logging.DefaultServiceLog.level>
-                 WARN
-               </org.ops4j.pax.logging.DefaultServiceLog.level>
-             </systemPropertyVariables>
+              <systemPropertyVariables>
+                <org.ops4j.pax.logging.DefaultServiceLog.level>
+                  WARN
+                </org.ops4j.pax.logging.DefaultServiceLog.level>
+              </systemPropertyVariables>
             </configuration>
           </plugin>
         </plugins>
@@ -313,20 +314,20 @@
   </profiles>
 
   <organization>
-  	<name>The Apache Software Founation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Founation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-bundle</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-bundle</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-bundle</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-bundle</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-bundle</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-bundle</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -152,22 +153,24 @@
     </plugins>
   </build>
 
-  <description>This is the core Apache Tika™ toolkit library from which all other modules inherit functionality.  It also includes the core facades for the Tika API. </description>
+  <description>This is the core Apache Tika™ toolkit library from which all other modules inherit functionality. It also
+    includes the core facades for the Tika API.
+  </description>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/core</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/core</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/core</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/core</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-dotnet/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-dotnet/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-dotnet/pom.xml (original)
+++ tika/trunk/tika-dotnet/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -92,22 +93,22 @@
             <configuration>
               <target>
                 <exec executable="${ikvm}/bin/ikvmc.exe">
-                  <arg value="-nowarn:0100" />
-                  <arg value="-nowarn:0105" />
-                  <arg value="-nowarn:0109" />
-                  <arg value="-nowarn:0111" />
-                  <arg value="-nowarn:0112" />
-                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Charsets.dll" />
-                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Core.dll" />
-                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Text.dll" />
-                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Util.dll" />
-                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.XML.API.dll" />
-                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.XML.Transform.dll" />
-                  <arg value="-target:library" />
-                  <arg value="-compressresources" />
-                  <arg value="-out:${project.build.directory}/${project.build.finalName}.dll" />
-                  <arg value="-recurse:${project.build.directory}\*.class" />
-                  <arg value="${project.build.directory}/dependency/tika-app.jar" />
+                  <arg value="-nowarn:0100"/>
+                  <arg value="-nowarn:0105"/>
+                  <arg value="-nowarn:0109"/>
+                  <arg value="-nowarn:0111"/>
+                  <arg value="-nowarn:0112"/>
+                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Charsets.dll"/>
+                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Core.dll"/>
+                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Text.dll"/>
+                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Util.dll"/>
+                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.XML.API.dll"/>
+                  <arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.XML.Transform.dll"/>
+                  <arg value="-target:library"/>
+                  <arg value="-compressresources"/>
+                  <arg value="-out:${project.build.directory}/${project.build.finalName}.dll"/>
+                  <arg value="-recurse:${project.build.directory}\*.class"/>
+                  <arg value="${project.build.directory}/dependency/tika-app.jar"/>
                 </exec>
               </target>
             </configuration>
@@ -170,20 +171,20 @@
 
   <description>A .NET port of Tika functionality.</description>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-dotnet</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-dotnet</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-dotnet</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-dotnet</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-dotnet</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-dotnet</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-example/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-example/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-example/pom.xml (original)
+++ tika/trunk/tika-example/pom.xml Thu Nov 13 21:08:43 2014
@@ -17,68 +17,69 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>tika-parent</artifactId>
-        <groupId>org.apache.tika</groupId>
-        <version>1.7-SNAPSHOT</version>
-        <relativePath>../tika-parent/pom.xml</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>tika-example</artifactId>
-
-    <name>Apache Tika examples</name>
-    <url>http://tika.apache.org/</url>
-
-    <description>This module contains examples of how to use Apache Tika.</description>
-    <organization>
-        <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org</url>
-    </organization>
-
-    <scm>
-        <url>http://svn.apache.org/viewvc/tika/trunk/tika-example</url>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-example</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-example</developerConnection>
-    </scm>
-
-    <issueManagement>
-        <system>JIRA</system>
-        <url>https://issues.apache.org/jira/browse/TIKA</url>
-    </issueManagement>
-
-    <ciManagement>
-        <system>Jenkins</system>
-        <url>https://builds.apache.org/job/Tika-trunk/</url>
-    </ciManagement>
-
-    <!-- List of dependencies that we depend on for the examples. See the full list of Tika
-         modules and how to use them at http://mvnrepository.com/artifact/org.apache.tika.-->
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.tika</groupId>
-            <artifactId>tika-parsers</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tika</groupId>
-            <artifactId>tika-translate</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-
-        <dependency>
-            <groupId>org.apache.tika</groupId>
-            <artifactId>tika-parsers</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <parent>
+    <artifactId>tika-parent</artifactId>
+    <groupId>org.apache.tika</groupId>
+    <version>1.7-SNAPSHOT</version>
+    <relativePath>../tika-parent/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>tika-example</artifactId>
+
+  <name>Apache Tika examples</name>
+  <url>http://tika.apache.org/</url>
+
+  <description>This module contains examples of how to use Apache Tika.</description>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <scm>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-example</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-example</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-example</developerConnection>
+  </scm>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
+  </ciManagement>
+
+  <!-- List of dependencies that we depend on for the examples. See the full list of Tika
+       modules and how to use them at http://mvnrepository.com/artifact/org.apache.tika.-->
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-translate</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

Modified: tika/trunk/tika-java7/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-java7/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-java7/pom.xml (original)
+++ tika/trunk/tika-java7/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,10 +19,12 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
+
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
     <version>1.7-SNAPSHOT</version>
@@ -57,7 +59,7 @@
             <Export-Package>
               org.apache.tika.filetypedetector
             </Export-Package>
-            <Private-Package />
+            <Private-Package/>
           </instructions>
         </configuration>
       </plugin>
@@ -88,20 +90,20 @@
 
   <url>http://tika.apache.org/</url>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-java7</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-java7</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-java7</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-java7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-java7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-java7</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,14 +19,15 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>10</version>
-    <relativePath />
+    <relativePath/>
   </parent>
 
   <groupId>org.apache.tika</groupId>
@@ -133,7 +134,7 @@
       <organization>NASA Jet Propulsion Laboratory</organization>
       <organizationUrl>http://www.jpl.nasa.gov</organizationUrl>
       <timezone>-8</timezone>
-      <properties />
+      <properties/>
       <roles>
         <role>committer</role>
       </roles>
@@ -143,7 +144,7 @@
       <id>mikemccand</id>
       <email>mikemccand@apache.org</email>
       <organization>IBM</organization>
-      <properties />
+      <properties/>
       <roles>
         <role>committer</role>
       </roles>
@@ -187,7 +188,7 @@
       </roles>
       <timezone>+3</timezone>
     </developer>
-	<developer>
+    <developer>
       <name>Oleg Tikhonov</name>
       <id>oleg</id>
       <roles>
@@ -255,38 +256,38 @@
   </properties>
 
   <build>
-   <pluginManagement>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.1</version>
-        <configuration>
-          <source>${maven.compiler.source}</source>
-          <target>${maven.compiler.target}</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>de.thetaphi</groupId>
-        <artifactId>forbiddenapis</artifactId>
-        <version>1.6.1</version>
-        <configuration>
-          <targetVersion>${maven.compiler.target}</targetVersion>
-          <internalRuntimeForbidden>true</internalRuntimeForbidden>
-          <failOnUnsupportedJava>false</failOnUnsupportedJava>
-          <bundledSignatures>
-            <bundledSignature>jdk-unsafe</bundledSignature>
-            <bundledSignature>jdk-deprecated</bundledSignature>
-          </bundledSignatures>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check</goal>
-              <goal>testCheck</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.1</version>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+            <target>${maven.compiler.target}</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>de.thetaphi</groupId>
+          <artifactId>forbiddenapis</artifactId>
+          <version>1.6.1</version>
+          <configuration>
+            <targetVersion>${maven.compiler.target}</targetVersion>
+            <internalRuntimeForbidden>true</internalRuntimeForbidden>
+            <failOnUnsupportedJava>false</failOnUnsupportedJava>
+            <bundledSignatures>
+              <bundledSignature>jdk-unsafe</bundledSignature>
+              <bundledSignature>jdk-deprecated</bundledSignature>
+            </bundledSignatures>
+          </configuration>
+          <executions>
+            <execution>
+              <goals>
+                <goal>check</goal>
+                <goal>testCheck</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -36,9 +37,11 @@
 
   <properties>
     <poi.version>3.11-beta2</poi.version>
-    <codec.version>1.9</codec.version> <!-- NOTE: sync with POI -->
+    <codec.version>1.9</codec.version>
+    <!-- NOTE: sync with POI -->
     <compress.version>1.8.1</compress.version>
-    <tukaani.version>1.5</tukaani.version> <!-- NOTE: sync with commons-compress -->
+    <tukaani.version>1.5</tukaani.version>
+    <!-- NOTE: sync with commons-compress -->
     <mime4j.version>0.7.2</mime4j.version>
     <vorbis.version>0.6</vorbis.version>
     <pdfbox.version>1.8.7</pdfbox.version>
@@ -84,7 +87,7 @@
       <groupId>net.sourceforge.jmatio</groupId>
       <artifactId>jmatio</artifactId>
       <version>1.0</version>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mime4j-core</artifactId>
@@ -100,11 +103,11 @@
       <artifactId>commons-compress</artifactId>
       <version>${compress.version}</version>
     </dependency>
-    <dependency> 
-      <groupId>org.tukaani</groupId> 
-      <artifactId>xz</artifactId> 
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
       <version>${tukaani.version}</version>
-   </dependency>
+    </dependency>
 
     <dependency>
       <groupId>commons-codec</groupId>
@@ -170,9 +173,9 @@
       <version>1.0.2</version>
     </dependency>
     <dependency>
-       <groupId>com.drewnoakes</groupId>
-       <artifactId>metadata-extractor</artifactId>
-       <version>2.6.2</version>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+      <version>2.6.2</version>
     </dependency>
     <dependency>
       <groupId>de.l3s.boilerpipe</groupId>
@@ -206,7 +209,7 @@
       </exclusions>
     </dependency>
     <dependency>
-    <groupId>com.pff</groupId>
+      <groupId>com.pff</groupId>
       <artifactId>java-libpst</artifactId>
       <version>0.8.1</version>
     </dependency>
@@ -217,10 +220,10 @@
       <artifactId>junit</artifactId>
     </dependency>
     <dependency>
-       <groupId>org.mockito</groupId>
-       <artifactId>mockito-core</artifactId>
-       <version>1.7</version>
-       <scope>test</scope>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.7</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -243,9 +246,9 @@
               org.apache.tika.parser.internal.Activator
             </Bundle-Activator>
             <Import-Package>
-                org.w3c.dom,
-                org.apache.tika.*,
-                *;resolution:=optional
+              org.w3c.dom,
+              org.apache.tika.*,
+              *;resolution:=optional
             </Import-Package>
           </instructions>
         </configuration>
@@ -294,7 +297,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute />
+                    <execute/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -306,20 +309,20 @@
   </build>
 
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-parsers</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-parsers</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-parsers</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-parsers</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-parsers</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-parsers</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-serialization/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-serialization/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-serialization/pom.xml (original)
+++ tika/trunk/tika-serialization/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License. 
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.tika</groupId>
@@ -33,7 +34,7 @@
   <url>http://tika.apache.org</url>
 
   <dependencies>
-  <!-- Optional OSGi dependency, used only when running within OSGi -->
+    <!-- Optional OSGi dependency, used only when running within OSGi -->
 
     <dependency>
       <groupId>org.osgi</groupId>

Modified: tika/trunk/tika-server/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Thu Nov 13 21:08:43 2014
@@ -14,7 +14,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -63,7 +64,7 @@
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
       <version>1.4.4</version>
-    </dependency> 
+    </dependency>
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
@@ -147,7 +148,7 @@
                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                   <mainClass>org.apache.tika.server.TikaServerCli</mainClass>
                 </transformer>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                 <transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
                   <resource>META-INF/LICENSE</resource>
                   <file>target/classes/META-INF/LICENSE</file>
@@ -209,46 +210,46 @@
     </plugins>
   </build>
   <profiles>
-     <profile>
-         <id>server</id>
-         <build>
-             <defaultGoal>test</defaultGoal>
-             <plugins>
-                 <plugin>
-                     <groupId>org.codehaus.mojo</groupId>
-                     <artifactId>exec-maven-plugin</artifactId>
-                     <executions>
-                        <execution>
-                             <phase>test</phase>
-                             <goals>
-                                 <goal>java</goal>
-                             </goals>
-                             <configuration>
-                                 <mainClass>org.apache.tika.server.TikaServerCli</mainClass>
-                             </configuration>
-                          </execution>
-                      </executions>
-                  </plugin>
-              </plugins>
-         </build>
-      </profile>
-  </profiles>  
+    <profile>
+      <id>server</id>
+      <build>
+        <defaultGoal>test</defaultGoal>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>exec-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>test</phase>
+                <goals>
+                  <goal>java</goal>
+                </goals>
+                <configuration>
+                  <mainClass>org.apache.tika.server.TikaServerCli</mainClass>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
   <url>http://tika.apache.org/</url>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-server</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-server</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-server</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-server</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-server</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-server</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-translate/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-translate/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-translate/pom.xml (original)
+++ tika/trunk/tika-translate/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -51,11 +52,11 @@
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
       <version>2.7.8</version>
     </dependency>
-	<dependency>
-	  <groupId>com.fasterxml.jackson.jaxrs</groupId>
-	  <artifactId>jackson-jaxrs-json-provider</artifactId>
-	  <version>2.4.0</version>
-	</dependency>        
+    <dependency>
+      <groupId>com.fasterxml.jackson.jaxrs</groupId>
+      <artifactId>jackson-jaxrs-json-provider</artifactId>
+      <version>2.4.0</version>
+    </dependency>
 
     <!-- Test dependencies -->
     <dependency>
@@ -63,97 +64,98 @@
       <artifactId>junit</artifactId>
     </dependency>
   </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-DocURL>${project.url}</Bundle-DocURL>
-                        <Bundle-Activator>
-                            org.apache.tika.parser.internal.Activator
-                        </Bundle-Activator>
-                        <Import-Package>
-                            org.w3c.dom,
-                            org.apache.tika.*,
-                            *;resolution:=optional
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>
-                        <exclude>src/test/resources/test-documents/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-
-        <pluginManagement>
-            <plugins>
-                <!-- This plugin's configuration is used to store Eclipse m2e      -->
-                <!-- settings only. It has no influence on the Maven build itself. -->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.felix</groupId>
-                                        <artifactId>maven-scr-plugin</artifactId>
-                                        <versionRange>[1.7.2,)</versionRange>
-                                        <goals>
-                                            <goal>scr</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <execute />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-DocURL>${project.url}</Bundle-DocURL>
+            <Bundle-Activator>
+              org.apache.tika.parser.internal.Activator
+            </Bundle-Activator>
+            <Import-Package>
+              org.w3c.dom,
+              org.apache.tika.*,
+              *;resolution:=optional
+            </Import-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>
+            <exclude>src/test/resources/test-documents/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <!-- This plugin's configuration is used to store Eclipse m2e      -->
+        <!-- settings only. It has no influence on the Maven build itself. -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-scr-plugin</artifactId>
+                    <versionRange>[1.7.2,)</versionRange>
+                    <goals>
+                      <goal>scr</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-  <description>This is the translate Apache Tika™ toolkit. Translator implementations may depend on web services. </description>
+  <description>This is the translate Apache Tika™ toolkit. Translator implementations may depend on web services.
+  </description>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-translate</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-translate</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-translate</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-translate</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-translate</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-translate</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>

Modified: tika/trunk/tika-xmp/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-xmp/pom.xml?rev=1639521&r1=1639520&r2=1639521&view=diff
==============================================================================
--- tika/trunk/tika-xmp/pom.xml (original)
+++ tika/trunk/tika-xmp/pom.xml Thu Nov 13 21:08:43 2014
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -53,7 +54,7 @@
               org.apache.tika.xmp,
               org.apache.tika.xmp.convert
             </Export-Package>
-            <Private-Package />
+            <Private-Package/>
           </instructions>
         </configuration>
       </plugin>
@@ -95,20 +96,20 @@
 
   <url>http://tika.apache.org/</url>
   <organization>
-  	<name>The Apache Software Foundation</name>
-  	<url>http://www.apache.org</url>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-xmp</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-xmp</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-xmp</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/trunk/tika-xmp</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-xmp</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-xmp</developerConnection>
   </scm>
   <issueManagement>
-  	<system>JIRA</system>
-  	<url>https://issues.apache.org/jira/browse/TIKA</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
   <ciManagement>
-  	<system>Jenkins</system>
-  	<url>https://builds.apache.org/job/Tika-trunk/</url>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Tika-trunk/</url>
   </ciManagement>
 </project>