You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/06/18 04:48:19 UTC

hbase git commit: HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin

Repository: hbase
Updated Branches:
  refs/heads/branch-1.0 28534d1e9 -> e1290e39a


HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin


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

Branch: refs/heads/branch-1.0
Commit: e1290e39a49b804539fc5ec59720e96c41fbac5e
Parents: 28534d1
Author: Gábor Lipták <gl...@gmail.com>
Authored: Thu Jun 4 19:11:15 2015 -0400
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Wed Jun 17 19:01:37 2015 -0700

----------------------------------------------------------------------
 dev-support/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e1290e39/dev-support/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 4c5c12d..4892252 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -55,7 +55,7 @@ function tgz_mover {
 
 function deploy {
   MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests -Prelease
-  MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests site assembly:single -Prelease 
+  MAVEN_OPTS="${mvnopts}" ${mvn} install -DskipTests post-site assembly:single -Prelease
   tgz_mover
   MAVEN_OPTS="${mvnopts}" ${mvn} deploy -DskipTests -Papache-release 
 }