Repository: polygene-java Updated Branches: refs/heads/develop f14eeb94c -> 26a8907fe
Fixing issues noticed in "Releasing Polygene" Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/26a8907f Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/26a8907f Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/26a8907f Branch: refs/heads/develop Commit: 26a8907fe2e8b1f984757a924a68e066a7dc6eea Parents: f14eeb9 Author: niclas <[email protected]> Authored: Wed Apr 12 09:04:46 2017 +0800 Committer: niclas <[email protected]> Committed: Wed Apr 12 09:04:46 2017 +0800 ---------------------------------------------------------------------- manual/src/docs/tutorials/howto-releasing-apache.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/26a8907f/manual/src/docs/tutorials/howto-releasing-apache.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/tutorials/howto-releasing-apache.txt b/manual/src/docs/tutorials/howto-releasing-apache.txt index 1290d9c..82ee28f 100644 --- a/manual/src/docs/tutorials/howto-releasing-apache.txt +++ b/manual/src/docs/tutorials/howto-releasing-apache.txt @@ -62,6 +62,8 @@ svn update --set-depth immediates dev svn update --set-depth immediates release svn update --set-depth infinity dev/polygene svn update --set-depth infinity release/polygene +cd .. + ---- You should then get the following directory tree: @@ -95,6 +97,7 @@ Here is what should pass before going further: [source,shell] ---- cd polygene-java +git checkout develop ./gradlew -Dversion="<RELEASE-VERSION>" checkDistributions ----
