You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2009/09/02 09:55:57 UTC

svn commit: r810439 - /incubator/droids/trunk/droids-tika/pom.xml

Author: thorsten
Date: Wed Sep  2 09:55:57 2009
New Revision: 810439

URL: http://svn.apache.org/viewvc?rev=810439&view=rev
Log:
Using the tika released version instead of the snapshot.

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=810439&r1=810438&r2=810439&view=diff
==============================================================================
--- incubator/droids/trunk/droids-tika/pom.xml (original)
+++ incubator/droids/trunk/droids-tika/pom.xml Wed Sep  2 09:55:57 2009
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
   </dependencies>