You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Rob Tompkins <ch...@apache.org> on 2019/03/12 11:55:38 UTC

[RESULT][LAZY][VOTE] Release Apache Commons Release Plugin 1.6 based on RC1

With the following votes:

Gary Gregory: +1, and
Rob Tompkins: +1;

this [LAZY][VOTE] passes. I will go ahead and perform the release process.

-Rob

> On Mar 9, 2019, at 8:53 AM, Rob Tompkins <ch...@apache.org> wrote:
> 
> We have fixed quite a few bugs and added some significant enhancements since Apache Commons Release Plugin 1.5 was released, so I would like to release Apache Commons Release Plugin 1.6.
> 
> Apache Commons Release Plugin 1.6 RC1 is available for review here:
>    https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin/1.6-RC1 (svn revision 32834)
> 
> The Git tag commons-release-plugin-1.6-RC1 commit for this RC is 201c6ff24ca85355ece3574f788eca250c03b241 which you can browse here:
>    https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git;a=commit;h=201c6ff24ca85355ece3574f788eca250c03b241
> 
> You may checkout this tag using:
>    git clone https://gitbox.apache.org/repos/asf/commons-release-plugin.git --branch commons-release-plugin-1.6-RC1
> 
> Maven artifacts are here:
>    https://repository.apache.org/content/repositories/orgapachecommons-1428/org/apache/commons/commons-release-plugin/1.6/
> 
> These are the Maven artifacts and their hashes in Nexus:
> 
> #Nexus SHA-1s
> commons-release-plugin-1.6.jar=0c8be1cc9389e0ad195b8855a59661f213ad9c66
> commons-release-plugin-1.6-javadoc.jar=4d0b85d9eb8faaecc9dca066efedc4a303fe250f
> commons-release-plugin-1.6-sources.jar=2d9cfde308c8dbef123d63a45d37279ac7616ff4
> commons-release-plugin-1.6-test-sources.jar=649544ee37192d4519b4a189a4af4c1cdc9feba3
> commons-release-plugin-1.6.pom=cfb03fad4ce8ab87f0224034840fa3f1659eb32e
> commons-release-plugin-1.6-tests.jar=a906c3436fd328a5d2b973105a507a33d29eb07c
> 
> #Release SHA-512s
> #Sat Mar 09 08:30:24 EST 2019
> commons-release-plugin-1.6-bin-tar.gz=90734778b0af8acaf1ab84d5c97e3c01d12f95d2a720f990d03aa17b9b34ea2facf5fb884dbe7cde66f4ff93dc3e37b6119e2c5e43bc60f2e87bad62913c371b
> commons-release-plugin-1.6-src-zip=f0d35d9c4b4edf6192600346e3a7c5f90c663839c634bf31a2c6eea57fddf1bd84a966e47f30fb44de04a2a009d3bee613c2bd41268305bc5e45d1769dbe4a9b
> commons-release-plugin-1.6-src-tar.gz=d7b0a17927583afdbd45d21a2abf6a066502995087e59c0498eca03a51d2e30ab4b89f2590d09f7b3144231eabdf583822a5802a6f0d1b4cc4b2a201df15665b
> commons-release-plugin-1.6-bin-zip=b36fd453f5a73a6295c38e9896dd958390f21570595eeb0863fe64f9f27ec0f0dfde488e755bd7fa220f1e54c1af772399f3c006e1c92b7082c605223657cfa9
> 
> 
> I have tested this with 'mvn clean install site' using: 
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T14:41:47-04:00)
> Maven home: /usr/local/Cellar/maven/3.6.0/libexec
> Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.14.3", arch: "x86_64", family: "mac"
> 
> 
> Details of changes since 1.5 are in the release notes:
>    https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin/1.6-RC1/RELEASE-NOTES.txt
>    https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin/1.6-RC1/site/changes-report.html
> 
> Site:
>    https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin/1.6-RC1/site
>    (note some *relative* links are broken and the 1.6 directories are not yet created - these will be OK once the site is deployed.)
> 
> CLIRR Report (compared to 1.5):
>    https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin/1.6-RC1/site/clirr-report.html
> 
> RAT Report:
>    https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin/1.6-RC1/site/rat-report.html
> 
> KEYS:
>  https://www.apache.org/dist/commons/KEYS
> 
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now.
> 
>  [ ] +1 Release these artifacts
>  [ ] +0 OK, but...
>  [ ] -0 OK, but really should fix...
>  [ ] -1 I oppose this release because...
> 
> Thank you,
> 
> Rob Tompkins, 
> Release Manager (using key B6E73D84EA4FCC47166087253FAAD2CD5ECBB314)
> 
> For following is intended as a helper and refresher for reviewers.
> 
> Validating a release candidate
> ==============================
> 
> These guidelines are NOT complete.
> 
> Requirements: Git, Java, Maven.
> 
> You can validate a release from a release candidate (RC) tag as follows.
> 
> 1) Clone and checkout the RC:
> 
> git clone https://gitbox.apache.org/repos/asf/commons-release-plugin.git -b commons-release-plugin-1.6-RC1
> cd commons-release-plugin-1.6-RC1
> 
> 2) Check Apache licenses:
> 
> mvn apache-rat:check
> 
> 3) Build the package:
> 
> mvn -V clean package
> 
> You can record the Maven and Java version produced by -V in your VOTE reply.
> 
> 4) Build the site for a single module project:
> 
> mvn site
> Check the site reports in:
> target\site\index.html
> 
> 4) Build the site for a multi-module project:
> 
> mvn site
> mvn site:stage
> Check the site reports in:
> target\site\index.html
> 


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