Update pom.xml after release of 4.0-alpha1, upgrade findbugs plugin to 2.5.2.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-07-05 20:42:56 +00:00
parent 16cba287b4
commit 2355a5ffd0
1 changed files with 17 additions and 5 deletions

22
pom.xml
View File

@ -448,11 +448,19 @@
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<!-- Need to change to collections4 when releasing -->
<commons.componentid>collections</commons.componentid>
<!--
This is also used to generate download_xxx file name.
To override this when generating the download page:
mvn commons:download-page -Dcommons.componentid=collections
The above seems to change the download page name but not any other
properties that depend on the componentid.
-->
<commons.componentid>collections4</commons.componentid>
<!-- Current 4.x release series: still points to old, set to 4.0 when releasing -->
<commons.release.version>3.2.1</commons.release.version>
<!-- Current 4.x release series -->
<commons.release.version>4.0-alpha1</commons.release.version>
<commons.release.desc>(Java 5.0+)</commons.release.desc>
<!-- Previous 3.x release series -->
@ -470,6 +478,10 @@
<commons.site.path>collections</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<!-- Override javadoc plugin version due to a vulnerability of the generated javadoc
see http://jira.codehaus.org/browse/MJAVADOC-370, remove after update to CP 32 -->
<commons.javadoc.version>2.9.1</commons.javadoc.version>
</properties>
@ -578,7 +590,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.4.0</version>
<version>2.5.2</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>