You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2011/11/11 12:25:23 UTC

svn commit: r1200814 - /tika/trunk/tika-core/pom.xml

Author: jukka
Date: Fri Nov 11 11:25:23 2011
New Revision: 1200814

URL: http://svn.apache.org/viewvc?rev=1200814&view=rev
Log:
Adjust clirr checks to use Tika 1.0 as the baseline.

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

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=1200814&r1=1200813&r2=1200814&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Fri Nov 11 11:25:23 2011
@@ -91,12 +91,11 @@
               <goal>check</goal>
             </goals>
             <configuration>
-              <skip>true</skip>
               <comparisonArtifacts>
                 <comparisonArtifact>
                   <groupId>org.apache.tika</groupId>
                   <artifactId>tika-core</artifactId>
-                  <version>0.10</version>
+                  <version>1.0</version>
                   <type>jar</type>
                 </comparisonArtifact>
               </comparisonArtifacts>