You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2006/04/08 13:26:18 UTC

svn commit: r392505 - in /jakarta/httpcomponents/trunk: http-async/pom.xml http-core/pom.xml pom.xml

Author: olegk
Date: Sat Apr  8 04:26:11 2006
New Revision: 392505

URL: http://svn.apache.org/viewcvs?rev=392505&view=rev
Log:
Trying to work around Maven2 weirdness. Changed HttpComponents project POM version to 'project'

Modified:
    jakarta/httpcomponents/trunk/http-async/pom.xml
    jakarta/httpcomponents/trunk/http-core/pom.xml
    jakarta/httpcomponents/trunk/pom.xml

Modified: jakarta/httpcomponents/trunk/http-async/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-async/pom.xml?rev=392505&r1=392504&r2=392505&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-async/pom.xml (original)
+++ jakarta/httpcomponents/trunk/http-async/pom.xml Sat Apr  8 04:26:11 2006
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.jakarta.httpcomponents</groupId>
     <artifactId>httpcomponents</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
   <artifactId>jakarta-hc-httpasync</artifactId>

Modified: jakarta/httpcomponents/trunk/http-core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/pom.xml?rev=392505&r1=392504&r2=392505&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-core/pom.xml (original)
+++ jakarta/httpcomponents/trunk/http-core/pom.xml Sat Apr  8 04:26:11 2006
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.jakarta.httpcomponents</groupId>
     <artifactId>httpcomponents</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>project</version>
   </parent>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
   <artifactId>jakarta-hc-httpcore</artifactId>

Modified: jakarta/httpcomponents/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/pom.xml?rev=392505&r1=392504&r2=392505&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/pom.xml (original)
+++ jakarta/httpcomponents/trunk/pom.xml Sat Apr  8 04:26:11 2006
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
   <artifactId>httpcomponents</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>project</version>
   <packaging>pom</packaging>
   <name>HttpComponents</name>
   <url>http://jakarta.apache.org/httpcomponents/</url>