Author: mrdon
Date: Sat Feb  2 04:27:27 2008
New Revision: 617788

URL: http://svn.apache.org/viewvc?rev=617788&view=rev
Log:
Applying WAGONHTTP-17, using different version to ensure consistency

Modified:
    maven/sandbox/branches/maven/maven-db/wagon-http-trunk/pom.xml

Modified: maven/sandbox/branches/maven/maven-db/wagon-http-trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-db/wagon-http-trunk/pom.xml?rev=617788&r1=617787&r2=617788&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-db/wagon-http-trunk/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-db/wagon-http-trunk/pom.xml Sat Feb  2 
04:27:27 2008
@@ -30,6 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wagon-http</artifactId>
   <name>Maven Wagon HTTP Provider</name>
+  <version>1.0-rc1-db-SNAPSHOT</version>
   <description>
     Wagon that gets and puts artifacts through http using Apache 
commons-httpclient
   </description>
@@ -43,7 +44,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>wagon-http-shared</artifactId>
-      <version>${pom.version}</version>
+      <version>1.0-rc1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
@@ -58,15 +59,9 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>3.1</version>
+      <version>3.1-standalone</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to