You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/11/13 18:59:20 UTC

isis git commit: ISIS-1243: minor update to release docs

Repository: isis
Updated Branches:
  refs/heads/master 25ce73609 -> 7f739b46d


ISIS-1243: minor update to release docs


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

Branch: refs/heads/master
Commit: 7f739b46d3ccea444b32b983ba8cb0a756c5f9f2
Parents: 25ce736
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Nov 13 17:58:58 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Nov 13 17:58:58 2015 +0000

----------------------------------------------------------------------
 .../_cg_committers_post-release-successful.adoc   | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/7f739b46/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
index c7fd687..2a914a8 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
@@ -392,34 +392,26 @@ git push
 
 Once the Apache Isis release is available, all of the (non-ASF) link:http://isisaddons.org[Isis Addons] should also be released.
 
-Using this https://gist.github.com/danhaywood/3129b688be3628322c01[gist] to invoke operations across all (or selected) addons:
+Using this https://gist.github.com/danhaywood/ff17946ee05652402cfb[gist] to invoke operations across all (or selected) addons:
 
 * update its dependency on Apache Isis to reference the newly released version: +
 +
 [source,bash]
 ----
-sh all.sh -r "1.11.0" bumpisis
+sh forsub.sh sh bumpver_isis.sh 1.11.0
 ----
 
-* confirm compiles: +
+* release to mvn central (contains a sanity check before hand that everything compiles): +
 +
 [source,bash]
 ----
-sh all.sh mcio
-----
-
-* release to mvn central: +
-+
-[source,bash]
-----
-sh all.sh -r "1.11.0" -s "1.12.0-SNAPSHOT" -k "dan@haywood-associates.co.uk" -p "this is not my password" release
+sh forsub.sh sh release.sh "1.11.0" "1.12.0-SNAPSHOT" "dan@haywood-associates.co.uk" "this is not really my password"
 ----
 
 * update its dependency on Apache Isis to reference the next SNAPSHOT version: +
 +
 [source,bash]
 ----
-sh all.sh -r "1.12.0-SNAPSHOT" bumpisis
+sh forsub.sh sh bumpver_isis.sh "1.12.0-SNAPSHOT"
 ----
 
-