You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/12/28 18:46:39 UTC

incubator-slider git commit: move print-nexus-instructions up to release-no-commit dependencies

Repository: incubator-slider
Updated Branches:
  refs/heads/branches/branch-0.9 f939d9031 -> a24bfcb28


move print-nexus-instructions up to release-no-commit dependencies


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

Branch: refs/heads/branches/branch-0.9
Commit: a24bfcb28512f07f9aa22bb254f76ce8d54c8f52
Parents: f939d90
Author: Steve Loughran <st...@apache.org>
Authored: Mon Dec 28 17:44:44 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Dec 28 17:44:44 2015 +0000

----------------------------------------------------------------------
 bin/release.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a24bfcb2/bin/release.xml
----------------------------------------------------------------------
diff --git a/bin/release.xml b/bin/release.xml
index f799593..86207e2 100644
--- a/bin/release.xml
+++ b/bin/release.xml
@@ -537,12 +537,12 @@ with the subject and body derived from  ${slider.vote.file}
     />
 
   <target name="release-no-commit"
-    depends="git-check-unmodified, rat, deploy, tarball-no-package, copy-to-svn">
+    depends="git-check-unmodified, rat, deploy, tarball-no-package, copy-to-svn, print-nexus-instructions">
     <echo>Artifacts staged on Nexus repository</echo>
   </target>
 
   <target name="release"
-    depends="release-no-commit, publish-via-svn, print-nexus-instructions">
+    depends="release-no-commit, publish-via-svn">
     <echo>Source artifacts committed on subversion</echo>
   </target>