diff --git a/pom.xml b/pom.xml index d0b14e0a8e8..3fe50cb1539 100644 --- a/pom.xml +++ b/pom.xml @@ -1679,7 +1679,7 @@ 2.1 2.1.6 ${hbase-2.1.runtime.version} - 3.0.3 + 3.1.1-0.0 2.1 diff --git a/tdp/README.md b/tdp/README.md index ca308a167a6..836564d1d13 100644 --- a/tdp/README.md +++ b/tdp/README.md @@ -17,7 +17,7 @@ This command generates `phoenix-hbase-2.1-5.1.3-1.0-bin.tar.gz` file in the `pho mvn test -Dhbase.profile=2.1 -DPhoenixPatchProcess -Dskip.code-coverage ``` -- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-TDP-0.1.0-SNAPSHOT +- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-1.0 and hadoop 3.1.1-0.0 - -DPhoenixPatchProcess, disables the build of the shaded artifacts (not necessary for tests) - -Dskip.code-coverage, self explanatory @@ -27,6 +27,6 @@ mvn test -Dhbase.profile=2.1 -DPhoenixPatchProcess -Dskip.code-coverage mvn verify -Dhbase.profile=2.1 -DPhoenixPatchProcess -Dskip.code-coverage ``` -- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-TDP-0.1.0-SNAPSHOT +- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-1.0 and hadoop 3.1.1-0.0 - -DPhoenixPatchProcess, disables the build of the shaded artifacts (not necessary for tests) - -Dskip.code-coverage, self explanatory