Author: tpalsulich
Date: Thu Jul 2 08:13:00 2015
New Revision: 1688779
URL: http://svn.apache.org/r1688779
Log:
TIKA-1536. Upgrade to Java 1.7.
Modified:
tika/trunk/pom.xml
tika/trunk/tika-parent/pom.xml
Modified: tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1688779&r1=1688778&r2=1688779&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Thu Jul 2 08:13:00 2015
@@ -56,6 +56,7 @@
<module>tika-server</module>
<module>tika-translate</module>
<module>tika-example</module>
+ <module>tika-java7</module>
</modules>
<profiles>
@@ -176,15 +177,6 @@ least three +1 Tika PMC votes are cast.
</plugins>
</build>
</profile>
- <profile>
- <id>java7</id>
- <activation>
- <jdk>[1.7,]</jdk>
- </activation>
- <modules>
- <module>tika-java7</module>
- </modules>
- </profile>
</profiles>
<description>The Apache Tika⢠toolkit detects and extracts metadata and
structured text content from various documents
Modified: tika/trunk/tika-parent/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1688779&r1=1688778&r2=1688779&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Thu Jul 2 08:13:00 2015
@@ -298,8 +298,8 @@
</dependencyManagement>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<slf4j.version>1.7.12</slf4j.version>
</properties>