You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2018/06/15 18:36:18 UTC

portals-pluto git commit: PLUTO-716 Release Preparation 3.0.1 (fix dry run command line syntax)

Repository: portals-pluto
Updated Branches:
  refs/heads/master f31f4335b -> 733435af4


PLUTO-716 Release Preparation 3.0.1 (fix dry run command line syntax)


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/733435af
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/733435af
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/733435af

Branch: refs/heads/master
Commit: 733435af4ed66996812833442ba7e0c48f0aee45
Parents: f31f433
Author: Neil Griffin <ne...@gmail.com>
Authored: Fri Jun 15 14:36:10 2018 -0400
Committer: Neil Griffin <ne...@gmail.com>
Committed: Fri Jun 15 14:36:10 2018 -0400

----------------------------------------------------------------------
 RELEASE-PROCEDURE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/733435af/RELEASE-PROCEDURE.txt
----------------------------------------------------------------------
diff --git a/RELEASE-PROCEDURE.txt b/RELEASE-PROCEDURE.txt
index b83706a..3452ba6 100644
--- a/RELEASE-PROCEDURE.txt
+++ b/RELEASE-PROCEDURE.txt
@@ -57,7 +57,7 @@ Since 3.0.0
 4. DRY RUN
 	Do a dry run of the release:prepare step:
 
-		$ mvn -P apache-release release:prepare -DautoVersionSubmodules=true -DdryRun=true
+		$ mvn -P all,apache-release -DrunOnlyAtExecutionRoot=true release:prepare -DdryRun=true
 
 	The dry run will not commit any changes back to Git and gives you the opportunity to verify that the release process will complete as expected.
 	You will be prompted for the following information :