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:
parent
16cba287b4
commit
2355a5ffd0
22
pom.xml
22
pom.xml
|
@ -448,11 +448,19 @@
|
||||||
<maven.compile.source>1.5</maven.compile.source>
|
<maven.compile.source>1.5</maven.compile.source>
|
||||||
<maven.compile.target>1.5</maven.compile.target>
|
<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:
|
||||||
|
|
||||||
<!-- Current 4.x release series: still points to old, set to 4.0 when releasing -->
|
mvn commons:download-page -Dcommons.componentid=collections
|
||||||
<commons.release.version>3.2.1</commons.release.version>
|
|
||||||
|
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 -->
|
||||||
|
<commons.release.version>4.0-alpha1</commons.release.version>
|
||||||
<commons.release.desc>(Java 5.0+)</commons.release.desc>
|
<commons.release.desc>(Java 5.0+)</commons.release.desc>
|
||||||
|
|
||||||
<!-- Previous 3.x release series -->
|
<!-- Previous 3.x release series -->
|
||||||
|
@ -470,6 +478,10 @@
|
||||||
<commons.site.path>collections</commons.site.path>
|
<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.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
|
||||||
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
|
<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>
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
|
@ -578,7 +590,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>findbugs-maven-plugin</artifactId>
|
<artifactId>findbugs-maven-plugin</artifactId>
|
||||||
<version>2.4.0</version>
|
<version>2.5.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<threshold>Normal</threshold>
|
<threshold>Normal</threshold>
|
||||||
<effort>Default</effort>
|
<effort>Default</effort>
|
||||||
|
|
Loading…
Reference in New Issue