You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2010/11/24 07:12:45 UTC

svn commit: r1038492 - in /tika/trunk: tika-parent/pom.xml tika-parsers/pom.xml

Author: mattmann
Date: Wed Nov 24 06:12:45 2010
New Revision: 1038492

URL: http://svn.apache.org/viewvc?rev=1038492&view=rev
Log:
- progress towards TIKA-556 Problems with the NetCDF jar: update to NetCDF 4.2-min jar, but include temporary repository definition before sync to Central. Once available in central, will remove tika-parent/pom.xml mod.

Modified:
    tika/trunk/tika-parent/pom.xml
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1038492&r1=1038491&r2=1038492&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Wed Nov 24 06:12:45 2010
@@ -47,6 +47,20 @@
     <system>JIRA</system>
     <url>https://issues.apache.org/jira/browse/TIKA</url>
   </issueManagement>
+  
+  <repositories>
+    <repository>
+      <id>netcdf-sonatype-precentral</id>
+      <layout>default</layout>
+      <releases>
+       <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <url>https://oss.sonatype.org/content/repositories/releases</url>
+    </repository>
+  </repositories>
 
   <mailingLists>
     <mailingList>

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1038492&r1=1038491&r2=1038492&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Wed Nov 24 06:12:45 2010
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>edu.ucar</groupId>
       <artifactId>netcdf</artifactId>
-      <version>4.2</version>
+      <version>4.2-min</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>