Working on migrating that to the release plugin. Need it in there for adding it to svn properly.
> On Jun 11, 2018, at 11:11 AM, Gary Gregory <garydgreg...@gmail.com> wrote: > >> On Mon, Jun 11, 2018 at 8:47 AM <chtom...@apache.org> wrote: >> >> Author: chtompki >> Date: Mon Jun 11 14:47:34 2018 >> New Revision: 1833335 >> >> URL: http://svn.apache.org/viewvc?rev=1833335&view=rev >> Log: >> COMMONSSITE-113: moving staging by rc version logic to release plugin >> >> 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=1833335&r1=1833334&r2=1833335&view=diff >> >> ============================================================================== >> --- commons/proper/commons-parent/trunk/pom.xml (original) >> +++ commons/proper/commons-parent/trunk/pom.xml Mon Jun 11 14:47:34 2018 >> @@ -478,6 +478,7 @@ >> <skipPomModules>true</skipPomModules> >> >> <ignoreMissingClasses>${commons.japicmp.ignoreMissingClasses}</ignoreMissingClasses> >> </parameter> >> + <skip>true</skip> >> </configuration> >> </plugin> >> <plugin> >> @@ -1760,7 +1761,7 @@ >> >> <!-- plugin versions (allows same value in reporting and build >> sections; also allows easy override) --> >> <commons.build-plugin.version>1.8</commons.build-plugin.version> >> - <commons.release-plugin.version>1.2</commons.release-plugin.version> >> + >> <commons.release-plugin.version>1.3-SNAPSHOT</commons.release-plugin.version> >> <commons.surefire.version>2.21.0</commons.surefire.version> >> <commons.failsafe.version>2.21.0</commons.failsafe.version> >> >> <commons.surefire-report.version>2.21.0</commons.surefire-report.version> >> @@ -1922,7 +1923,7 @@ >> >> <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses> >> >> >> <!-- Commons Release plugin: dist dev site --> >> - <commons.distSvnStagingUrl>scm:svn: >> https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}/${commons.release.version}-${commons.rc.version}</commons.distSvnStagingUrl> >> >> + <commons.distSvnStagingUrl>scm:svn: >> https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} >> </commons.distSvnStagingUrl> >> > > Wait a sec, that looses the ability to do multiple RCs at the same time... > or am I missing something? > > Gary > >> >> <!-- Commons Release plugin: release manager --> >> <commons.releaseManagerName>${user.name}</commons.releaseManagerName> >> >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org