Author: scolebourne
Date: Sun May 14 14:52:34 2006
New Revision: 406442
URL: http://svn.apache.org/viewcvs?rev=406442&view=rev
Log:
Release v3.2
Modified:
jakarta/commons/proper/collections/trunk/build.xml
jakarta/commons/proper/collections/trunk/project.xml
Modified: jakarta/commons/proper/collections/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/build.xml?rev=406442&r1=406441&r2=406442&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/build.xml (original)
+++ jakarta/commons/proper/collections/trunk/build.xml Sun May 14 14:52:34 2006
@@ -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.2-dev"/>
+ <property name="component.version" value="3.2"/>
<!-- The base directory for component configuration files -->
<property name="source.conf" value="src/conf"/>
Modified: jakarta/commons/proper/collections/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/project.xml?rev=406442&r1=406441&r2=406442&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/project.xml (original)
+++ jakarta/commons/proper/collections/trunk/project.xml Sun May 14 14:52:34
2006
@@ -18,7 +18,7 @@
<pomVersion>3</pomVersion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <currentVersion>3.2-SNAPSHOT</currentVersion>
+ <currentVersion>3.2</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Collections</name>
<shortDescription>Commons Collections</shortDescription>
@@ -480,8 +480,8 @@
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
- <report>maven-cobertura-plugin</report>
- <report>maven-jdiff-plugin</report>
+ <!--report>maven-cobertura-plugin</report>
+ <report>maven-jdiff-plugin</report-->
</reports>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]