Release v3.2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@406442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
edcac60af4
commit
a200aef6b3
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue