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/06/18 19:52:54 UTC

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

Author: olegk
Date: Thu Jun 18 17:52:53 2009
New Revision: 786183

URL: http://svn.apache.org/viewvc?rev=786183&view=rev
Log:
[maven-release-plugin] prepare release 4.0.1

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=786183&r1=786182&r2=786183&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/httpcore-nio/pom.xml Thu Jun 18 17:52:53 2009
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.1</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=786183&r1=786182&r2=786183&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/httpcore-osgi/pom.xml Thu Jun 18 17:52:53 2009
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.1</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=786183&r1=786182&r2=786183&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/httpcore/pom.xml Thu Jun 18 17:52:53 2009
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.1</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=786183&r1=786182&r2=786183&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.0.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.0.x/pom.xml Thu Jun 18 17:52:53 2009
@@ -39,7 +39,7 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpcomponents-core</artifactId>
   <name>HttpComponents Core</name>
-  <version>4.0.1-SNAPSHOT</version>
+  <version>4.0.1</version>
   <description>Core components to build HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core/</url>
   <inceptionYear>2005</inceptionYear>
@@ -64,9 +64,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.0.1</developerConnection>
+    <url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.0.1</url>
   </scm>
 
   <modules>