You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2010/09/29 19:15:08 UTC

[VOTE] Tapestry 5.2.1 beta release

I've created and uploaded a release of Tapestry 5.2.1, ready to be
voted upon.

The binary and source downloads are uploaded to:

http://people.apache.org/~XXX/tapestry-releases/

and the Maven artifacts staged to:

https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/

Please examine these files to determine if the new release, 5.2.1, is
ready and of BETA quality.

I've also created a 5.2.1. tag in Subversion:

http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/

On a successful vote, I'll move the files from these directories to
the proper distribution directories and update the Tapestry site
documentation to indicate
the availability of the release, and its beta status.

Vote will run for three days; on success I'll move the voted artifacts
into place and send out appropriate notifications.


Howard M. Lewis Ship: +1 (binding)

-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Kalle Korhonen <ka...@gmail.com>.
This check and more is easily automatable with Apache RAT. The
relevant configuration from Shiro's parent pom:
                <plugin>
                    <groupId>org.apache.rat</groupId>
                    <artifactId>apache-rat-plugin</artifactId>
                    <version>0.7</version>
                    <configuration>
                    		<!-- note that this configuration needs to be
maintain both in pluginManagement and reporting sections -->
                        <excludes>
                            <exclude>README-runtime-requirements.txt</exclude>
                            <exclude>**/.externalToolBuilders/*</exclude>
                            <!-- Apparently some test in
samples/spring-client generates velocity log - would be better to
reconfigure to output to target/ -->
                            <exclude>velocity.log</exclude>
                        </excludes>
                    </configuration>
                </plugin>

Kalle


On Sat, Oct 2, 2010 at 8:37 AM, Ulrich Stärk <ul...@spielviel.de> wrote:
> Ulrich Stärk: +1 (binding)
>
> Tapestry-beanvalidator, tapestry-func, tapestry-jmx and tapestry-json are
> all missing the NOTICE and LICENSE files. They were probably also not there
> in previous releases, I just didn't notice. I don't think we have to cancel
> the vote, just rebuild the artifacts with the proper files in place.
> Everything else looks OK to me.
>
> Cheers,
>
> Uli
>
> On 29.09.2010 19:15, Howard Lewis Ship wrote:
>>
>> I've created and uploaded a release of Tapestry 5.2.1, ready to be
>> voted upon.
>>
>> The binary and source downloads are uploaded to:
>>
>> http://people.apache.org/~XXX/tapestry-releases/
>>
>> and the Maven artifacts staged to:
>>
>>
>> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>>
>> Please examine these files to determine if the new release, 5.2.1, is
>> ready and of BETA quality.
>>
>> I've also created a 5.2.1. tag in Subversion:
>>
>> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>>
>> On a successful vote, I'll move the files from these directories to
>> the proper distribution directories and update the Tapestry site
>> documentation to indicate
>> the availability of the release, and its beta status.
>>
>> Vote will run for three days; on success I'll move the voted artifacts
>> into place and send out appropriate notifications.
>>
>>
>> Howard M. Lewis Ship: +1 (binding)
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Ulrich Stärk <ul...@spielviel.de>.
Ulrich Stärk: +1 (binding)

Tapestry-beanvalidator, tapestry-func, tapestry-jmx and tapestry-json are all missing the NOTICE and 
LICENSE files. They were probably also not there in previous releases, I just didn't notice. I don't 
think we have to cancel the vote, just rebuild the artifacts with the proper files in place. 
Everything else looks OK to me.

Cheers,

Uli

On 29.09.2010 19:15, Howard Lewis Ship wrote:
> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.
>
> The binary and source downloads are uploaded to:
>
> http://people.apache.org/~XXX/tapestry-releases/
>
> and the Maven artifacts staged to:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>
> Please examine these files to determine if the new release, 5.2.1, is
> ready and of BETA quality.
>
> I've also created a 5.2.1. tag in Subversion:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>
> On a successful vote, I'll move the files from these directories to
> the proper distribution directories and update the Tapestry site
> documentation to indicate
> the availability of the release, and its beta status.
>
> Vote will run for three days; on success I'll move the voted artifacts
> into place and send out appropriate notifications.
>
>
> Howard M. Lewis Ship: +1 (binding)
>

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Howard Lewis Ship <hl...@gmail.com>.
5.2.1 is beta

5.2.2 is not released out

I would prefer that "edge development" (i.e., new features for 5.3)
occur in a branch until at least 5.2.2 is released. This makes it
easier for less involved committers to help out with fixes leading up
the the GA release.

By discussion (I don't think it merits a vote) we can swap things ...
move 5.2 onto a branch (as Josh has requested) and switch edge
development over to trunk.

However, this process is far from set in stone. Traditionally, we have
been reasonably patient about new features after a major release.

Also, I would think that everyone's best use of time is working on the
documentation, not new code!

On Thu, Oct 14, 2010 at 9:06 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Thu, Oct 14, 2010 at 5:52 PM, Josh Canfield <jo...@gmail.com> wrote:
>
>> What is the argument against making 5.2 the branch? It's been voted as
>> stable, if there are significant problems that need to be fixed I'm happy to
>> do that, but if its stable then checking something in for 5.2 should be the
>> exception, not new features.
>>
>> The benefit of *not* working in a sandbox is eyes. I want people using this
>> stuff ASAP so we can start the process of proving its stable in environments
>> I can't account for. If we want to have a quicker release cycle then we need
>> to commit to our stable votes and move on.
>
> Correct me if I'm wrong but 5.2.x hasn't been declared stable yet.
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Howard Lewis Ship <hl...@gmail.com>.
I think you (and Cristophe) should have the proper permissions now.

On Thu, Oct 14, 2010 at 9:42 AM, Josh Canfield <jo...@gmail.com> wrote:
>> Correct me if I'm wrong but 5.2.x hasn't been declared stable yet.
> My bad... I read "beta" as good enough to release unless we stumble
> across something serious. Should we be actively scouring jira for
> things to fix?
>
> 5.2.2           2
> 5.1.0.5 1
> 5.1.0.8 1
> 5.0.20  1
> Unscheduled     426
>
> Critical        2
> Major   226        53%
> Minor   184        43%
> Trivial 17        4%
>
> Apparently jira needs to be triaged. Writing new code is fun, but I
> guess I'll take a pass either fixing/moving things out of
> critical/major
>
> Can I have rights in Jira to modify/assign defects?
>
> Thanks,
> Josh
>
> On Thu, Oct 14, 2010 at 9:06 AM, Massimo Lusetti <ml...@gmail.com> wrote:
>> On Thu, Oct 14, 2010 at 5:52 PM, Josh Canfield <jo...@gmail.com> wrote:
>>
>>> What is the argument against making 5.2 the branch? It's been voted as
>>> stable, if there are significant problems that need to be fixed I'm happy to
>>> do that, but if its stable then checking something in for 5.2 should be the
>>> exception, not new features.
>>>
>>> The benefit of *not* working in a sandbox is eyes. I want people using this
>>> stuff ASAP so we can start the process of proving its stable in environments
>>> I can't account for. If we want to have a quicker release cycle then we need
>>> to commit to our stable votes and move on.
>>
>> Correct me if I'm wrong but 5.2.x hasn't been declared stable yet.
>>
>> Cheers
>> --
>> Massimo
>> http://meridio.blogspot.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Josh Canfield <jo...@gmail.com>.
> Correct me if I'm wrong but 5.2.x hasn't been declared stable yet.
My bad... I read "beta" as good enough to release unless we stumble
across something serious. Should we be actively scouring jira for
things to fix?

5.2.2		2
5.1.0.5	1
5.1.0.8	1
5.0.20	1
Unscheduled	426

Critical	2	
Major	226	   53%
Minor	184	   43%
Trivial	17 	  4%

Apparently jira needs to be triaged. Writing new code is fun, but I
guess I'll take a pass either fixing/moving things out of
critical/major

Can I have rights in Jira to modify/assign defects?

Thanks,
Josh

On Thu, Oct 14, 2010 at 9:06 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Thu, Oct 14, 2010 at 5:52 PM, Josh Canfield <jo...@gmail.com> wrote:
>
>> What is the argument against making 5.2 the branch? It's been voted as
>> stable, if there are significant problems that need to be fixed I'm happy to
>> do that, but if its stable then checking something in for 5.2 should be the
>> exception, not new features.
>>
>> The benefit of *not* working in a sandbox is eyes. I want people using this
>> stuff ASAP so we can start the process of proving its stable in environments
>> I can't account for. If we want to have a quicker release cycle then we need
>> to commit to our stable votes and move on.
>
> Correct me if I'm wrong but 5.2.x hasn't been declared stable yet.
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Massimo Lusetti <ml...@gmail.com>.
On Thu, Oct 14, 2010 at 5:52 PM, Josh Canfield <jo...@gmail.com> wrote:

> What is the argument against making 5.2 the branch? It's been voted as
> stable, if there are significant problems that need to be fixed I'm happy to
> do that, but if its stable then checking something in for 5.2 should be the
> exception, not new features.
>
> The benefit of *not* working in a sandbox is eyes. I want people using this
> stuff ASAP so we can start the process of proving its stable in environments
> I can't account for. If we want to have a quicker release cycle then we need
> to commit to our stable votes and move on.

Correct me if I'm wrong but 5.2.x hasn't been declared stable yet.

Cheers
-- 
Massimo
http://meridio.blogspot.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Josh Canfield <jo...@gmail.com>.
What is the argument against making 5.2 the branch? It's been voted as
stable, if there are significant problems that need to be fixed I'm happy to
do that, but if its stable then checking something in for 5.2 should be the
exception, not new features.

The benefit of *not* working in a sandbox is eyes. I want people using this
stuff ASAP so we can start the process of proving its stable in environments
I can't account for. If we want to have a quicker release cycle then we need
to commit to our stable votes and move on.
On 14 Oct 2010 06:53, "Massimo Lusetti" <ml...@gmail.com> wrote:

Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Massimo Lusetti <ml...@gmail.com>.
On Thu, Oct 14, 2010 at 3:45 PM, Igor Drobiazko
<ig...@gmail.com> wrote:

> Why stop working? You can create a branch and commit your stuff. After the
> final release is there, you can merge your changes into trunk.

Plus you may use git too which is very fashion nowadays ;)

Cheers
-- 
Massimo
http://meridio.blogspot.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Igor Drobiazko <ig...@gmail.com>.
Why stop working? You can create a branch and commit your stuff. After the
final release is there, you can merge your changes into trunk.

On Thu, Oct 14, 2010 at 3:24 PM, Josh Canfield <jo...@gmail.com>wrote:

> Hmm. I feel like once the stable release is marked we should only be adding
> fixes for significant defects. Which means it shouldnt be the trunk.
>
> I'm guess I'm willing to fall in line if this is the agreed process but I
> don't like the idea that we should stop working until enough time has
> passed
> to make a release.
> On 14 Oct 2010 00:32, "Igor Drobiazko" <ig...@gmail.com> wrote:
> > I guess we can't do it until 5.2 is finally released.
> >
> > On Thu, Oct 14, 2010 at 5:36 AM, Josh Canfield <joshcanfield@gmail.com
> >wrote:
> >
> >> > I've also created a 5.2.1. tag in Subversion:
> >>
> >> Can we branch and start feature work on the trunk? I'd like to
> >> progress with generics as well as extend the JMX support to include
> >> performance statistics.
> >>
> >> Josh
> >>
> >> On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com>
> >> wrote:
> >> > I've created and uploaded a release of Tapestry 5.2.1, ready to be
> >> > voted upon.
> >> >
> >> > The binary and source downloads are uploaded to:
> >> >
> >> > http://people.apache.org/~XXX/tapestry-releases/<http://people.apache.org/%7EXXX/tapestry-releases/>
> <
> http://people.apache.org/%7EXXX/tapestry-releases/>
> >> >
> >> > and the Maven artifacts staged to:
> >> >
> >> >
> >>
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
> >> >
> >> > Please examine these files to determine if the new release, 5.2.1, is
> >> > ready and of BETA quality.
> >> >
> >> > I've also created a 5.2.1. tag in Subversion:
> >> >
> >> > http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
> >> >
> >> > On a successful vote, I'll move the files from these directories to
> >> > the proper distribution directories and update the Tapestry site
> >> > documentation to indicate
> >> > the availability of the release, and its beta status.
> >> >
> >> > Vote will run for three days; on success I'll move the voted artifacts
> >> > into place and send out appropriate notifications.
> >> >
> >> >
> >> > Howard M. Lewis Ship: +1 (binding)
> >> >
> >> > --
> >> > Howard M. Lewis Ship
> >> >
> >> > Creator of Apache Tapestry
> >> >
> >> > The source for Tapestry training, mentoring and support. Contact me to
> >> > learn how I can get you up and productive in Tapestry fast!
> >> >
> >> > (971) 678-5210
> >> > http://howardlewisship.com
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> >> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >> >
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: dev-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > Best regards,
> >
> > Igor Drobiazko
> > http://tapestry5.de
>



-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Josh Canfield <jo...@gmail.com>.
Hmm. I feel like once the stable release is marked we should only be adding
fixes for significant defects. Which means it shouldnt be the trunk.

I'm guess I'm willing to fall in line if this is the agreed process but I
don't like the idea that we should stop working until enough time has passed
to make a release.
On 14 Oct 2010 00:32, "Igor Drobiazko" <ig...@gmail.com> wrote:
> I guess we can't do it until 5.2 is finally released.
>
> On Thu, Oct 14, 2010 at 5:36 AM, Josh Canfield <joshcanfield@gmail.com
>wrote:
>
>> > I've also created a 5.2.1. tag in Subversion:
>>
>> Can we branch and start feature work on the trunk? I'd like to
>> progress with generics as well as extend the JMX support to include
>> performance statistics.
>>
>> Josh
>>
>> On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com>
>> wrote:
>> > I've created and uploaded a release of Tapestry 5.2.1, ready to be
>> > voted upon.
>> >
>> > The binary and source downloads are uploaded to:
>> >
>> > http://people.apache.org/~XXX/tapestry-releases/<
http://people.apache.org/%7EXXX/tapestry-releases/>
>> >
>> > and the Maven artifacts staged to:
>> >
>> >
>>
https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>> >
>> > Please examine these files to determine if the new release, 5.2.1, is
>> > ready and of BETA quality.
>> >
>> > I've also created a 5.2.1. tag in Subversion:
>> >
>> > http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>> >
>> > On a successful vote, I'll move the files from these directories to
>> > the proper distribution directories and update the Tapestry site
>> > documentation to indicate
>> > the availability of the release, and its beta status.
>> >
>> > Vote will run for three days; on success I'll move the voted artifacts
>> > into place and send out appropriate notifications.
>> >
>> >
>> > Howard M. Lewis Ship: +1 (binding)
>> >
>> > --
>> > Howard M. Lewis Ship
>> >
>> > Creator of Apache Tapestry
>> >
>> > The source for Tapestry training, mentoring and support. Contact me to
>> > learn how I can get you up and productive in Tapestry fast!
>> >
>> > (971) 678-5210
>> > http://howardlewisship.com
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: dev-help@tapestry.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de

Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Igor Drobiazko <ig...@gmail.com>.
I guess we can't do it until 5.2 is finally released.

On Thu, Oct 14, 2010 at 5:36 AM, Josh Canfield <jo...@gmail.com>wrote:

> > I've also created a 5.2.1. tag in Subversion:
>
> Can we branch and start feature work on the trunk? I'd like to
> progress with generics as well as extend the JMX support to include
> performance statistics.
>
> Josh
>
> On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com>
> wrote:
> > I've created and uploaded a release of Tapestry 5.2.1, ready to be
> > voted upon.
> >
> > The binary and source downloads are uploaded to:
> >
> > http://people.apache.org/~XXX/tapestry-releases/<http://people.apache.org/%7EXXX/tapestry-releases/>
> >
> > and the Maven artifacts staged to:
> >
> >
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
> >
> > Please examine these files to determine if the new release, 5.2.1, is
> > ready and of BETA quality.
> >
> > I've also created a 5.2.1. tag in Subversion:
> >
> > http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
> >
> > On a successful vote, I'll move the files from these directories to
> > the proper distribution directories and update the Tapestry site
> > documentation to indicate
> > the availability of the release, and its beta status.
> >
> > Vote will run for three days; on success I'll move the voted artifacts
> > into place and send out appropriate notifications.
> >
> >
> > Howard M. Lewis Ship: +1 (binding)
> >
> > --
> > Howard M. Lewis Ship
> >
> > Creator of Apache Tapestry
> >
> > The source for Tapestry training, mentoring and support. Contact me to
> > learn how I can get you up and productive in Tapestry fast!
> >
> > (971) 678-5210
> > http://howardlewisship.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Josh Canfield <jo...@gmail.com>.
> I've also created a 5.2.1. tag in Subversion:

Can we branch and start feature work on the trunk? I'd like to
progress with generics as well as extend the JMX support to include
performance statistics.

Josh

On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com> wrote:
> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.
>
> The binary and source downloads are uploaded to:
>
> http://people.apache.org/~XXX/tapestry-releases/
>
> and the Maven artifacts staged to:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>
> Please examine these files to determine if the new release, 5.2.1, is
> ready and of BETA quality.
>
> I've also created a 5.2.1. tag in Subversion:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>
> On a successful vote, I'll move the files from these directories to
> the proper distribution directories and update the Tapestry site
> documentation to indicate
> the availability of the release, and its beta status.
>
> Vote will run for three days; on success I'll move the voted artifacts
> into place and send out appropriate notifications.
>
>
> Howard M. Lewis Ship: +1 (binding)
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Igor Drobiazko <ig...@gmail.com>.
Igor Drobiazko: +1 (binding)

Today two bugs has been found, which I would like to fix before final 5.2
release. So, I guess we'll need a further release.

https://issues.apache.org/jira/browse/TAP5-1293
https://issues.apache.org/jira/browse/TAP5-1294

On Wed, Sep 29, 2010 at 7:15 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.
>
> The binary and source downloads are uploaded to:
>
> http://people.apache.org/~XXX/tapestry-releases/<http://people.apache.org/%7EXXX/tapestry-releases/>
>
> and the Maven artifacts staged to:
>
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>
> Please examine these files to determine if the new release, 5.2.1, is
> ready and of BETA quality.
>
> I've also created a 5.2.1. tag in Subversion:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>
> On a successful vote, I'll move the files from these directories to
> the proper distribution directories and update the Tapestry site
> documentation to indicate
> the availability of the release, and its beta status.
>
> Vote will run for three days; on success I'll move the voted artifacts
> into place and send out appropriate notifications.
>
>
> Howard M. Lewis Ship: +1 (binding)
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Howard Lewis Ship <hl...@gmail.com>.
Soon, and I will have a chance to finish the release vote on Sunday,
once I return from London.

On Thu, Oct 7, 2010 at 4:41 PM, ael <al...@dash.com.ph> wrote:
>
> When will be the Stable release?
>
> I will vote for it ^_^.
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/VOTE-Tapestry-5-2-1-beta-release-tp3040446p3203878.html
> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by ael <al...@dash.com.ph>.
When will be the Stable release?

I will vote for it ^_^.
-- 
View this message in context: http://tapestry.1045711.n5.nabble.com/VOTE-Tapestry-5-2-1-beta-release-tp3040446p3203878.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Kalle Korhonen <ka...@gmail.com>.
+1 (non-binding)

Tested against a few apps and supporting libs, no issues found. Promote?

Kalle


On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com> wrote:
> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.
>
> The binary and source downloads are uploaded to:
>
> http://people.apache.org/~XXX/tapestry-releases/
>
> and the Maven artifacts staged to:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>
> Please examine these files to determine if the new release, 5.2.1, is
> ready and of BETA quality.
>
> I've also created a 5.2.1. tag in Subversion:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>
> On a successful vote, I'll move the files from these directories to
> the proper distribution directories and update the Tapestry site
> documentation to indicate
> the availability of the release, and its beta status.
>
> Vote will run for three days; on success I'll move the voted artifacts
> into place and send out appropriate notifications.
>
>
> Howard M. Lewis Ship: +1 (binding)
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

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


Re: [SUCCESS] Tapestry 5.2.1 beta release

Posted by Howard Lewis Ship <hl...@gmail.com>.
I just moved the files from ~/public_html/tapestry-releases to
/www/www.apache.org/dist/tapestry.

Ulrich mentioned some minor problems with missing licence files that
will be correct in 5.2.2 (if an issue is added and then fixed).

On Mon, Oct 11, 2010 at 3:29 PM, Christian Edward Gruber
<cg...@google.com> wrote:
> Are you migrating the binaries posted below under tapestry-releases, or are oyu re-rolling?  I need to pull in the right version into our internal 3rd party depot and I want to get the right binaries.
>
> Christian.
>
> On Oct 11, 2010, at 2:50 PM, Howard Lewis Ship wrote:
>
>> So, 5.2.1 moves ahead. I'll start moving files into position and
>> update the site & etc.  That last step will be much easier once the
>> Cwiki is exported right to http://tapestry.apache.org ... do we have
>> an eta for that?  Announcement should be tomorrow after mirrors have a
>> chance to sync.
>>
>> 5.2.2 should be coming up soon, as well.
>>
>> On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com> wrote:
>>> I've created and uploaded a release of Tapestry 5.2.1, ready to be
>>> voted upon.
>>>
>>> The binary and source downloads are uploaded to:
>>>
>>> http://people.apache.org/~XXX/tapestry-releases/
>>>
>>> and the Maven artifacts staged to:
>>>
>>> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>>>
>>> Please examine these files to determine if the new release, 5.2.1, is
>>> ready and of BETA quality.
>>>
>>> I've also created a 5.2.1. tag in Subversion:
>>>
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>>>
>>> On a successful vote, I'll move the files from these directories to
>>> the proper distribution directories and update the Tapestry site
>>> documentation to indicate
>>> the availability of the release, and its beta status.
>>>
>>> Vote will run for three days; on success I'll move the voted artifacts
>>> into place and send out appropriate notifications.
>>>
>>>
>>
>> Binding votes:
>>
>> Howard M. Lewis Ship: +1
>> Thiago H. de Paula Figueiredo: +0
>> Andreas Andreou: +1
>> Ulrich Stärk: +1
>> Igor Drobiazko: +1
>>
>> Non-binding votes:
>>
>> Massimo Lusetti: +1
>> Christophe Cordenier : +1
>> Ben Dotte: +1
>> Kristian Marinkovic: +1
>> Katia Aresti +1
>> Charitha Madusanka : +1
>> Kalle Horhonen: +1
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: [SUCCESS] Tapestry 5.2.1 beta release

Posted by Christian Edward Gruber <cg...@google.com>.
Are you migrating the binaries posted below under tapestry-releases, or are oyu re-rolling?  I need to pull in the right version into our internal 3rd party depot and I want to get the right binaries.

Christian.

On Oct 11, 2010, at 2:50 PM, Howard Lewis Ship wrote:

> So, 5.2.1 moves ahead. I'll start moving files into position and
> update the site & etc.  That last step will be much easier once the
> Cwiki is exported right to http://tapestry.apache.org ... do we have
> an eta for that?  Announcement should be tomorrow after mirrors have a
> chance to sync.
> 
> 5.2.2 should be coming up soon, as well.
> 
> On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com> wrote:
>> I've created and uploaded a release of Tapestry 5.2.1, ready to be
>> voted upon.
>> 
>> The binary and source downloads are uploaded to:
>> 
>> http://people.apache.org/~XXX/tapestry-releases/
>> 
>> and the Maven artifacts staged to:
>> 
>> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>> 
>> Please examine these files to determine if the new release, 5.2.1, is
>> ready and of BETA quality.
>> 
>> I've also created a 5.2.1. tag in Subversion:
>> 
>> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>> 
>> On a successful vote, I'll move the files from these directories to
>> the proper distribution directories and update the Tapestry site
>> documentation to indicate
>> the availability of the release, and its beta status.
>> 
>> Vote will run for three days; on success I'll move the voted artifacts
>> into place and send out appropriate notifications.
>> 
>> 
> 
> Binding votes:
> 
> Howard M. Lewis Ship: +1
> Thiago H. de Paula Figueiredo: +0
> Andreas Andreou: +1
> Ulrich Stärk: +1
> Igor Drobiazko: +1
> 
> Non-binding votes:
> 
> Massimo Lusetti: +1
> Christophe Cordenier : +1
> Ben Dotte: +1
> Kristian Marinkovic: +1
> Katia Aresti +1
> Charitha Madusanka : +1
> Kalle Horhonen: +1
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
> 


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


[SUCCESS] Tapestry 5.2.1 beta release

Posted by Howard Lewis Ship <hl...@gmail.com>.
So, 5.2.1 moves ahead. I'll start moving files into position and
update the site & etc.  That last step will be much easier once the
Cwiki is exported right to http://tapestry.apache.org ... do we have
an eta for that?  Announcement should be tomorrow after mirrors have a
chance to sync.

5.2.2 should be coming up soon, as well.

On Wed, Sep 29, 2010 at 10:15 AM, Howard Lewis Ship <hl...@gmail.com> wrote:
> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.
>
> The binary and source downloads are uploaded to:
>
> http://people.apache.org/~XXX/tapestry-releases/
>
> and the Maven artifacts staged to:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>
> Please examine these files to determine if the new release, 5.2.1, is
> ready and of BETA quality.
>
> I've also created a 5.2.1. tag in Subversion:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>
> On a successful vote, I'll move the files from these directories to
> the proper distribution directories and update the Tapestry site
> documentation to indicate
> the availability of the release, and its beta status.
>
> Vote will run for three days; on success I'll move the voted artifacts
> into place and send out appropriate notifications.
>
>

Binding votes:

Howard M. Lewis Ship: +1
Thiago H. de Paula Figueiredo: +0
Andreas Andreou: +1
Ulrich Stärk: +1
Igor Drobiazko: +1

Non-binding votes:

Massimo Lusetti: +1
Christophe Cordenier : +1
Ben Dotte: +1
Kristian Marinkovic: +1
Katia Aresti +1
Charitha Madusanka : +1
Kalle Horhonen: +1


-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Andreas Andreou <an...@di.uoa.gr>.
Andreas Andreou: +1 (binding)

On Fri, Oct 1, 2010 at 09:37, Katia Aresti Gonzalez
<ka...@gmail.com> wrote:
> Katia Aresti +1 (non-binding)
>
> 2010/10/1 Kristian Marinkovic <kr...@porsche.co.at>
>
>> Kristian Marinkovic: +1 (non-binding)
>>
>>
>>
>>
>>
>> Von:    Ben Dotte <be...@gmail.com>
>> An:     Tapestry development <de...@tapestry.apache.org>
>> Datum:  30.09.2010 17:12
>> Betreff:        Re: [VOTE] Tapestry 5.2.1 beta release
>>
>>
>>
>> Ben Dotte: +1 (non-binding)
>>
>> On Thu, Sep 30, 2010 at 7:17 AM, Thiago H. de Paula Figueiredo
>> <th...@gmail.com> wrote:
>> > Thiago H. de Paula Figueiredo: +0 (binding). I couldn't play with
>> Tapestry
>> > 5.2 nor 5.2.1 yet, unfortunately. :(
>> >
>> > --
>> > Thiago H. de Paula Figueiredo
>> > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
>> and
>> > instructor
>> > Owner, Ars Machina Tecnologia da Informação Ltda.
>> > http://www.arsmachina.com.br
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: dev-help@tapestry.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Katia Aresti Gonzalez <ka...@gmail.com>.
Katia Aresti +1 (non-binding)

2010/10/1 Kristian Marinkovic <kr...@porsche.co.at>

> Kristian Marinkovic: +1 (non-binding)
>
>
>
>
>
> Von:    Ben Dotte <be...@gmail.com>
> An:     Tapestry development <de...@tapestry.apache.org>
> Datum:  30.09.2010 17:12
> Betreff:        Re: [VOTE] Tapestry 5.2.1 beta release
>
>
>
> Ben Dotte: +1 (non-binding)
>
> On Thu, Sep 30, 2010 at 7:17 AM, Thiago H. de Paula Figueiredo
> <th...@gmail.com> wrote:
> > Thiago H. de Paula Figueiredo: +0 (binding). I couldn't play with
> Tapestry
> > 5.2 nor 5.2.1 yet, unfortunately. :(
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and
> > instructor
> > Owner, Ars Machina Tecnologia da Informação Ltda.
> > http://www.arsmachina.com.br
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>
>

Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Kristian Marinkovic <kr...@porsche.co.at>.
Kristian Marinkovic: +1 (non-binding)





Von:    Ben Dotte <be...@gmail.com>
An:     Tapestry development <de...@tapestry.apache.org>
Datum:  30.09.2010 17:12
Betreff:        Re: [VOTE] Tapestry 5.2.1 beta release



Ben Dotte: +1 (non-binding)

On Thu, Sep 30, 2010 at 7:17 AM, Thiago H. de Paula Figueiredo
<th...@gmail.com> wrote:
> Thiago H. de Paula Figueiredo: +0 (binding). I couldn't play with 
Tapestry
> 5.2 nor 5.2.1 yet, unfortunately. :(
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, 
and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

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



Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Ben Dotte <be...@gmail.com>.
Ben Dotte: +1 (non-binding)

On Thu, Sep 30, 2010 at 7:17 AM, Thiago H. de Paula Figueiredo
<th...@gmail.com> wrote:
> Thiago H. de Paula Figueiredo: +0 (binding). I couldn't play with Tapestry
> 5.2 nor 5.2.1 yet, unfortunately. :(
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
Thiago H. de Paula Figueiredo: +0 (binding). I couldn't play with Tapestry  
5.2 nor 5.2.1 yet, unfortunately. :(

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Christophe Cordenier <ch...@gmail.com>.
Christophe Cordenier : +1 (non-binding)

2010/9/30 Massimo Lusetti <ml...@gmail.com>:
> On Wed, Sep 29, 2010 at 7:15 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
>
>> I've created and uploaded a release of Tapestry 5.2.1, ready to be
>> voted upon.
>
> That's nice!
>
> Massimo Lusetti: +1 (non-binding)
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, Sep 29, 2010 at 7:15 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.

That's nice!

Massimo Lusetti: +1 (non-binding)

Cheers
-- 
Massimo
http://meridio.blogspot.com

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


Re: [VOTE] Tapestry 5.2.1 beta release

Posted by Charith Madusanka <ch...@gmail.com>.
Charitha Madusanka : +1 (non-binding)

On Wed, Sep 29, 2010 at 10:45 PM, Howard Lewis Ship <hl...@gmail.com>wrote:

> I've created and uploaded a release of Tapestry 5.2.1, ready to be
> voted upon.
>
> The binary and source downloads are uploaded to:
>
> http://people.apache.org/~XXX/tapestry-releases/
>
> and the Maven artifacts staged to:
>
>
> https://repository.apache.org/content/repositories/orgapachetapestry-024/org/apache/tapestry/
>
> Please examine these files to determine if the new release, 5.2.1, is
> ready and of BETA quality.
>
> I've also created a 5.2.1. tag in Subversion:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.1/
>
> On a successful vote, I'll move the files from these directories to
> the proper distribution directories and update the Tapestry site
> documentation to indicate
> the availability of the release, and its beta status.
>
> Vote will run for three days; on success I'll move the voted artifacts
> into place and send out appropriate notifications.
>
>
> Howard M. Lewis Ship: +1 (binding)
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>