You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/04/12 12:43:19 UTC

polygene-java git commit: doc: fix Gradle tasks to use in release how-to

Repository: polygene-java
Updated Branches:
  refs/heads/develop 5f47e600b -> 21e66bcef


doc: fix Gradle tasks to use in release how-to


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/21e66bce
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/21e66bce
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/21e66bce

Branch: refs/heads/develop
Commit: 21e66bcef11fdc103ccd576d0134082198c6bfd7
Parents: 5f47e60
Author: Paul Merlin <pa...@apache.org>
Authored: Wed Apr 12 14:43:10 2017 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Wed Apr 12 14:43:10 2017 +0200

----------------------------------------------------------------------
 manual/src/docs/tutorials/howto-releasing-apache.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/21e66bce/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 9bcb2c3..b68ed49 100644
--- a/manual/src/docs/tutorials/howto-releasing-apache.txt
+++ b/manual/src/docs/tutorials/howto-releasing-apache.txt
@@ -245,7 +245,7 @@ Make a complete build, deploying maven artifacts locally:
 [source,shell]
 ----
 cd polygene-java
-./gradlew -Dversion="<RELEASE-VERSION>" checkDistributions
+./gradlew -Dversion="<RELEASE-VERSION>" assemble
 ----
 
 Review maven artifacts in `distributions/build/stage/maven-binaries`.