Upgrade version to 3.1-RC1

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-09 20:47:59 +00:00
parent 27b695d55c
commit 1cb568a03f
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<property name="component.title.full" value="Apache Jakarta Commons Collections"/>
<!-- The current version number of this component -->
<property name="component.version" value="3.1-dev"/>
<property name="component.version" value="3.1-RC1"/>
<!-- The base directory for component configuration files -->
<property name="source.conf" value="src/conf"/>
@ -583,7 +583,7 @@
<target name="clirr">
<property name="jar.baseline" value="commons-collections-2.1.1.jar" />
<property name="jar.current" value="commons-collections-3.1-dev.jar" />
<property name="jar.current" value="commons-collections-3.1.jar" />
<taskdef resource="clirrtask.properties">
<classpath path="/clirr/clirr-0.3.jar;/clirr/bcel-5.1.jar;" />

View File

@ -17,7 +17,7 @@
<project>
<pomVersion>3</pomVersion>
<id>commons-collections</id>
<currentVersion>3.1-dev</currentVersion>
<currentVersion>3.1-RC1</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Collections</name>
<shortDescription>Commons Collections</shortDescription>