Re: Version number ordering

2009-12-18 Thread Lukasz Lenart
2009/12/18 Paul Benedict : > Sweet! Thanks, Lukasz. I voted for it. I hope everyone else here votes > for it too. Sure, I added my vote also! Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr..

Re: Version number ordering

2009-12-18 Thread Paul Benedict
Sweet! Thanks, Lukasz. I voted for it. I hope everyone else here votes for it too. On Fri, Dec 18, 2009 at 1:13 AM, Lukasz Lenart wrote: > Hi, > > Here is the solution for our problem -> > http://jira.codehaus.org/browse/MRELEASE-159 > though either we need to wait for Maven team or to build our

Re: Version number ordering

2009-12-17 Thread Lukasz Lenart
Hi, Here is the solution for our problem -> http://jira.codehaus.org/browse/MRELEASE-159 though either we need to wait for Maven team or to build our own release manager ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To uns

Re: Version number ordering

2009-12-17 Thread Paul Benedict
:-p >>>>> >>>>> If there's an easy way to tell the release plugin to use "upper case >>>>> and underscores" instead of "lower case and dashes", the continuity >>>>> would be nice, since there's no other g

Re: Version number ordering

2009-12-17 Thread Martin Cooper
>>> If there's an easy way to tell the release plugin to use "upper case >>>> and underscores" instead of "lower case and dashes", the continuity >>>> would be nice, since there's no other good reason to change what we've >&

Re: Version number ordering

2009-12-17 Thread Paul Benedict
> been doing for so long. If there isn't an easy way to do that, though, >>> and it's a nuisance to change the default for some reason, then I'm >>> not dead set against adopting the Maven way. >>> >>> -- >>> Martin Cooper >>>

Re: Version number ordering

2009-12-17 Thread Martin Cooper
ing the Maven way. >> >> -- >> Martin Cooper >> >> >>> -Wes >>> >>> On Wed, Dec 16, 2009 at 12:50 PM, Lukasz Lenart >>> wrote: >>>> 2009/12/16 Martin Cooper : >>>>> In Lukasz's checkins just now, I see v

Re: Version number ordering

2009-12-17 Thread Paul Benedict
gt; -- > Martin Cooper > > >> -Wes >> >> On Wed, Dec 16, 2009 at 12:50 PM, Lukasz Lenart >> wrote: >>> 2009/12/16 Martin Cooper : >>>> In Lukasz's checkins just now, I see version numbers being changed to >>>> 2.1.8-

Re: Version number ordering

2009-12-17 Thread Martin Cooper
t that >>> seems like going backwards. We already have a 2.1.8 and a 2.1.8.1, so >>> it seems to me that any snapshot version we should be using now would >>> need to be 2.1.9-SNAPSHOT, no? After all, snapshots precede the number >>> they're attached to, in te

Re: Version number ordering

2009-12-17 Thread Musachy Barroso
I am +1 for using the default that maven suggest. Less to remember and document. musachy On Thu, Dec 17, 2009 at 1:07 PM, Lukasz Lenart wrote: > 2009/12/17 Wes Wannemacher : >> If no one responds, I will probably update the docs so that we take >> the default. But, if an artifact is already rele

Re: Version number ordering

2009-12-17 Thread Lukasz Lenart
2009/12/17 Wes Wannemacher : > If no one responds, I will probably update the docs so that we take > the default. But, if an artifact is already released, we should > probably leave it as-is, since the released pom > (https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-starter-2.1.

Re: Version number ordering

2009-12-17 Thread Wes Wannemacher
Lukasz, don't worry about it... One of the nice (depending on your perspective) things about SVN over CVS is that tags are much easier to correct... We could `svn move` that directory to the proper name, but I wanted to know if there is any good reason to use that other convention. I'd rather see u

Re: Version number ordering

2009-12-17 Thread Lukasz Lenart
2009/12/17 Wes Wannemacher : > When I was checking this, it reminded me of something I have been > meaning to ask. If you look at the tag name that Lukasz used - > "struts2-archetype-starter-2.1.8.1" But, somewhere in our docs, we use > a tag name like this - "STRUTS2_ARCHETYPE_STARTER_2_1_8_1" whi

Re: Version number ordering

2009-12-17 Thread Wes Wannemacher
gt;> it seems to me that any snapshot version we should be using now would >> need to be 2.1.9-SNAPSHOT, no? After all, snapshots precede the number >> they're attached to, in terms of version number ordering. > > I just switched to 2.1.8-SNAPSHOT because Maven releas

Re: Version number ordering

2009-12-16 Thread Lukasz Lenart
apshot version we should be using now would > need to be 2.1.9-SNAPSHOT, no? After all, snapshots precede the number > they're attached to, in terms of version number ordering. I just switched to 2.1.8-SNAPSHOT because Maven release plugin is complaining - after I did the release,

Version number ordering

2009-12-16 Thread Martin Cooper
eed to be 2.1.9-SNAPSHOT, no? After all, snapshots precede the number they're attached to, in terms of version number ordering. -- Martin Cooper - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional com