You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Maurizio Cucchiara <mc...@apache.org> on 2013/04/18 20:47:29 UTC

Re: svn commit: r1469387 - /struts/struts2/tags/STRUTS_2_3_14_1/

For some weird reason, the maven release plugin tag the wrong version
(struts/struts2/tags/STRUTS_2_3_14 instead of
struts/struts2/branches/STRUTS_2_3_14.X).

My guess is that this happen because the wrong info into the scm connections:
This:
    <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_3_14</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_3_14</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_3_14</url>
    </scm>

Should be:
    <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_3_14_X</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_3_14_X</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/branches/STRUTS_2_3_14_X</url>
    </scm>

I'm going to update fast track release guide.
Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara

Maurizio Cucchiara


On 18 April 2013 17:55,  <mc...@apache.org> wrote:
> Author: mcucchiara
> Date: Thu Apr 18 15:55:44 2013
> New Revision: 1469387
>
> URL: http://svn.apache.org/r1469387
> Log:
> [maven-release-plugin]  copy for tag STRUTS_2_3_14_1
>
> Added:
>     struts/struts2/tags/STRUTS_2_3_14_1/   (props changed)
>       - copied from r1469386, struts/struts2/tags/STRUTS_2_3_14/
>
> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/
> ------------------------------------------------------------------------------
>     reviewboard:url = https://reviews.apache.org
>
> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/
> ------------------------------------------------------------------------------
> --- svn:ignore (added)
> +++ svn:ignore Thu Apr 18 15:55:44 2013
> @@ -0,0 +1,10 @@
> +.classpath
> +.project
> +.settings
> +*.ipr
> +*.iml
> +*.iws
> +target
> +.idea
> +
> +test-output
>
> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/
> ------------------------------------------------------------------------------
> --- svn:mergeinfo (added)
> +++ svn:mergeinfo Thu Apr 18 15:55:44 2013
> @@ -0,0 +1,2 @@
> +/struts/struts2/branches/STRUTS_2_2_1_1:1037870-1053416
> +/struts/struts2/tags/STRUTS_2_2_1:965062-1037869
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r1469387 - /struts/struts2/tags/STRUTS_2_3_14_1/

Posted by Maurizio Cucchiara <mc...@apache.org>.
OK,
I have just added [1], as alternative way, info about branch goal
(thank René for pointing out it).

Feel free to update/delete/whatever


[1] https://cwiki.apache.org/confluence/pages/diffpages.action?originalId=31818817&pageId=27834014

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r1469387 - /struts/struts2/tags/STRUTS_2_3_14_1/

Posted by Maurizio Cucchiara <mc...@apache.org>.
> There is nothing wrong with the release:release goal. As you said, the
> information in the branched pom was inaccurate.
Yes, you're right, in fact after I changed the scm info, everything works fine.

> Since creating a branch implies correct adjustments to poms, the release
> plugin offers the release:branch goal. In my day time projects I'm using
> this without exception to create branches. We should check if we want to
> add it to our process as well.
>
> http://maven.apache.org/maven-release/maven-release-plugin/examples/branch.html

Sound good, why shouldn't  we want to add it?

Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara

Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r1469387 - /struts/struts2/tags/STRUTS_2_3_14_1/

Posted by Rene Gielen <re...@gmail.com>.
There is nothing wrong with the release:release goal. As you said, the
information in the branched pom was inaccurate.
Since creating a branch implies correct adjustments to poms, the release
plugin offers the release:branch goal. In my day time projects I'm using
this without exception to create branches. We should check if we want to
add it to our process as well.

http://maven.apache.org/maven-release/maven-release-plugin/examples/branch.html

Am 18.04.13 20:47, schrieb Maurizio Cucchiara:
> For some weird reason, the maven release plugin tag the wrong version
> (struts/struts2/tags/STRUTS_2_3_14 instead of
> struts/struts2/branches/STRUTS_2_3_14.X).
> 
> My guess is that this happen because the wrong info into the scm connections:
> This:
>     <scm>
>         <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_3_14</connection>
>         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_3_14</developerConnection>
>         <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_3_14</url>
>     </scm>
> 
> Should be:
>     <scm>
>         <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_3_14_X</connection>
>         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_3_14_X</developerConnection>
>         <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/branches/STRUTS_2_3_14_X</url>
>     </scm>
> 
> I'm going to update fast track release guide.
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
> VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara
> 
> Maurizio Cucchiara
> 
> 
> On 18 April 2013 17:55,  <mc...@apache.org> wrote:
>> Author: mcucchiara
>> Date: Thu Apr 18 15:55:44 2013
>> New Revision: 1469387
>>
>> URL: http://svn.apache.org/r1469387
>> Log:
>> [maven-release-plugin]  copy for tag STRUTS_2_3_14_1
>>
>> Added:
>>     struts/struts2/tags/STRUTS_2_3_14_1/   (props changed)
>>       - copied from r1469386, struts/struts2/tags/STRUTS_2_3_14/
>>
>> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/
>> ------------------------------------------------------------------------------
>>     reviewboard:url = https://reviews.apache.org
>>
>> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/
>> ------------------------------------------------------------------------------
>> --- svn:ignore (added)
>> +++ svn:ignore Thu Apr 18 15:55:44 2013
>> @@ -0,0 +1,10 @@
>> +.classpath
>> +.project
>> +.settings
>> +*.ipr
>> +*.iml
>> +*.iws
>> +target
>> +.idea
>> +
>> +test-output
>>
>> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/
>> ------------------------------------------------------------------------------
>> --- svn:mergeinfo (added)
>> +++ svn:mergeinfo Thu Apr 18 15:55:44 2013
>> @@ -0,0 +1,2 @@
>> +/struts/struts2/branches/STRUTS_2_2_1_1:1037870-1053416
>> +/struts/struts2/tags/STRUTS_2_2_1:965062-1037869
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 


-- 
René Gielen
http://twitter.com/rgielen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org