You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by kk...@apache.org on 2016/02/11 20:55:07 UTC

[02/11] tika git commit: Add project.build.sourceEncoding to properties

Add project.build.sourceEncoding to properties

So it's explicitly UTF-8


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/9d75fdf9
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/9d75fdf9
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/9d75fdf9

Branch: refs/heads/2.x
Commit: 9d75fdf9e3ced18c825e784e939a740b5f924a20
Parents: 33d1342
Author: Ken Krugler <ke...@transpac.com>
Authored: Wed Feb 10 15:46:16 2016 -0800
Committer: Ken Krugler <ke...@transpac.com>
Committed: Wed Feb 10 15:46:16 2016 -0800

----------------------------------------------------------------------
 tika-parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/9d75fdf9/tika-parent/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b5ce015..cd17304 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -119,8 +119,8 @@
       <id>kkrugler</id>
       <email>kkrugler@apache.org</email>
       <url>http://ken-blog.krugler.org</url>
-      <organization>Bixo Labs</organization>
-      <organizationUrl>http://bixolabs.com</organizationUrl>
+      <organization>Scale Unlimited</organization>
+      <organizationUrl>http://www.scaleunlimited.com</organizationUrl>
       <roles>
         <role>committer</role>
       </roles>
@@ -358,6 +358,7 @@
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <commons.compress.version>1.10</commons.compress.version>
     <commons.io.version>2.4</commons.io.version>