You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/09/14 21:51:41 UTC

svn commit: r443450 - /jakarta/commons/sandbox/finder/trunk/pom.xml

Author: bayard
Date: Thu Sep 14 12:51:41 2006
New Revision: 443450

URL: http://svn.apache.org/viewvc?view=rev&rev=443450
Log:
Changing groupId/version so it hits the m1 snapshot repository and not the m2 one (as we don't deploy to the m2 one yet). This should fix the nightly build. 

Modified:
    jakarta/commons/sandbox/finder/trunk/pom.xml

Modified: jakarta/commons/sandbox/finder/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/finder/trunk/pom.xml?view=diff&rev=443450&r1=443449&r2=443450
==============================================================================
--- jakarta/commons/sandbox/finder/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/finder/trunk/pom.xml Thu Sep 14 12:51:41 2006
@@ -14,14 +14,14 @@
   
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org