Author: maxcom
Date: Mon Mar 26 12:55:42 2012
New Revision: 1305338

URL: http://svn.apache.org/viewvc?rev=1305338&view=rev
Log:
tika-server: update java version because jersey-core requires java6

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=1305338&r1=1305337&r2=1305338&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Mon Mar 26 12:55:42 2012
@@ -151,8 +151,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <inherited>true</inherited>
                 <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
+                    <source>1.6</source>
+                    <target>1.6</target>
                 </configuration>
             </plugin>
       <plugin>


Reply via email to