Discussion:
[VOTE] Release Apache Commons Text 1.5 based on RC2
Rob Tompkins
2018-09-30 03:02:42 UTC
Permalink
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Text 1.4 was released, so I would like to release Apache Commons Text 1.5.

Apache Commons Text 1.5 RC2 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2 (svn revision 29792)

The Git tag commons-text-1.5-RC2 commit for this RC is e1af89b53855f2f19138cbc3e8a49ca179c3d8f8 which you can browse here:
https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=refs/tags/commons-text-1.5-RC2

Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapachecommons-1385/org/apache/commons/commons-text/1.5/

These are the Maven artifacts and their hashes in Nexus:

#Nexus SHA-1s
commons-text-1.5.pom=6f82d59a2d36ad671865c06035c229d20df1d92d
commons-text-1.5-sources.jar=c7bda9c2883c8006c2c332fbb0f984292356e0a8
commons-text-1.5.jar=e142c91bc3c996d3301a96532205679e06ea8559
commons-text-1.5-tests.jar=cd382ef71fb2f8af164d4a62cc8aaa99a256912a
commons-text-1.5-test-sources.jar=7444eee38a879a36b9e7f2569c6f3c361c3a63da
commons-text-1.5-javadoc.jar=80b6bbe636117964c3e58576f37e7061afa4c26f

#Release SHA-256s
#Sat Sep 29 22:53:23 EDT 2018
commons-text-1.5-src-tar.gz=3f413d28f2ed55a3464dcfa6e48adca133abf92dab956571431a4bd0ea721757
commons-text-1.5-javadoc-javadoc=d34e06ea54ae056e7a3cad4a219d57947f0bcf3fe02f8f3b3ca705bcfbcdbb63
commons-text-1.5-src-zip=2896bb9c3bb41b6959653316708e7f99f1eb804be5d325bd113275b76b7b0395
commons-text-1.5-bin-tar.gz=2da420452ba31350b001e9ba9feca7306a6308250db7f71d9841bf93153c13f1
commons-text-1.5-tests-test-jar=d2c5bed496fe0acd73c6d34e19eadc582f3ddf54db77f9fa1578515c7d2bf2f9
commons-text-1.5-bin-zip=2939d24fadecaf50012b5570cd53015b42072a9122cb2bb142db0dc97136e248
commons-text-1.5-test-sources-java-source=309e92a8f6707e3c7629b178d17637de5c3d7a6db9ff6d322aa0d3bc66227053
commons-text-1.5-sources-java-source=cdba0022a867acd7a1829d2e5eccc0b69616fa07ee9f209fdfaede07f61c2e49

I have tested this with ***'mvn clean install site'*** using:
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T14:33:14-04:00)
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
Java version: 10.0.2, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14", arch: "x86_64", family: "mac"

Details of changes since 1.4 are in the release notes:
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/changes-report.html

Site:
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site
(note some *relative* links are broken and the 1.5 directories are not yet created - these will be OK once the site is deployed.)

CLIRR Report (compared to 1.4):
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/clirr-report.html

JApiCmp Report (compared to 1.4):
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/japicmp.html

RAT Report:
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/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)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
Gary Gregory
2018-09-30 17:12:08 UTC
Permalink
-1

Arg, I cannot build from the src zip because it is missing a file when
running 'mvn clean package site':

Could not find resource 'C:\temp\rc\commons-text-1.5-src/sb-excludes.xml'.

Just 'mvn clean package' without calling 'site' works but I think we want
people to be able to build the site so they can check the reports. I fixed
the src assembly in git master. I copied over the missing file and the
build went all the way through.

From the src zip:

ASC, SHA256, SHA512 OK.

Odd:
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC1/site/rat-report.html
is not found

Gary
Post by Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Text 1.4 was released, so I would like to release
Apache Commons Text 1.5.
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2 (svn revision 29792)
The Git tag commons-text-1.5-RC2 commit for this RC is
https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=refs/tags/commons-text-1.5-RC2
https://repository.apache.org/content/repositories/orgapachecommons-1385/org/apache/commons/commons-text/1.5/
#Nexus SHA-1s
commons-text-1.5.pom=6f82d59a2d36ad671865c06035c229d20df1d92d
commons-text-1.5-sources.jar=c7bda9c2883c8006c2c332fbb0f984292356e0a8
commons-text-1.5.jar=e142c91bc3c996d3301a96532205679e06ea8559
commons-text-1.5-tests.jar=cd382ef71fb2f8af164d4a62cc8aaa99a256912a
commons-text-1.5-test-sources.jar=7444eee38a879a36b9e7f2569c6f3c361c3a63da
commons-text-1.5-javadoc.jar=80b6bbe636117964c3e58576f37e7061afa4c26f
#Release SHA-256s
#Sat Sep 29 22:53:23 EDT 2018
commons-text-1.5-src-tar.gz=3f413d28f2ed55a3464dcfa6e48adca133abf92dab956571431a4bd0ea721757
commons-text-1.5-javadoc-javadoc=d34e06ea54ae056e7a3cad4a219d57947f0bcf3fe02f8f3b3ca705bcfbcdbb63
commons-text-1.5-src-zip=2896bb9c3bb41b6959653316708e7f99f1eb804be5d325bd113275b76b7b0395
commons-text-1.5-bin-tar.gz=2da420452ba31350b001e9ba9feca7306a6308250db7f71d9841bf93153c13f1
commons-text-1.5-tests-test-jar=d2c5bed496fe0acd73c6d34e19eadc582f3ddf54db77f9fa1578515c7d2bf2f9
commons-text-1.5-bin-zip=2939d24fadecaf50012b5570cd53015b42072a9122cb2bb142db0dc97136e248
commons-text-1.5-test-sources-java-source=309e92a8f6707e3c7629b178d17637de5c3d7a6db9ff6d322aa0d3bc66227053
commons-text-1.5-sources-java-source=cdba0022a867acd7a1829d2e5eccc0b69616fa07ee9f209fdfaede07f61c2e49
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
/Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14", arch: "x86_64", family: "mac"
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/changes-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site
(note some *relative* links are broken and the 1.5 directories are not
yet created - these will be OK once the site is deployed.)
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/clirr-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/japicmp.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/rat-report.html
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)
---------------------------------------------------------------------
Rob Tompkins
2018-09-30 17:42:41 UTC
Permalink
Curious. Oh well. I’ll go for an RC3 this time with more care.
Post by Gary Gregory
-1
Arg, I cannot build from the src zip because it is missing a file when
Could not find resource 'C:\temp\rc\commons-text-1.5-src/sb-excludes.xml'.
Just 'mvn clean package' without calling 'site' works but I think we want
people to be able to build the site so they can check the reports. I fixed
the src assembly in git master. I copied over the missing file and the
build went all the way through.
ASC, SHA256, SHA512 OK.
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC1/site/rat-report.html
is not found
Gary
Post by Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Text 1.4 was released, so I would like to release
Apache Commons Text 1.5.
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2 (svn revision 29792)
The Git tag commons-text-1.5-RC2 commit for this RC is
https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=refs/tags/commons-text-1.5-RC2
https://repository.apache.org/content/repositories/orgapachecommons-1385/org/apache/commons/commons-text/1.5/
#Nexus SHA-1s
commons-text-1.5.pom=6f82d59a2d36ad671865c06035c229d20df1d92d
commons-text-1.5-sources.jar=c7bda9c2883c8006c2c332fbb0f984292356e0a8
commons-text-1.5.jar=e142c91bc3c996d3301a96532205679e06ea8559
commons-text-1.5-tests.jar=cd382ef71fb2f8af164d4a62cc8aaa99a256912a
commons-text-1.5-test-sources.jar=7444eee38a879a36b9e7f2569c6f3c361c3a63da
commons-text-1.5-javadoc.jar=80b6bbe636117964c3e58576f37e7061afa4c26f
#Release SHA-256s
#Sat Sep 29 22:53:23 EDT 2018
commons-text-1.5-src-tar.gz=3f413d28f2ed55a3464dcfa6e48adca133abf92dab956571431a4bd0ea721757
commons-text-1.5-javadoc-javadoc=d34e06ea54ae056e7a3cad4a219d57947f0bcf3fe02f8f3b3ca705bcfbcdbb63
commons-text-1.5-src-zip=2896bb9c3bb41b6959653316708e7f99f1eb804be5d325bd113275b76b7b0395
commons-text-1.5-bin-tar.gz=2da420452ba31350b001e9ba9feca7306a6308250db7f71d9841bf93153c13f1
commons-text-1.5-tests-test-jar=d2c5bed496fe0acd73c6d34e19eadc582f3ddf54db77f9fa1578515c7d2bf2f9
commons-text-1.5-bin-zip=2939d24fadecaf50012b5570cd53015b42072a9122cb2bb142db0dc97136e248
commons-text-1.5-test-sources-java-source=309e92a8f6707e3c7629b178d17637de5c3d7a6db9ff6d322aa0d3bc66227053
commons-text-1.5-sources-java-source=cdba0022a867acd7a1829d2e5eccc0b69616fa07ee9f209fdfaede07f61c2e49
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
/Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14", arch: "x86_64", family: "mac"
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/changes-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site
(note some *relative* links are broken and the 1.5 directories are not
yet created - these will be OK once the site is deployed.)
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/clirr-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/japicmp.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/rat-report.html
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)
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
Rob Tompkins
2018-09-30 17:43:42 UTC
Permalink
This vote is cancelled. I’ll rebuild soon.
Post by Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Text 1.4 was released, so I would like to release Apache Commons Text 1.5.
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2 (svn revision 29792)
https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=refs/tags/commons-text-1.5-RC2
https://repository.apache.org/content/repositories/orgapachecommons-1385/org/apache/commons/commons-text/1.5/
#Nexus SHA-1s
commons-text-1.5.pom=6f82d59a2d36ad671865c06035c229d20df1d92d
commons-text-1.5-sources.jar=c7bda9c2883c8006c2c332fbb0f984292356e0a8
commons-text-1.5.jar=e142c91bc3c996d3301a96532205679e06ea8559
commons-text-1.5-tests.jar=cd382ef71fb2f8af164d4a62cc8aaa99a256912a
commons-text-1.5-test-sources.jar=7444eee38a879a36b9e7f2569c6f3c361c3a63da
commons-text-1.5-javadoc.jar=80b6bbe636117964c3e58576f37e7061afa4c26f
#Release SHA-256s
#Sat Sep 29 22:53:23 EDT 2018
commons-text-1.5-src-tar.gz=3f413d28f2ed55a3464dcfa6e48adca133abf92dab956571431a4bd0ea721757
commons-text-1.5-javadoc-javadoc=d34e06ea54ae056e7a3cad4a219d57947f0bcf3fe02f8f3b3ca705bcfbcdbb63
commons-text-1.5-src-zip=2896bb9c3bb41b6959653316708e7f99f1eb804be5d325bd113275b76b7b0395
commons-text-1.5-bin-tar.gz=2da420452ba31350b001e9ba9feca7306a6308250db7f71d9841bf93153c13f1
commons-text-1.5-tests-test-jar=d2c5bed496fe0acd73c6d34e19eadc582f3ddf54db77f9fa1578515c7d2bf2f9
commons-text-1.5-bin-zip=2939d24fadecaf50012b5570cd53015b42072a9122cb2bb142db0dc97136e248
commons-text-1.5-test-sources-java-source=309e92a8f6707e3c7629b178d17637de5c3d7a6db9ff6d322aa0d3bc66227053
commons-text-1.5-sources-java-source=cdba0022a867acd7a1829d2e5eccc0b69616fa07ee9f209fdfaede07f61c2e49
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T14:33:14-04:00)
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
Java version: 10.0.2, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14", arch: "x86_64", family: "mac"
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/changes-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site
(note some *relative* links are broken and the 1.5 directories are not yet created - these will be OK once the site is deployed.)
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/clirr-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/japicmp.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/rat-report.html
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
Gary Gregory
2018-09-30 18:01:01 UTC
Permalink
This vote is cancelled. I’ll rebuild soon.
That should be the last one I think. I copied the missing file on top of my
unzipped src folder, and then build went through...

Gary
Post by Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Text 1.4 was released, so I would like to release
Apache Commons Text 1.5.
Post by Rob Tompkins
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2 (svn
revision 29792)
Post by Rob Tompkins
The Git tag commons-text-1.5-RC2 commit for this RC is
https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=refs/tags/commons-text-1.5-RC2
https://repository.apache.org/content/repositories/orgapachecommons-1385/org/apache/commons/commons-text/1.5/
Post by Rob Tompkins
#Nexus SHA-1s
commons-text-1.5.pom=6f82d59a2d36ad671865c06035c229d20df1d92d
commons-text-1.5-sources.jar=c7bda9c2883c8006c2c332fbb0f984292356e0a8
commons-text-1.5.jar=e142c91bc3c996d3301a96532205679e06ea8559
commons-text-1.5-tests.jar=cd382ef71fb2f8af164d4a62cc8aaa99a256912a
commons-text-1.5-test-sources.jar=7444eee38a879a36b9e7f2569c6f3c361c3a63da
Post by Rob Tompkins
commons-text-1.5-javadoc.jar=80b6bbe636117964c3e58576f37e7061afa4c26f
#Release SHA-256s
#Sat Sep 29 22:53:23 EDT 2018
commons-text-1.5-src-tar.gz=3f413d28f2ed55a3464dcfa6e48adca133abf92dab956571431a4bd0ea721757
commons-text-1.5-javadoc-javadoc=d34e06ea54ae056e7a3cad4a219d57947f0bcf3fe02f8f3b3ca705bcfbcdbb63
commons-text-1.5-src-zip=2896bb9c3bb41b6959653316708e7f99f1eb804be5d325bd113275b76b7b0395
commons-text-1.5-bin-tar.gz=2da420452ba31350b001e9ba9feca7306a6308250db7f71d9841bf93153c13f1
commons-text-1.5-tests-test-jar=d2c5bed496fe0acd73c6d34e19eadc582f3ddf54db77f9fa1578515c7d2bf2f9
commons-text-1.5-bin-zip=2939d24fadecaf50012b5570cd53015b42072a9122cb2bb142db0dc97136e248
commons-text-1.5-test-sources-java-source=309e92a8f6707e3c7629b178d17637de5c3d7a6db9ff6d322aa0d3bc66227053
commons-text-1.5-sources-java-source=cdba0022a867acd7a1829d2e5eccc0b69616fa07ee9f209fdfaede07f61c2e49
Post by Rob Tompkins
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Post by Rob Tompkins
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
/Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
Post by Rob Tompkins
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14", arch: "x86_64", family: "mac"
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/changes-report.html
Post by Rob Tompkins
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site
(note some *relative* links are broken and the 1.5 directories are
not yet created - these will be OK once the site is deployed.)
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/clirr-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/japicmp.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/rat-report.html
Post by Rob Tompkins
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)
---------------------------------------------------------------------
sebb
2018-10-01 10:56:18 UTC
Permalink
This should also be picked up when comparing the tag against the source archive.
Post by Gary Gregory
Post by Rob Tompkins
This vote is cancelled. I’ll rebuild soon.
That should be the last one I think. I copied the missing file on top of my
unzipped src folder, and then build went through...
Gary
Post by Rob Tompkins
Post by Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements
since Apache Commons Text 1.4 was released, so I would like to release
Apache Commons Text 1.5.
Post by Rob Tompkins
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2 (svn
revision 29792)
Post by Rob Tompkins
The Git tag commons-text-1.5-RC2 commit for this RC is
https://git-wip-us.apache.org/repos/asf?p=commons-text.git;a=tag;h=refs/tags/commons-text-1.5-RC2
https://repository.apache.org/content/repositories/orgapachecommons-1385/org/apache/commons/commons-text/1.5/
Post by Rob Tompkins
#Nexus SHA-1s
commons-text-1.5.pom=6f82d59a2d36ad671865c06035c229d20df1d92d
commons-text-1.5-sources.jar=c7bda9c2883c8006c2c332fbb0f984292356e0a8
commons-text-1.5.jar=e142c91bc3c996d3301a96532205679e06ea8559
commons-text-1.5-tests.jar=cd382ef71fb2f8af164d4a62cc8aaa99a256912a
commons-text-1.5-test-sources.jar=7444eee38a879a36b9e7f2569c6f3c361c3a63da
Post by Rob Tompkins
commons-text-1.5-javadoc.jar=80b6bbe636117964c3e58576f37e7061afa4c26f
#Release SHA-256s
#Sat Sep 29 22:53:23 EDT 2018
commons-text-1.5-src-tar.gz=3f413d28f2ed55a3464dcfa6e48adca133abf92dab956571431a4bd0ea721757
commons-text-1.5-javadoc-javadoc=d34e06ea54ae056e7a3cad4a219d57947f0bcf3fe02f8f3b3ca705bcfbcdbb63
commons-text-1.5-src-zip=2896bb9c3bb41b6959653316708e7f99f1eb804be5d325bd113275b76b7b0395
commons-text-1.5-bin-tar.gz=2da420452ba31350b001e9ba9feca7306a6308250db7f71d9841bf93153c13f1
commons-text-1.5-tests-test-jar=d2c5bed496fe0acd73c6d34e19eadc582f3ddf54db77f9fa1578515c7d2bf2f9
commons-text-1.5-bin-zip=2939d24fadecaf50012b5570cd53015b42072a9122cb2bb142db0dc97136e248
commons-text-1.5-test-sources-java-source=309e92a8f6707e3c7629b178d17637de5c3d7a6db9ff6d322aa0d3bc66227053
commons-text-1.5-sources-java-source=cdba0022a867acd7a1829d2e5eccc0b69616fa07ee9f209fdfaede07f61c2e49
Post by Rob Tompkins
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Post by Rob Tompkins
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
/Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
Post by Rob Tompkins
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14", arch: "x86_64", family: "mac"
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/changes-report.html
Post by Rob Tompkins
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site
(note some *relative* links are broken and the 1.5 directories are
not yet created - these will be OK once the site is deployed.)
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/clirr-report.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/japicmp.html
https://dist.apache.org/repos/dist/dev/commons/text/1.5-RC2/site/rat-report.html
Post by Rob Tompkins
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)
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org

Loading...