On 4 February 2014 13:01, <[email protected]> wrote: > Author: ggregory > Date: Tue Feb 4 13:01:31 2014 > New Revision: 1564278 > > URL: http://svn.apache.org/r1564278 > Log: > maven-scm-publish-plugin 1.0-beta2 -> 1.0
-1 It seems this plugin now requires Maven 3.0 I don't know if this is a bug or is intentional. It may now be possible to require a minimum of Maven 3.0 for all Commons components. M3 was not usable originally due to incompatibilities, mainly with site generation IIRC. Perhaps that has now been fixed? I'm not saying that we must stay on M2.2.1, but we should not force the upgrade to M3 unless it is beneficial. And it should not be forced as a side-effect of a plugin version upgrade. Also if we do require M3 minimum, this should be added as a requirement in the pom itself. I think we need to investigate why the plugin no longer works on M2 and then decide what to do. > Modified: > commons/proper/commons-parent/trunk/RELEASE-NOTES.txt > commons/proper/commons-parent/trunk/pom.xml > > Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt > URL: > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1564278&r1=1564277&r2=1564278&view=diff > ============================================================================== > --- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original) > +++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Tue Feb 4 13:01:31 > 2014 > @@ -22,6 +22,7 @@ o apache-rat-plugin > o clirr-maven-plugin 2.5 -> 2.6.1 > o cobertura-maven-plugin 2.5.2 -> 2.6 > o jacoco-maven-plugin 0.6.3.201306030806 -> > 0.6.4.201312101107 > +o maven-scm-publish-plugin 1.0-beta2 -> 1.0 > o Fixed JaCoCo configuration - syntax changed completely > between 0.6.2.x and 0.6.3.x > o Add commons.compiler.version property so compiler plugin > version can be overridden if necessary > o Add source archive to Maven artifacts > > Modified: commons/proper/commons-parent/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1564278&r1=1564277&r2=1564278&view=diff > ============================================================================== > --- commons/proper/commons-parent/trunk/pom.xml (original) > +++ commons/proper/commons-parent/trunk/pom.xml Tue Feb 4 13:01:31 2014 > @@ -510,7 +510,7 @@ http://svn.apache.org/repos/asf/commons/ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-scm-publish-plugin</artifactId> > - <version>1.0-beta-2</version> > + <version>1.0</version> > <configuration> > <content>${project.reporting.outputDirectory}</content> > <pubScmUrl>scm:svn:${commons.scmPubUrl}</pubScmUrl> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
