It does look like it's getting about that time, yes. Matt
On Fri, Feb 21, 2014 at 1:21 PM, Gary Gregory <[email protected]>wrote: > How about another release to push out the new SCM plugin and these other > changes? > > Gary > > > On Fri, Feb 21, 2014 at 1:30 PM, <[email protected]> wrote: > > > Author: mbenson > > Date: Fri Feb 21 18:30:13 2014 > > New Revision: 1570651 > > > > URL: http://svn.apache.org/r1570651 > > Log: > > comment why enforcer instead of prerequisites > > > > Modified: > > commons/proper/commons-parent/trunk/pom.xml > > > > Modified: commons/proper/commons-parent/trunk/pom.xml > > URL: > > > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1570651&r1=1570650&r2=1570651&view=diff > > > > > ============================================================================== > > --- commons/proper/commons-parent/trunk/pom.xml (original) > > +++ commons/proper/commons-parent/trunk/pom.xml Fri Feb 21 18:30:13 2014 > > @@ -413,6 +413,10 @@ http://svn.apache.org/repos/asf/commons/ > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-compiler-plugin</artifactId> > > </plugin> > > + <!-- Unfortunately the much simpler > > + <prerequisites><maven>3.0</maven></prerequisites> > > + is not inherited so we have to use the enforcer plugin > > + --> > > <plugin> > > <inherited>true</inherited> > > <groupId>org.apache.maven.plugins</groupId> > > > > > > > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition< > http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory >
