Creating lang-3.3-RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_3_RC1@1570828 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0446f48..5e17f1f 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.3-SNAPSHOT</version>
+  <version>3.3</version>
   <name>Apache Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d7fb89..d7b6197 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-  <release version="3.3" date="TBA" description="Bugfix and Feature release">
+  <release version="3.3" date="2014-02-26" description="Bugfix and Feature release">
     <action issue="LANG-621" type="fix" dev="kinow" due-to="Philip Hodges, Thomas Neidhart">ReflectionToStringBuilder.toString does not debug 3rd party object fields within 3rd party object</action>
     <action issue="LANG-955" type="add" dev="britter" due-to="Adam Hooper">Add methods for removing all invalid characters according to XML 1.0 and XML 1.1 in an input string to StringEscapeUtils</action>
     <action issue="LANG-977" type="fix" dev="britter" due-to="Chris Karcher">NumericEntityEscaper incorrectly encodes supplementary characters</action>