Repository: hbase
Updated Branches:
  refs/heads/branch-1 0b7081e67 -> 203a3324e
  refs/heads/branch-1.2 2a56612a3 -> 4f8c13c81
  refs/heads/branch-1.3 3d6c51e0a -> fb6b9221b


HBASE-20931 [branch-1] Add -Dhttps.protocols=TLSv1.2 to Maven command line in 
make_rc.sh


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/203a3324
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/203a3324
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/203a3324

Branch: refs/heads/branch-1
Commit: 203a3324e9547c107cd8aadac315bde23d58abf5
Parents: 0b7081e
Author: Andrew Purtell <[email protected]>
Authored: Tue Jul 24 14:59:50 2018 -0700
Committer: Andrew Purtell <[email protected]>
Committed: Tue Jul 24 15:04:08 2018 -0700

----------------------------------------------------------------------
 dev-support/make_rc.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/203a3324/dev-support/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 969c32b..1f01021 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -76,9 +76,9 @@ function build_src {
 # Build bin tgz
 function build_bin {
   MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests -Papache-release 
-Prelease \
-    -Dmaven.repo.local=${output_dir}/repository
+    -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=${output_dir}/repository
   MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests site assembly:single 
-Papache-release -Prelease \
-    -Dmaven.repo.local=${output_dir}/repository
+    -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=${output_dir}/repository
   mv ./hbase-assembly/target/hbase-*.tar.gz "${output_dir}"
 }
 
@@ -102,7 +102,7 @@ build_bin
 # upload from repository.apache.org by 'drop'ping it from the staging
 # repository before restart.
 MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release -Prelease \
-    -Dmaven.repo.local=${output_dir}/repository
+    -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=${output_dir}/repository
 
 # Do sha512 and md5
 cd ${output_dir}

Reply via email to