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/12/21 04:06:34 UTC

svn commit: r1552869 - in /commons/proper/codec/tags/1.9-RC1: ./ default.properties pom.xml

Author: ggregory
Date: Sat Dec 21 03:06:32 2013
New Revision: 1552869

URL: http://svn.apache.org/r1552869
Log:
Create commons-codec-1.9-RC1.

Added:
    commons/proper/codec/tags/1.9-RC1/
      - copied from r1552867, commons/proper/codec/trunk/
    commons/proper/codec/tags/1.9-RC1/default.properties
      - copied, changed from r1552868, commons/proper/codec/trunk/default.properties
Modified:
    commons/proper/codec/tags/1.9-RC1/pom.xml

Copied: commons/proper/codec/tags/1.9-RC1/default.properties (from r1552868, commons/proper/codec/trunk/default.properties)
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/1.9-RC1/default.properties?p2=commons/proper/codec/tags/1.9-RC1/default.properties&p1=commons/proper/codec/trunk/default.properties&r1=1552868&r2=1552869&rev=1552869&view=diff
==============================================================================
--- commons/proper/codec/trunk/default.properties (original)
+++ commons/proper/codec/tags/1.9-RC1/default.properties Sat Dec 21 03:06:32 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.9-SNAPSHOT
+component.version = 1.9
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/codec/tags/1.9-RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/1.9-RC1/pom.xml?rev=1552869&r1=1552867&r2=1552869&view=diff
==============================================================================
--- commons/proper/codec/tags/1.9-RC1/pom.xml (original)
+++ commons/proper/codec/tags/1.9-RC1/pom.xml Sat Dec 21 03:06:32 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.9-SNAPSHOT</version>
+  <version>1.9</version>
   <name>Apache Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>