Create commons-codec-1.8-RC4.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.8-RC4@1469894 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/default.properties b/default.properties
index 20695c5..fd5279a 100644
--- a/default.properties
+++ b/default.properties
@@ -41,7 +41,7 @@
 component.title = Encode/Decode Utilities
 
 # The current version number of this component
-component.version = 1.8-SNAPSHOT
+component.version = 1.8
 
 # 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 4a7e729..c29fa18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <!-- Remember to update the version in default.properties as well -->
-  <version>1.8-SNAPSHOT</version>
+  <version>1.8</version>
   <name>Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>