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:55:45 UTC

svn commit: r1552874 - in /commons/proper/codec/tags/1.9-RC1: ./ RELEASE-NOTES.txt default.properties pom.xml

Author: ggregory
Date: Sat Dec 21 03:55:45 2013
New Revision: 1552874

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

Added:
    commons/proper/codec/tags/1.9-RC1/
      - copied from r1552871, commons/proper/codec/trunk/
    commons/proper/codec/tags/1.9-RC1/RELEASE-NOTES.txt
      - copied unchanged from r1552873, commons/proper/codec/trunk/RELEASE-NOTES.txt
Modified:
    commons/proper/codec/tags/1.9-RC1/default.properties
    commons/proper/codec/tags/1.9-RC1/pom.xml

Modified: commons/proper/codec/tags/1.9-RC1/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/codec/tags/1.9-RC1/default.properties?rev=1552874&r1=1552871&r2=1552874&view=diff
==============================================================================
--- commons/proper/codec/tags/1.9-RC1/default.properties (original)
+++ commons/proper/codec/tags/1.9-RC1/default.properties Sat Dec 21 03:55:45 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=1552874&r1=1552871&r2=1552874&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:55:45 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>