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.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to