Author: ggregory
Date: Sat Dec 21 02:30:08 2013
New Revision: 1552865
URL: http://svn.apache.org/r1552865
Log:
Create commons-codec-1.9-RC1.
Added:
commons/proper/codec/tags/1.9-RC1/
- copied from r1552864, commons/proper/codec/trunk/
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=1552865&r1=1552864&r2=1552865&view=diff
==============================================================================
--- commons/proper/codec/tags/1.9-RC1/default.properties (original)
+++ commons/proper/codec/tags/1.9-RC1/default.properties Sat Dec 21 02:30:08
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.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=1552865&r1=1552864&r2=1552865&view=diff
==============================================================================
--- commons/proper/codec/tags/1.9-RC1/pom.xml (original)
+++ commons/proper/codec/tags/1.9-RC1/pom.xml Sat Dec 21 02:30:08 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>