[Fb-contrib-commit] SF.net SVN: fb-contrib:[1646] trunk/fb-contrib/pom.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-11-24 05:59:11
|
Revision: 1646
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1646&view=rev
Author: dbrosius
Date: 2010-11-24 05:59:04 +0000 (Wed, 24 Nov 2010)
Log Message:
-----------
add sonatype parent
Modified Paths:
--------------
trunk/fb-contrib/pom.xml
Modified: trunk/fb-contrib/pom.xml
===================================================================
--- trunk/fb-contrib/pom.xml 2010-11-24 05:39:00 UTC (rev 1645)
+++ trunk/fb-contrib/pom.xml 2010-11-24 05:59:04 UTC (rev 1646)
@@ -8,8 +8,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>5</version>
+ </parent>
+
<name>FindBugs Contrib plugin library</name>
<description>An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.</description>
<url>http://fb-contrib.mebigfatguy.com</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|