Creating commons-codec-1.5-RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.5-RC1@1085234 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ca6abec..9bf2b7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5</version>
   <name>Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -38,6 +38,13 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/codec/trunk</url>
   </scm>
+  <distributionManagement>
+    <site>
+      <id>stagingSite</id>
+      <name>Apache Staging Website</name>
+      <url>scp://people.apache.org/www/commons.apache.org/codec/</url>
+    </site>
+  </distributionManagement>  
   <developers>
     <developer>
       <name>Henri Yandell</name>