Re: Release calendar of Apache Tomcat versions

2014-11-24 Thread Iago Alonso Alonso
Thanks you everyone for answer, It has been helpful. Regards. - Mensaje original - De: "Mark Thomas" Para: "Tomcat Users List" Enviados: Viernes, 21 de Noviembre 2014 11:07:47 Asunto: Re: Release calendar of Apache Tomcat versions On 20/11/2014 17:52, jieryn

Re: Release calendar of Apache Tomcat versions

2014-11-21 Thread Mark Thomas
On 20/11/2014 17:52, jieryn wrote: > I guess it depends on how you view what a "release" is. "Release" has a very specific definition at the ASF. [1] > it's not like the tags are changed after the fact, Tags can change. For example, if I tag 8.0.x/trunk to do a release and discover a problem whi

Re: Release calendar of Apache Tomcat versions

2014-11-20 Thread jieryn
I guess it depends on how you view what a "release" is.. it's not like the tags are changed after the fact, a new version is just cut for Apache Tomcat. The artifacts are still uploaded to a staging maven repository.. they are available for testing. Finally, the dates actually do match up pretty cl

RE: Release calendar of Apache Tomcat versions

2014-11-20 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Release calendar of Apache Tomcat versions > On 20/11/2014 17:52, jieryn wrote: > > Wow, all I've seen are examples that are likely the least efficient > > way to do things. Just use the version control

Re: Release calendar of Apache Tomcat versions

2014-11-20 Thread Mark Thomas
On 20/11/2014 17:52, jieryn wrote: > Wow, all I've seen are examples that are likely the least efficient > way to do things. Just use the version control system itself: Tag date != release date. Mark > > bash$ svn ls -v http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/ > 1562629 markt

Re: Release calendar of Apache Tomcat versions

2014-11-20 Thread jieryn
Wow, all I've seen are examples that are likely the least efficient way to do things. Just use the version control system itself: bash$ svn ls -v http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/ 1562629 markt Jan 29 2014 TOMCAT_8_0_0/ 1562630 markt Jan 29 2014

Re: Release calendar of Apache Tomcat versions

2014-11-20 Thread Mark Thomas
On 20/11/2014 13:56, Daniel Mikusa wrote: > On Thu, Nov 20, 2014 at 7:00 AM, Iago Alonso Alonso wrote: > >> I want to know where I can find the release calendar of the Apache Tomcat >> versions in order to do an analysis of the project. I have been searching >> in the Wiki, Google, etc but I don'

Re: Release calendar of Apache Tomcat versions

2014-11-20 Thread Daniel Mikusa
On Thu, Nov 20, 2014 at 7:00 AM, Iago Alonso Alonso wrote: > I want to know where I can find the release calendar of the Apache Tomcat > versions in order to do an analysis of the project. I have been searching > in the Wiki, Google, etc but I don't found anything by the moment. > I don't believ

Release calendar of Apache Tomcat versions

2014-11-20 Thread Iago Alonso Alonso
I want to know where I can find the release calendar of the Apache Tomcat versions in order to do an analysis of the project. I have been searching in the Wiki, Google, etc but I don't found anything by the moment. Thanks. - To