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 2009/03/09 19:06:59 UTC

svn commit: r751781 - in /httpcomponents/httpcore/branches/4.0.x: httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml

Author: olegk
Date: Mon Mar  9 18:06:59 2009
New Revision: 751781

URL: http://svn.apache.org/viewvc?rev=751781&view=rev
Log:
Set version to 4.0.1-SNAPSHOT

Modified:
    httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml
    httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml
    httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml
    httpcomponents/httpcore/branches/4.0.x/pom.xml

Modified: httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml?rev=751781&r1=751780&r2=751781&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml Mon Mar  9 18:06:59 2009
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.0.1-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>HttpCore NIO</name>

Modified: httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml?rev=751781&r1=751780&r2=751781&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml Mon Mar  9 18:06:59 2009
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.0.1-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>HttpCore OSGi bundle</name>

Modified: httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml?rev=751781&r1=751780&r2=751781&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml Mon Mar  9 18:06:59 2009
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.1-SNAPSHOT</version>
+    <version>4.0.1-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>HttpCore</name>

Modified: httpcomponents/httpcore/branches/4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.0.x/pom.xml?rev=751781&r1=751780&r2=751781&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/pom.xml Mon Mar  9 18:06:59 2009
@@ -39,7 +39,7 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpcomponents-core</artifactId>
   <name>HttpComponents Core</name>
-  <version>4.1-SNAPSHOT</version>
+  <version>4.0.1-SNAPSHOT</version>
   <description>Core components to build HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core/</url>
   <inceptionYear>2005</inceptionYear>