Tag Lang 2.6 RC2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_2_6_RC2@1058784 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/default.properties b/default.properties
index 5b749be..c83b3ed 100644
--- a/default.properties
+++ b/default.properties
@@ -33,7 +33,7 @@
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 2.6-SNAPSHOT
+component.version = 2.6
 
 # 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 5e856f2..3ceccf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
-  <version>2.6-SNAPSHOT</version>
+  <version>2.6</version>
   <name>Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>