|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MFINDBUGS-175) Update to Findbu... Stephen Cooper (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Garvin LeClaire (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Garvin LeClaire (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Stephen Cooper (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Stephen Cooper (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Garvin LeClaire (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Stephen Cooper (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... David Harkness (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... David Harkness (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Evgeny Mandrikov (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Garvin LeClaire (JIRA)
- [mojo-dev] [jira] (MFINDBUGS-175) Update to F... Diwaker Gupta (JIRA)

I have published a snapshot of the 2.0.3 code into the Sonatype repository.
Here is the settings.xml info for the snapshot repository:
<repositories>
<repository>
<id>nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
...
</repositories>
Just add the following to your Maven POM to use the snapshot:
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs</artifactId>
<version>2.0.3-SNAPSHOT</version>
</dependency>
.....
</dependencies>
I will try to keep the snapshot release up to working updates of the code. You will not need to do anything to see new snapshot releases.