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/10/31 02:12:40 UTC

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

Author: mattmann
Date: Sun Oct 31 01:12:40 2010
New Revision: 1029231

URL: http://svn.apache.org/viewvc?rev=1029231&view=rev
Log:
- progress towards TIKA-407 Push NetCDF4 lib dependency to Maven Central and Update Tika POM: upgrade tika-parsers to depend on eventual Maven Central group/artifactId. Also temporarily change M2-forge to Sonatype OSS (will remove when Central sync is loaded)

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=1029231&r1=1029230&r2=1029231&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Sun Oct 31 01:12:40 2010
@@ -32,7 +32,7 @@
    <repository>
      <id>netcdf-m2-repo</id>
      <name>netCDF Java Maven2 Repository</name>
-     <url>http://ulisse.pin.unifi.it:8081/nexus/content/groups/open.repos</url>
+     <url>https://oss.sonatype.org/content/groups/public</url>
      <releases>
        <enabled>true</enabled>
      </releases>

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1029231&r1=1029230&r2=1029231&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Sun Oct 31 01:12:40 2010
@@ -55,9 +55,9 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>essi-unidata</groupId>
-      <artifactId>netcdf-java</artifactId>
-      <version>4.0.41</version>
+      <groupId>edu.ucar</groupId>
+      <artifactId>netcdf</artifactId>
+      <version>4.2</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>