Tag Codec 1.4 RC4

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/tags/CODEC_1_4_RC4@801710 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/default.properties b/default.properties
index 2c9d48c..087e728 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>