+1!
On 6/4/07, Brett Porter <brett@apache.org> wrote:
> If my memory serves, we had decided we were ready to take this step
> for the applications, but not Maven itself until the toolchain
> support is final.
>
> Any objections?
>
> - Brett
>
> On 05/06/2007, at 2:32 AM, brett@apache.org wrote:
>
> > Author: brett
> > Date: Mon Jun 4 09:32:12 2007
> > New Revision: 544179
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=544179
> > Log:
> > Start using JDK 5 for Continuum
> >
> > Modified:
> > maven/continuum/trunk/pom.xml
> >
> > Modified: maven/continuum/trunk/pom.xml
> > URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?
> > view=diff&rev=544179&r1=544178&r2=544179
> > ======================================================================
> > ========
> > --- maven/continuum/trunk/pom.xml (original)
> > +++ maven/continuum/trunk/pom.xml Mon Jun 4 09:32:12 2007
> > @@ -65,6 +65,13 @@
> > <pluginManagement>
> > <plugins>
> > <plugin>
> > + <artifactId>maven-compiler-plugin</artifactId>
> > + <configuration>
> > + <source>1.5</source>
> > + <target>1.5</target>
> > + </configuration>
> > + </plugin>
> > + <plugin>
> > <artifactId>maven-release-plugin</artifactId>
> > <configuration>
> > <tagBase>https://svn.apache.org/repos/asf/maven/
> > continuum/tags</tagBase>
> >
>
--
jesse mcconnell
jesse.mcconnell@gmail.com
|