dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03255
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1092: Guess Hudson doesnt like The newest findbugs version
------------------------------------------------------------
revno: 1092
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2009-11-23 17:57:36 +0100
message:
Guess Hudson doesnt like The newest findbugs version
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2009-11-23 16:16:42 +0000
+++ dhis-2/pom.xml 2009-11-23 16:57:36 +0000
@@ -113,7 +113,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.0.1</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
@@ -505,7 +505,7 @@
</dependencies>
</dependencyManagement>
- <properties>
+ <properties>
<rootDir></rootDir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>