You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/06/11 14:47:34 UTC

svn commit: r1833335 - /commons/proper/commons-parent/trunk/pom.xml

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>
 
     <!-- Commons Release plugin: release manager -->
     <commons.releaseManagerName>${user.name}</commons.releaseManagerName>



Re: svn commit: r1833335 - /commons/proper/commons-parent/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Jun 11, 2018 at 9:30 AM Rob Tompkins <ch...@gmail.com> wrote:

> …I was vague there….
>
> Moving appending the version-RcVersion directory mechanics up into the
> release plugin because we can’t check out from a non existent directory in
> svn. So we’ll checkout the top level directory, and create the
> version-RcVersion directory programmatically in the plugin.
>

Gotcha, thanks for the clarification.

Gary


>
> > On Jun 11, 2018, at 11:20 AM, Rob Tompkins <ch...@gmail.com> wrote:
> >
> > 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 <ga...@gmail.com>
> wrote:
> >>
> >>> On Mon, Jun 11, 2018 at 8:47 AM <ch...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: svn commit: r1833335 - /commons/proper/commons-parent/trunk/pom.xml

Posted by Rob Tompkins <ch...@gmail.com>.
…I was vague there….

Moving appending the version-RcVersion directory mechanics up into the release plugin because we can’t check out from a non existent directory in svn. So we’ll checkout the top level directory, and create the version-RcVersion directory programmatically in the plugin.

> On Jun 11, 2018, at 11:20 AM, Rob Tompkins <ch...@gmail.com> wrote:
> 
> 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 <ga...@gmail.com> wrote:
>> 
>>> On Mon, Jun 11, 2018 at 8:47 AM <ch...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1833335 - /commons/proper/commons-parent/trunk/pom.xml

Posted by Rob Tompkins <ch...@gmail.com>.
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 <ga...@gmail.com> wrote:
> 
>> On Mon, Jun 11, 2018 at 8:47 AM <ch...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1833335 - /commons/proper/commons-parent/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Jun 11, 2018 at 8:47 AM <ch...@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>
>
>
>