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/21 23:42:55 UTC

incubator-slider git commit: SLIDER-1014 about to do RC0 full publish run

Repository: incubator-slider
Updated Branches:
  refs/heads/branches/branch-0.9 d1fffba1b -> 1c823b167


SLIDER-1014 about to do RC0 full publish run


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

Branch: refs/heads/branches/branch-0.9
Commit: 1c823b1673d8b704c061916452ccdbb21273db7b
Parents: d1fffba
Author: Steve Loughran <st...@apache.org>
Authored: Mon Dec 21 22:42:51 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Dec 21 22:42:51 2015 +0000

----------------------------------------------------------------------
 bin/release.xml | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/1c823b16/bin/release.xml
----------------------------------------------------------------------
diff --git a/bin/release.xml b/bin/release.xml
index 5634c7d..415b395 100644
--- a/bin/release.xml
+++ b/bin/release.xml
@@ -433,15 +433,6 @@
 
   <target name="publish-via-svn" depends="copy-to-svn, commit-svn" />
 
-  <target name="release-no-commit"
-    depends="git-check-unmodified, rat, deploy, tarball-no-package, copy-to-svn">
-    <echo>Artifacts staged on Nexus repository</echo>
-  </target>
-
-  <target name="release"
-    depends="release-no-commit, publish-via-svn, print-nexus-instructions">
-    <echo>Source artifacts committed on subversion</echo>
-  </target>
 
   <target name="check-base-urls" depends="init"
     description="check the base URLs which can be validated independent of release values">
@@ -543,4 +534,16 @@ ${slider.vote.text}
   <target name="generate-vote-text" depends="check-release-urls, echo-vote-text"
     description="generate the vote text -after validating its links"
     />
+
+
+  <target name="release-no-commit"
+    depends="git-check-unmodified, rat, deploy, tarball-no-package, copy-to-svn">
+    <echo>Artifacts staged on Nexus repository</echo>
+  </target>
+
+  <target name="release"
+    depends="release-no-commit, publish-via-svn, print-nexus-instructions">
+    <echo>Source artifacts committed on subversion</echo>
+  </target>
+
 </project>