You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by tp...@apache.org on 2015/03/02 02:10:19 UTC

svn commit: r1663190 - /tika/trunk/tika-translate/pom.xml

Author: tpalsulich
Date: Mon Mar  2 01:10:19 2015
New Revision: 1663190

URL: http://svn.apache.org/r1663190
Log:
Use ${project.version} for tika-core dependency in tika-translate.

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

Modified: tika/trunk/tika-translate/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-translate/pom.xml?rev=1663190&r1=1663189&r2=1663190&view=diff
==============================================================================
--- tika/trunk/tika-translate/pom.xml (original)
+++ tika/trunk/tika-translate/pom.xml Mon Mar  2 01:10:19 2015
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-core</artifactId>
-      <version>1.8-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.memetix</groupId>