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 2014/10/18 13:42:25 UTC

svn commit: r1632770 - in /httpcomponents/httpcore/tags/4.3.3-RC1: ./ httpcore-ab/pom.xml httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml

Author: olegk
Date: Sat Oct 18 11:42:24 2014
New Revision: 1632770

URL: http://svn.apache.org/r1632770
Log:
HttpCore 4.3.3 RC1 tag

Added:
    httpcomponents/httpcore/tags/4.3.3-RC1/   (props changed)
      - copied from r1632769, httpcomponents/httpcore/branches/4.3.x/
Modified:
    httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml
    httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml
    httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml
    httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml
    httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml

Propchange: httpcomponents/httpcore/tags/4.3.3-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 18 11:42:24 2014
@@ -0,0 +1,11 @@
+
+.project
+.classpath
+bin
+lib
+.settings
+dist
+target
+.pmd
+.idea
+*.iml

Propchange: httpcomponents/httpcore/tags/4.3.3-RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Oct 18 11:42:24 2014
@@ -0,0 +1 @@
+/httpcomponents/httpcore/branches/ibm_compat_branch:755687-758898

Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml Sat Oct 18 11:42:24 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.3</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>Apache HttpCore Benchmarking Tool</name>

Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml Sat Oct 18 11:42:24 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.3</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>

Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml Sat Oct 18 11:42:24 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.3</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>

Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml Sat Oct 18 11:42:24 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.3</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>

Modified: httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff
==============================================================================
--- httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml (original)
+++ httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml Sat Oct 18 11:42:24 2014
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>Apache HttpComponents Core</name>
-  <version>4.3.3-SNAPSHOT</version>
+  <version>4.3.3</version>
   <description>Core components to build HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core</url>
   <inceptionYear>2005</inceptionYear>
@@ -58,9 +58,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x</developerConnection>
-    <url>https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.3</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.3</url>
   </scm>
 
   <modules>