Given that [2.1.0,2.2.1) is borked would it not be better to up the minimum to 2.2.1 or leave it where it was?
-Stephen On 1 September 2010 00:44, <[email protected]> wrote: > Revision 12473 <http://fisheye.codehaus.org/changelog/mojo/?cs=12473> > Author gleclaire Date 2010-08-31 18:44:50 -0500 (Tue, 31 Aug 2010) Log > Message > > Update minimum version of Maven to 2.1 > > Modified Paths > > - > trunk/mojo/findbugs-maven-plugin/pom.xml<#12aca8a0a548f3f2_trunkmojofindbugsmavenpluginpomxml> > > Diff > Modified: trunk/mojo/findbugs-maven-plugin/pom.xml (12472 => 12473) > > --- trunk/mojo/findbugs-maven-plugin/pom.xml 2010-08-31 21:40:08 UTC (rev > 12472) > +++ trunk/mojo/findbugs-maven-plugin/pom.xml 2010-08-31 23:44:50 UTC (rev > 12473)@@ -73,7 +73,7 @@ </contributors> > > <prerequisites>- <maven>2.0.8</maven>+ <maven>2.1.0</maven> > </prerequisites> > > <scm>@@ -93,6 +93,7 @@ <properties> > <groovy.plugin.version>1.3</groovy.plugin.version> > <doxiaVersion>1.1.3</doxiaVersion>+ > <project.build.java.target>1.5</project.build.java.target> </properties> > > <dependencyManagement>@@ -194,11 +195,6 @@ </executions> > </plugin> > <plugin>- <groupId>org.codehaus.mojo</groupId> > - <artifactId>shitty-maven-plugin</artifactId> > - <version>1.0-alpha-3</version> > - </plugin> > - <plugin> <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-eclipse-plugin</artifactId> > <version>2.8</version>@@ -262,22 +258,6 @@ > <skip>true</skip> > </configuration> > </plugin>- > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-plugin-plugin</artifactId> > - <version>2.4.3</version> > - <configuration> > - <requirements> > - <jdk>1.5</jdk> > - </requirements> > - </configuration> > - </plugin> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-project-info-reports-plugin</artifactId> > - <version>2.1</version> > - </plugin> </plugins> > </reporting> > <profiles>@@ -295,6 +275,7 @@ <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>shitty-maven-plugin</artifactId>+ > <version>1.0-alpha-4-SNAPSHOT</version> <configuration> > <verbose>true</verbose> > </configuration> > > ------------------------------ > > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email >
