Creating lang-3.4-RC2 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4_RC2@1671054 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/default.properties b/default.properties
index 812c8a4..2db04a8 100644
--- a/default.properties
+++ b/default.properties
@@ -42,7 +42,7 @@
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 3.4-SNAPSHOT
+component.version = 3.4
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}
diff --git a/pom.xml b/pom.xml
index ad901c6..409585a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.4-SNAPSHOT</version>
+  <version>3.4</version>
   <name>Apache Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -45,9 +45,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/lang/tags/LANG_3_4</url>
   </scm>
 
   <developers>