HttpCore 4.2 RC2 tag

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2-RC2@1330250 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpcore-ab/pom.xml b/httpcore-ab/pom.xml
index 16af4b8..10d6ed2 100644
--- a/httpcore-ab/pom.xml
+++ b/httpcore-ab/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-beta2-SNAPSHOT</version>
+    <version>4.2</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>HttpCore AB clone</name>
diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml
index c81bb93..02b3243 100644
--- a/httpcore-nio/pom.xml
+++ b/httpcore-nio/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-beta2-SNAPSHOT</version>
+    <version>4.2</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>HttpCore NIO</name>
diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml
index 3e3c978..e8032d2 100644
--- a/httpcore-osgi/pom.xml
+++ b/httpcore-osgi/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-beta2-SNAPSHOT</version>
+    <version>4.2</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>HttpCore OSGi bundle</name>
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index aee71cd..b362924 100644
--- a/httpcore/pom.xml
+++ b/httpcore/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.2-beta2-SNAPSHOT</version>
+    <version>4.2</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>HttpCore</name>
diff --git a/pom.xml b/pom.xml
index dadcd7b..979658f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>HttpComponents Core</name>
-  <version>4.2-beta2-SNAPSHOT</version>
+  <version>4.2</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</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2</developerConnection>
+    <url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2</url>
   </scm>
 
   <modules>
@@ -237,14 +237,12 @@
             </entity>
           </entities>
           <postProcess>
-            <copy todir="target/site/tutorial/html" 
-              failonerror="false">
+            <copy todir="target/site/tutorial/html" failonerror="false">
               <fileset dir="target/docbkx/html/index">
                 <include name="**/*.html" />
               </fileset>
             </copy>
-            <copy todir="target/site/tutorial/html" 
-              failonerror="false">
+            <copy todir="target/site/tutorial/html" failonerror="false">
               <fileset dir="src/docbkx/resources">
                 <include name="**/*.css" />
                 <include name="**/*.png" />
@@ -252,9 +250,7 @@
                 <include name="**/*.jpg" />
               </fileset>
             </copy>
-            <copy file="target/docbkx/pdf/index.pdf" 
-                  tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" 
-                  failonerror="false"/>
+            <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false" />
           </postProcess>
         </configuration>
       </plugin>