You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/04/19 17:22:55 UTC

svn commit: r1469894 - in /commons/proper/codec/tags/1.8-RC4: ./ default.properties pom.xml

Author: ggregory
Date: Fri Apr 19 15:22:55 2013
New Revision: 1469894

URL: http://svn.apache.org/r1469894
Log:
Create commons-codec-1.8-RC4.

Added:
    commons/proper/codec/tags/1.8-RC4/
      - copied from r1469893, commons/proper/codec/trunk/
Modified:
    commons/proper/codec/tags/1.8-RC4/default.properties
    commons/proper/codec/tags/1.8-RC4/pom.xml

Modified: commons/proper/codec/tags/1.8-RC4/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/1.8-RC4/default.properties?rev=1469894&r1=1469893&r2=1469894&view=diff
==============================================================================
--- commons/proper/codec/tags/1.8-RC4/default.properties (original)
+++ commons/proper/codec/tags/1.8-RC4/default.properties Fri Apr 19 15:22:55 2013
@@ -41,7 +41,7 @@ component.package = org.apache.commons.c
 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}

Modified: commons/proper/codec/tags/1.8-RC4/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/1.8-RC4/pom.xml?rev=1469894&r1=1469893&r2=1469894&view=diff
==============================================================================
--- commons/proper/codec/tags/1.8-RC4/pom.xml (original)
+++ commons/proper/codec/tags/1.8-RC4/pom.xml Fri Apr 19 15:22:55 2013
@@ -30,7 +30,7 @@ limitations under the License.
   <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>