Nick Dimiduk
|
ffb2359146
|
HBASE-24013 Bump branch-2 version to 2.4.0-SNAPSHOT (#1309)
Increment version in poms with
```
$ mvn org.codehaus.mojo:versions-maven-plugin:2.7:set -DnewVersion=2.4.0-SNAPSHOT -DgenerateBackupPoms=false
```
Verified no dangling references with
```
$ find . -iname '*pom.xml' -exec grep -n '2.3.0-SNAPSHOT' {} +
```
Verified build with
```
$ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home mvn clean package -DskipTests
$ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home mvn clean package -DskipTests -Dhadoop.profile=3.0
```
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2020-03-19 08:01:43 -07:00 |
Duo Zhang
|
7eeb6a0815
|
HBASE-23077 move entirely to spotbugs (#1265)
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2020-03-12 11:42:23 +08:00 |
Viraj Jasani
|
e28a7c29c5
|
HBASE-22863 Cleanup transitive Jackson1 vulnerable dependencies(forward-port HBASE-22728) (#505)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Reid Chan <reidchan@apache.org>
|
2019-08-21 22:16:52 +08:00 |
Andrew Purtell
|
2c55bd9344
|
HBASE-22449 https everywhere in Maven metadata (#247)
|
2019-05-21 12:38:42 -07:00 |
Sean Busbey
|
ff1c63ddb1
|
HBASE-22314 shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies
(cherry picked from commit 87550bf963 )
|
2019-05-05 22:09:56 -05:00 |
Guanghao Zhang
|
16665b6e93
|
HBASE-21799 Update branch-2 version to 2.3.0-SNAPSHOT
|
2019-01-29 21:53:21 +08:00 |
Sean Busbey
|
bc3ab81720
|
HBASE-21153 Shaded client jars should always build in relevant phase to avoid confusion
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-09-05 16:46:16 -05:00 |
zhangduo
|
dde042cc93
|
HBASE-20776 Update branch-2 version to 2.2.0-SNAPSHOT
|
2018-06-22 22:15:18 +08:00 |
Sean Busbey
|
e19fdd3903
|
HBASE-20333 Provide a shaded client that allows downstream to provide Hadoop needs.
Signed-off-by: Mike Drob <mdrob@apache.org>
|
2018-06-18 14:03:13 -07:00 |