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 19:26:47 UTC

incubator-slider git commit: SLIDER-1014: release.xml tuning

Repository: incubator-slider
Updated Branches:
  refs/heads/branches/branch-0.9 420f05d01 -> 375a60fea


SLIDER-1014: release.xml tuning


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

Branch: refs/heads/branches/branch-0.9
Commit: 375a60feadb43d5eb4a04fedb3a02f9bf327031c
Parents: 420f05d
Author: Steve Loughran <st...@apache.org>
Authored: Mon Dec 28 18:26:38 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Dec 28 18:26:38 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/375a60fe/bin/release.xml
----------------------------------------------------------------------
diff --git a/bin/release.xml b/bin/release.xml
index f850044..4be3038 100644
--- a/bin/release.xml
+++ b/bin/release.xml
@@ -34,6 +34,7 @@
     slider.release.version=0.91.0
     slider.develop.version=0.92-SNAPSHOT
     release.jira=SLIDER-1014
+    release.rc.suffix=-RC1
 
     # needed for announcements
     release.jira.page
@@ -41,9 +42,6 @@
 
     #optional
     mvn.extra.args
-    slider.conf.dir: value of SLIDER_CONF_DIR for integration tests
-    upload.user: username for asf uploads. Default: current username
-    upload.disabled: set property to disable uploads to asf infra
 
   </description>
 
@@ -105,7 +103,7 @@
     <property name="svn.release.source.zip"
       value="${svn.release.url}/${source.archive.name}.zip" />
     <property name="svn.commit.message"
-      location="[${release.jira}] Publish ${rc.name} " />
+      value="[${release.jira}] Publish ${rc.name} " />
     <property name="pgp.url"
       value="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=${asf.user}@apache.org"/>
     <property name="git.base.url"
@@ -122,6 +120,7 @@
 
       slider.release.version: ${slider.release.version}
       slider.develop.version: ${slider.develop.version}
+      release.rc.suffix:      ${release.rc.suffix}
       release.jira:           ${release.jira}
       slider.conf.dir:        ${slider.conf.dir}