If I changed it back, would that restart the 3-day period? - Russ
On Jul 23, 2012, at 6:01 AM, Robert Scholte wrote: > I'm not sure if the plexus-container-default update is such a good idea. > AFAIK Maven 2.2.1 still uses 1.0-alpha-9-stable-1 > > Robert > > From: [email protected] > To: [email protected] > Date: Fri, 20 Jul 2012 08:30:37 -0500 > Subject: [mojo-scm] [17183] trunk/mojo/apt-maven-plugin: upgrade apt plugin > to latest mojo-parent, plexus-container, and docck plugin, and fix > line-length issue > > Revision > 17183 > Author > russgold > Date > 2012-07-20 08:30:37 -0500 (Fri, 20 Jul 2012) > Log Message > > upgrade apt plugin to latest mojo-parent, plexus-container, and docck plugin, > and fix line-length issue > Modified Paths > > trunk/mojo/apt-maven-plugin/pom.xml > trunk/mojo/apt-maven-plugin/src/main/java/org/codehaus/mojo/apt/AbstractAptMojo.java > Diff > > Modified: trunk/mojo/apt-maven-plugin/pom.xml (17182 => 17183) > > > --- trunk/mojo/apt-maven-plugin/pom.xml 2012-07-20 12:33:54 UTC (rev > 17182) > +++ trunk/mojo/apt-maven-plugin/pom.xml 2012-07-20 13:30:37 UTC (rev > 17183) > @@ -4,7 +4,7 @@ > <parent> > <groupId>org.codehaus.mojo</groupId> > <artifactId>mojo-parent</artifactId> > - <version>27</version> > + <version>30</version> > </parent> > > <artifactId>apt-maven-plugin</artifactId> > @@ -51,10 +51,11 @@ > <scm> > > <connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/apt-maven-plugin</connection> > > <developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/apt-maven-plugin</developerConnection> > - > <url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/apt-maven-plugin</url> > + <url>http://svn.codehaus.org/mojo/trunk/mojo/apt-maven-plugin</url> > </scm> > > <properties> > + <mavenVersion>2.0.6</mavenVersion> > <mojo.java.target>1.5</mojo.java.target> > </properties> > > @@ -102,14 +103,14 @@ > <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-container-default</artifactId> > - <version>1.0-alpha-9-stable-1</version> > + <version>1.5.5</version> > <!-- only used in test but required transitively for maven-* artifacts > --> > <!--<scope>test</scope>--> > </dependency> > <dependency> > <groupId>org.apache.maven.shared</groupId> > <artifactId>maven-verifier</artifactId> > - <version>1.2</version> > + <version>1.3</version> > <scope>test</scope> > </dependency> > </dependencies> > @@ -119,7 +120,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-docck-plugin</artifactId> > - <version>1.0-beta-1</version> > + <version>1.0</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > Modified: > trunk/mojo/apt-maven-plugin/src/main/java/org/codehaus/mojo/apt/AbstractAptMojo.java > (17182 => 17183) > > > --- > trunk/mojo/apt-maven-plugin/src/main/java/org/codehaus/mojo/apt/AbstractAptMojo.java > 2012-07-20 12:33:54 UTC (rev 17182) > +++ > trunk/mojo/apt-maven-plugin/src/main/java/org/codehaus/mojo/apt/AbstractAptMojo.java > 2012-07-20 13:30:37 UTC (rev 17183) > @@ -604,7 +604,8 @@ > } > else > { > - Set<String> suffixes = CollectionUtils.defaultSet( > outputFileEndings, Collections.singleton( ".java" ) ); > + Set<String> suffixes = CollectionUtils.defaultSet( > outputFileEndings, > + > Collections.singleton( ".java" ) ); > > getLog().debug( "Computing stale sources against target file > endings " + suffixes ); > > To unsubscribe from this list please visit: > http://xircles.codehaus.org/manage_email ----------------- Come read my webnovel, Take a Lemon <http://www.takealemon.com>, and listen to the Misfile radio play <http://www.gold-family.us/audio/misfile.html>!
