Author: maxcom
Date: Thu Feb 24 10:29:47 2011
New Revision: 1074100

URL: http://svn.apache.org/viewvc?rev=1074100&view=rev
Log:
tika-server: fix compilation under Java 1.5

Modified:
    tika/trunk/tika-server/pom.xml

Modified: tika/trunk/tika-server/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1074100&r1=1074099&r2=1074100&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Thu Feb 24 10:29:47 2011
@@ -130,8 +130,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <inherited>true</inherited>
                 <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
+                    <source>1.5</source>
+                    <target>1.5</target>
                 </configuration>
             </plugin>
       <plugin>


Reply via email to