Hi

Maven FindBugs Plugin v. 1.2 is the latest version compatible with JDK 1.4

Grzegorz Slowikowski

On 2009-12-28 21:42, pste...@apache.org wrote:
Author: psteitz
Date: Mon Dec 28 20:42:05 2009
New Revision: 894243

URL: http://svn.apache.org/viewvc?rev=894243&view=rev
Log:
Removed findbugs report (fails on JDK 1.4).

Modified:
     commons/proper/dbcp/trunk/pom-1.3.xml
     commons/proper/dbcp/trunk/release-process.txt

Modified: commons/proper/dbcp/trunk/pom-1.3.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom-1.3.xml?rev=894243&r1=894242&r2=894243&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom-1.3.xml (original)
+++ commons/proper/dbcp/trunk/pom-1.3.xml Mon Dec 28 20:42:05 2009
@@ -310,16 +310,6 @@
      <reporting>
        <plugins>
          <plugin>
-<groupId>org.codehaus.mojo</groupId>
-<artifactId>findbugs-maven-plugin</artifactId>
-<version>2.1</version>
-<configuration>
-<threshold>Normal</threshold>
-<effort>Default</effort>
-<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
-</configuration>
-</plugin>
-<plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
            <version>2.4</version>

Modified: commons/proper/dbcp/trunk/release-process.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/release-process.txt?rev=894243&r1=894242&r2=894243&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/release-process.txt (original)
+++ commons/proper/dbcp/trunk/release-process.txt Mon Dec 28 20:42:05 2009
@@ -42,6 +42,7 @@
  9.  From the DBCP_1_3_x_BRANCH
      svn rm pom.xml
      svn rm build.xml
+    svn rm findbugs-exclude-filter.xml
      svn mv build-1.3.xml build.xml
      svn mv pom-1.3.xml pom.xml

@@ -58,7 +59,7 @@
      svn commit -m "Tagging 1.3.x RCy" tags/DBCP_1_3_x_RCy
      svn commit -m "Tagging 1.4.x RCy" tags/DBCP_1_4_x_RCy

-12. From a fresh checkout of the DBCP_1_4_x_RCy tag, execute
+12. From a fresh checkout of the DBCP_1_4_x_RCy tag, using JDK 1.6 execute
      mvn -Prc install

  13. From a fresh checkout of the DBCP_1_3_x_RCy tag using JDK 1.5,




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to