Author: niallp Date: Thu Aug 6 16:39:26 2009 New Revision: 801710 URL: http://svn.apache.org/viewvc?rev=801710&view=rev Log: Tag Codec 1.4 RC4
Added: commons/proper/codec/tags/CODEC_1_4_RC4/ - copied from r801709, commons/proper/codec/trunk/ Modified: commons/proper/codec/tags/CODEC_1_4_RC4/default.properties commons/proper/codec/tags/CODEC_1_4_RC4/pom.xml Modified: commons/proper/codec/tags/CODEC_1_4_RC4/default.properties URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC4/default.properties?rev=801710&r1=801709&r2=801710&view=diff ============================================================================== --- commons/proper/codec/tags/CODEC_1_4_RC4/default.properties (original) +++ commons/proper/codec/tags/CODEC_1_4_RC4/default.properties Thu Aug 6 16:39:26 2009 @@ -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} Modified: commons/proper/codec/tags/CODEC_1_4_RC4/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC4/pom.xml?rev=801710&r1=801709&r2=801710&view=diff ============================================================================== --- commons/proper/codec/tags/CODEC_1_4_RC4/pom.xml (original) +++ commons/proper/codec/tags/CODEC_1_4_RC4/pom.xml Thu Aug 6 16:39:26 2009 @@ -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>