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:39:22 UTC

svn commit: r1029233 - /tika/trunk/tika-parent/pom.xml

Author: mattmann
Date: Sun Oct 31 01:39:22 2010
New Revision: 1029233

URL: http://svn.apache.org/viewvc?rev=1029233&view=rev
Log:
- progress towards TIKA-407 Push NetCDF4 lib dependency to Maven Central and Update Tika POM: netcdf is now available from Maven Central: see http://repo1.maven.org/maven2/edu/ucar/netcdf/4.2/

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

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1029233&r1=1029232&r2=1029233&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Sun Oct 31 01:39:22 2010
@@ -27,20 +27,6 @@
     <artifactId>apache</artifactId>
     <version>6</version>
   </parent>
-  
-  <repositories>
-   <repository>
-     <id>netcdf-m2-repo</id>
-     <name>netCDF Java Maven2 Repository</name>
-     <url>https://oss.sonatype.org/content/groups/public</url>
-     <releases>
-       <enabled>true</enabled>
-     </releases>
-     <snapshots>
-       <enabled>true</enabled>
-     </snapshots>
-  </repository> 
- </repositories>
 
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-parent</artifactId>