You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/29 09:23:34 UTC

svn commit: r980343 - in /incubator/oodt/trunk: crawler/pom.xml pge/pom.xml webapp/filemgr/pom.xml webapp/workflow/pom.xml

Author: woollard
Date: Thu Jul 29 07:23:33 2010
New Revision: 980343

URL: http://svn.apache.org/viewvc?rev=980343&view=rev
Log:
conversion to equivelent jars to allow for public download during build. toward OODT-15

Modified:
    incubator/oodt/trunk/crawler/pom.xml
    incubator/oodt/trunk/pge/pom.xml
    incubator/oodt/trunk/webapp/filemgr/pom.xml
    incubator/oodt/trunk/webapp/workflow/pom.xml

Modified: incubator/oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=980343&r1=980342&r2=980343&view=diff
==============================================================================
--- incubator/oodt/trunk/crawler/pom.xml (original)
+++ incubator/oodt/trunk/crawler/pom.xml Thu Jul 29 07:23:33 2010
@@ -150,9 +150,9 @@ the License.
       <version>${oodt.version}</version>
     </dependency>
     <dependency>
-      <groupId>apache</groupId>
+      <groupId>org.apache.tika</groupId>
       <artifactId>tika</artifactId>
-      <version>0.2-fork</version>
+      <version>0.3</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
@@ -187,7 +187,7 @@ the License.
     <dependency>
       <groupId>xmlrpc</groupId>
       <artifactId>xmlrpc</artifactId>
-      <version>2.1-dev</version>
+      <version>2.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>

Modified: incubator/oodt/trunk/pge/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pge/pom.xml?rev=980343&r1=980342&r2=980343&view=diff
==============================================================================
--- incubator/oodt/trunk/pge/pom.xml (original)
+++ incubator/oodt/trunk/pge/pom.xml Thu Jul 29 07:23:33 2010
@@ -111,9 +111,9 @@ the License.
       <version>${oodt.version}</version>
     </dependency>
     <dependency>
-      <groupId>apache</groupId>
+      <groupId>org.apache.tika</groupId>
       <artifactId>tika</artifactId>
-      <version>0.2-fork</version>
+      <version>0.3</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>

Modified: incubator/oodt/trunk/webapp/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/filemgr/pom.xml?rev=980343&r1=980342&r2=980343&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/filemgr/pom.xml (original)
+++ incubator/oodt/trunk/webapp/filemgr/pom.xml Thu Jul 29 07:23:33 2010
@@ -73,7 +73,7 @@ the License.
     <dependency>
       <groupId>xmlrpc</groupId>
       <artifactId>xmlrpc</artifactId>
-      <version>2.1-dev</version>
+      <version>2.0.1</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>

Modified: incubator/oodt/trunk/webapp/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/pom.xml?rev=980343&r1=980342&r2=980343&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/pom.xml (original)
+++ incubator/oodt/trunk/webapp/workflow/pom.xml Thu Jul 29 07:23:33 2010
@@ -84,7 +84,7 @@ the License.
     <dependency>
       <groupId>xmlrpc</groupId>
       <artifactId>xmlrpc</artifactId>
-      <version>2.1-dev</version>
+      <version>2.0.1</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>