You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/07/24 11:18:13 UTC

svn commit: r797381 - in /commons/proper/codec/tags/CODEC_1_4_RC2: ./ default.properties pom.xml src/site/site.xml xdocs/changes.xml

Author: niallp
Date: Fri Jul 24 09:18:13 2009
New Revision: 797381

URL: http://svn.apache.org/viewvc?rev=797381&view=rev
Log:
Tag Codec 1.4 RC2

Added:
    commons/proper/codec/tags/CODEC_1_4_RC2/
      - copied from r797379, commons/proper/codec/trunk/
Modified:
    commons/proper/codec/tags/CODEC_1_4_RC2/default.properties
    commons/proper/codec/tags/CODEC_1_4_RC2/pom.xml
    commons/proper/codec/tags/CODEC_1_4_RC2/src/site/site.xml
    commons/proper/codec/tags/CODEC_1_4_RC2/xdocs/changes.xml

Modified: commons/proper/codec/tags/CODEC_1_4_RC2/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC2/default.properties?rev=797381&r1=797379&r2=797381&view=diff
==============================================================================
--- commons/proper/codec/tags/CODEC_1_4_RC2/default.properties (original)
+++ commons/proper/codec/tags/CODEC_1_4_RC2/default.properties Fri Jul 24 09:18:13 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_RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC2/pom.xml?rev=797381&r1=797379&r2=797381&view=diff
==============================================================================
--- commons/proper/codec/tags/CODEC_1_4_RC2/pom.xml (original)
+++ commons/proper/codec/tags/CODEC_1_4_RC2/pom.xml Fri Jul 24 09:18:13 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>

Modified: commons/proper/codec/tags/CODEC_1_4_RC2/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC2/src/site/site.xml?rev=797381&r1=797379&r2=797381&view=diff
==============================================================================
--- commons/proper/codec/tags/CODEC_1_4_RC2/src/site/site.xml (original)
+++ commons/proper/codec/tags/CODEC_1_4_RC2/src/site/site.xml Fri Jul 24 09:18:13 2009
@@ -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">

Modified: commons/proper/codec/tags/CODEC_1_4_RC2/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC2/xdocs/changes.xml?rev=797381&r1=797379&r2=797381&view=diff
==============================================================================
--- commons/proper/codec/tags/CODEC_1_4_RC2/xdocs/changes.xml (original)
+++ commons/proper/codec/tags/CODEC_1_4_RC2/xdocs/changes.xml Fri Jul 24 09:18:13 2009
@@ -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>