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 2011/08/14 20:35:06 UTC

svn commit: r1157595 - in /httpcomponents/httpcore/tags/4.2-alpha1-RC1: ./ httpcore-ab/pom.xml httpcore-benchmark/pom.xml httpcore-contrib/pom.xml httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml

Author: olegk
Date: Sun Aug 14 18:35:06 2011
New Revision: 1157595

URL: http://svn.apache.org/viewvc?rev=1157595&view=rev
Log:
HttpCore 4.2-alpha1 RC1 tag

Added:
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/   (props changed)
      - copied from r1157529, httpcomponents/httpcore/trunk/
Modified:
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-ab/pom.xml
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-benchmark/pom.xml
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-contrib/pom.xml
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-nio/pom.xml
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-osgi/pom.xml
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore/pom.xml
    httpcomponents/httpcore/tags/4.2-alpha1-RC1/pom.xml

Propchange: httpcomponents/httpcore/tags/4.2-alpha1-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Aug 14 18:35:06 2011
@@ -0,0 +1,9 @@
+
+.project
+.classpath
+bin
+lib
+.settings
+dist
+target
+.pmd

Propchange: httpcomponents/httpcore/tags/4.2-alpha1-RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sun Aug 14 18:35:06 2011
@@ -0,0 +1 @@
+/httpcomponents/httpcore/branches/ibm_compat_branch:755687-758898

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-ab/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-ab/pom.xml Sun Aug 14 18:35:06 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-alpha1-SNAPSHOT</version>
+    <version>4.2-alpha1</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>HttpCore AB clone</name>

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-benchmark/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-benchmark/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-benchmark/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-benchmark/pom.xml Sun Aug 14 18:35:06 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-alpha1-SNAPSHOT</version>
+    <version>4.2-alpha1</version>
   </parent>
   <artifactId>httpcore-benchmark</artifactId>
   <name>HttpCore Benchmarks</name>

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-contrib/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-contrib/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-contrib/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-contrib/pom.xml Sun Aug 14 18:35:06 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-alpha1-SNAPSHOT</version>
+    <version>4.2-alpha1</version>
   </parent>
   <artifactId>httpcore-contrib</artifactId>
   <name>HttpCore Contrib</name>

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-nio/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-nio/pom.xml Sun Aug 14 18:35:06 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-alpha1-SNAPSHOT</version>
+    <version>4.2-alpha1</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>HttpCore NIO</name>

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-osgi/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore-osgi/pom.xml Sun Aug 14 18:35:06 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-alpha1-SNAPSHOT</version>
+    <version>4.2-alpha1</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>HttpCore OSGi bundle</name>

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/httpcore/pom.xml Sun Aug 14 18:35:06 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-alpha1-SNAPSHOT</version>
+    <version>4.2-alpha1</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>HttpCore</name>

Modified: httpcomponents/httpcore/tags/4.2-alpha1-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.2-alpha1-RC1/pom.xml?rev=1157595&r1=1157529&r2=1157595&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.2-alpha1-RC1/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.2-alpha1-RC1/pom.xml Sun Aug 14 18:35:06 2011
@@ -34,7 +34,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>HttpComponents Core</name>
-  <version>4.2-alpha1-SNAPSHOT</version>
+  <version>4.2-alpha1</version>
   <description>Core components to build HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core</url>
   <inceptionYear>2005</inceptionYear>
@@ -59,9 +59,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.2-alpha1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2-alpha1</developerConnection>
+    <url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2-alpha1</url>
   </scm>
 
   <modules>