Discussion:
Release Managers?
Gary Gregory
2018-11-13 19:26:47 UTC
Permalink
Hi All:

It looks like we have a release manager volunteer for Commons Pool 2.6.1;
thank you Mark!

I'd also like to see releases for:

- Commons Release
- Commons Parent
- Commons Text, then Commons Configuration after a teak in Config to use a
new Text feature.
- Commons Pool
- Commons Collection, a request from OpenJPA

Anything else imminent?

We also have Commons BeanUtils that will be a major release but I am not
sure if more API breakage/deprecation is needed.

Gary
Bruno P. Kinoshita
2018-11-13 19:47:04 UTC
Permalink
If anyone would like to take over commons-imaging 1.0-alpha1 release. We had up to RC2 I think, so there should be little left to do.
I can volunteer around x-mas or January/19 I think.
Bruno

From: Gary Gregory <***@gmail.com>
To: Commons Developers List <***@commons.apache.org>
Sent: Wednesday, 14 November 2018 8:34 AM
Subject: Release Managers?

Hi All:

It looks like we have a release manager volunteer for Commons Pool 2.6.1;
thank you Mark!

I'd also like to see releases for:

- Commons Release
- Commons Parent
- Commons Text, then Commons Configuration after a teak in Config to use a
new Text feature.
- Commons Pool
- Commons Collection, a request from OpenJPA

Anything else imminent?

We also have Commons BeanUtils that will be a major release but I am not
sure if more API breakage/deprecation is needed.

Gary
Mark Struberg
2018-11-14 22:42:27 UTC
Permalink
Let's see how the commons-pool2 release works out.
If it does then we have significantly reduced the work to run the release.

It's basically down to:

* ensure jira tickets are resolved and tracked in changes.xml
* generate the release_notes updates
* create a release branch with %> git checkout -b release_prj_nnn
* run the mvn release:prepare + mvn release:perform
* review the staging repo at repository.apache.org and close it for the VOTE
* push the release branch + tag to a private repo (so we do not clutter the ASF one in case the vote fails later)
* send the VOTE mail pointing to the staging repo

After the vote succeeds:
* propagate/release the Nexus staging repo
* merge the release-branch to master + push the tag to the ASF git repo
* publish the dist/release area from the staging repo or from local.
* create the site, etc

But let's see what I missed before we gonna spread this approach ;)

LieGrue,
strub

PS: for getting GIT setup one needs to tweak the root pom.xlm
https://github.com/apache/commons-pool/blob/master/pom.xml#L188
Post by Bruno P. Kinoshita
If anyone would like to take over commons-imaging 1.0-alpha1 release. We had up to RC2 I think, so there should be little left to do.
I can volunteer around x-mas or January/19 I think.
Bruno
Sent: Wednesday, 14 November 2018 8:34 AM
Subject: Release Managers?
It looks like we have a release manager volunteer for Commons Pool 2.6.1;
thank you Mark!
- Commons Release
- Commons Parent
- Commons Text, then Commons Configuration after a teak in Config to use a
new Text feature.
- Commons Pool
- Commons Collection, a request from OpenJPA
Anything else imminent?
We also have Commons BeanUtils that will be a major release but I am not
sure if more API breakage/deprecation is needed.
Gary
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org

Loading...