+1 I planned to do some additional changes to our parent pom in the next days, so after that we can do a new release
Carsten 2011/7/6 Ian Boston <[email protected]>: > +1 also. > > On 6 July 2011 13:40, Antonio Sanso <[email protected]> wrote: >> +1 for Maven 3 >> >> On Jul 6, 2011, at 2:33 PM, Bertrand Delacretaz wrote: >> >>> Hi, >>> >>> See SLING-2127, our build currently fails with Maven 2.2.1. >>> >>> We could probably work around the problem, but having a smaller range >>> of allowed Maven versions often makes things simpler. >>> >>> Is anyone opposed to requiring Maven 3.0.0 for our build [1]? >>> >>> -Bertrand >>> >>> [1] patch: >>> >>> Index: parent/pom.xml >>> =================================================================== >>> --- parent/pom.xml (revision 1143359) >>> +++ parent/pom.xml (working copy) >>> @@ -37,7 +37,7 @@ >>> <url>http://sling.apache.org</url> >>> >>> <prerequisites> >>> - <maven>2.2.1</maven> >>> + <maven>3.0.0</maven> >>> </prerequisites> >> >> > -- Carsten Ziegeler [email protected]
