Tag Codec 1.4 RC2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/tags/CODEC_1_4_RC2@797381 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/default.properties b/default.properties
index 22771b3..732bf49 100644
--- a/default.properties
+++ b/default.properties
@@ -30,7 +30,7 @@
 component.title = Encode/Decode Utilities
 
 # The current version number of this component
-component.version = 1.4-dev
+component.version = 1.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 e1fdffe..e6a706a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</version>
   <name>Commons Codec</name>
 
   <inceptionYear>2002</inceptionYear>
diff --git a/src/site/site.xml b/src/site/site.xml
index 9fa523c..64f745d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,7 @@
             <item name="Overview"      href="/index.html"/>
             <item name="Download"      href="http://commons.apache.org/codec/download_codec.cgi"/>
             <item name="Users guide"   href="/userguide.html"/>
-            <item name="Javadoc (1.3 release)" href="api-release/index.html"/>
+            <item name="Javadoc (1.4 release)" href="api-release/index.html"/>
         </menu>
 
         <menu name="Development">
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index bb94575..d36acad 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -22,7 +22,7 @@
 		<author>Gary D. Gregory</author>
 	</properties>
 	<body>
-		<release version="1-4-SNAPSHOT" date="13 July 2009" description="Feature and fix release.">
+		<release version="1.4" date="27 July 2009" description="Feature and fix release.">
 			<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">
              Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76.
              </action>