File findbugs-1.3.9-pom.patch of Package findbugs
diff -ur old/annotations.pom new/annotations.pom
--- old/annotations.pom 2012-03-18 16:36:12.849721722 +0000
+++ new/annotations.pom 2012-03-18 16:42:53.945040770 +0000
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>annotations</artifactId>
- <version>1.3.2</version>
+ <version>1.3.9</version>
<packaging>jar</packaging>
<url>http://findbugs.sourceforge.net/</url>
<name>FindBugs-Annotations</name>
diff -ur old/findbugs.pom new/findbugs.pom
--- old/findbugs.pom 2012-03-18 16:36:12.850721723 +0000
+++ new/findbugs.pom 2012-03-18 16:43:21.457062653 +0000
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>findbugs</artifactId>
- <version>1.3.7</version>
+ <version>1.3.9</version>
<packaging>jar</packaging>
<url>http://findbugs.sourceforge.net/</url>
<name>FindBugs</name>
@@ -23,17 +23,17 @@
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>jFormatString</artifactId>
- <version>1.3.7</version>
+ <version>1.3.9</version>
</dependency>
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>1.3.7</version>
+ <version>1.3.9</version>
</dependency>
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>bcel</artifactId>
- <version>1.3.7</version>
+ <version>1.3.9</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>