This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d30844  RATIS-344 Typo in make_rc.sh
3d30844 is described below

commit 3d30844ff28ef31ca21690876328d80fc1ae6cd1
Author: Josh Elser <[email protected]>
AuthorDate: Wed Oct 31 13:10:59 2018 -0400

    RATIS-344 Typo in make_rc.sh
---
 dev-support/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 18b621d..a0c8808 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -84,7 +84,7 @@ artifactid=$(mvnGet project.artifactId)
 version="$(mvnGet project.version)-incubating"
 
 # Make sure to clean up all state before building the src-tarball
-mvnRun clean
+mvnFun clean
 
 # Generate source tar.gz into archive
 git archive --format=tar.gz 
--output="${archivedir}/${artifactid}-${version}-src.tar.gz" 
--prefix="${artifactid}-${version}/" HEAD

Reply via email to