+1
Checked out release. Seems to have all in it. RELEASENOTES/CHANGES seem
fine.
Just tried full build w/ release profile and all seemed good after making
this change in core pom:
$ git diff
diff --git a/pom.xml b/pom.xml
index beb789766f..3e1c6ac3f9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1370,7 +1370,7 @@
<surefire.version>3.0.0-M4</surefire.version>
<wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version>
- <hbase-thirdparty.version>3.1.1</hbase-thirdparty.version>
+ <hbase-thirdparty.version>3.2.0</hbase-thirdparty.version>
<!-- Intraproject jar naming properties -->
<!-- TODO this is pretty ugly, but works for the moment.
Modules are pretty heavy-weight things, so doing this work isn't too
bad. -->
@@ -3927,4 +3927,10 @@
<url>file:///tmp</url>
</site>
</distributionManagement>
+ <repositories>
+ <repository>
+ <id>thirdparty</id>
+ <url>
https://repository.apache.org/content/repositories/orgapachehbase-1381</url>
+ </repository>
+ </repositories>
</project>
S
On Thu, Jan 23, 2020 at 9:44 AM Stack <[email protected]> wrote:
> Thanks for taking a look Peter.
>
> I forgot to close the staging repo.
>
> Here is the URL:
> https://repository.apache.org/content/repositories/orgapachehbase-1381
>
> S
>
> On Thu, Jan 23, 2020 at 6:38 AM Peter Somogyi <[email protected]> wrote:
>
>> Thanks for the RC Stack!
>> I can't find the artifacts on the staging repository. The URL also
>> looks odd with the double / at the end.
>>
>> Peter
>>
>> On Thu, Jan 23, 2020 at 2:56 AM Stack <[email protected]> wrote:
>> >
>> > Please vote on this Apache hbase thirdparty release candidate,
>> > hbase-thirdparty-3.2.0RC0
>> >
>> > The VOTE will remain open for at least 72 hours.
>> >
>> > [ ] +1 Release this package as Apache hbase thirdparty 3.2.0
>> > [ ] -1 Do not release this package because ...
>> >
>> > The tag to be voted on is 3.2.0RC0:
>> >
>> > https://github.com/apache/hbase-thirdparty/tree/3.2.0RC0
>> >
>> > The release files, including signatures, digests, as well as CHANGES.md
>> > and RELEASENOTES.md included in this RC can be found at:
>> >
>> > https://dist.apache.org/repos/dist/dev/hbase/3.2.0RC0/
>> >
>> > Maven artifacts are available in a staging repository at:
>> >
>> > https://repository.apache.org/content/repositories//
>> >
>> > Artifacts were signed with the [email protected] key which can be found
>> in:
>> >
>> > https://dist.apache.org/repos/dist/release/hbase/KEYS
>> >
>> > To learn more about apache hbase thirdparty, please see
>> > http://hbase.apache.org/
>> >
>> > Thanks,
>> > Your HBase Release Manager
>>
>