Author: rfrovarp
Date: Tue Nov 15 18:22:12 2011
New Revision: 1202354

URL: http://svn.apache.org/viewvc?rev=1202354&view=rev
Log:
Update Tika version here as well. Not that good at merging, so doing it manually

Modified:
    incubator/droids/trunk/droids-tika/pom.xml

Modified: incubator/droids/trunk/droids-tika/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-tika/pom.xml?rev=1202354&r1=1202353&r2=1202354&view=diff
==============================================================================
--- incubator/droids/trunk/droids-tika/pom.xml (original)
+++ incubator/droids/trunk/droids-tika/pom.xml Tue Nov 15 18:22:12 2011
@@ -46,13 +46,15 @@
     <dependency>
        <groupId>org.apache.tika</groupId>
        <artifactId>tika-core</artifactId>
-       <version>0.6</version>
+       <version>${tika-release-version}</version>
     </dependency>
     <dependency>
        <groupId>org.apache.tika</groupId>
        <artifactId>tika-parsers</artifactId>
-       <version>0.6</version>
+       <version>${tika-release-version}</version>
     </dependency>
   </dependencies>
-
+  <properties>
+    <tika-release-version>1.0</tika-release-version>
+  </properties>
 </project>


Reply via email to