You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2018/08/19 18:33:27 UTC

[29/50] logging-log4cxx git commit: Wrong args to maven.

Wrong args to maven.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/47edf4d7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/47edf4d7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/47edf4d7

Branch: refs/heads/LOGCXX-500
Commit: 47edf4d784c9d25a07dbd0e85c301f5d1357502b
Parents: 2d191ce
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 17:54:00 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 17:54:00 2017 +0200

----------------------------------------------------------------------
 releasePrepare.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/47edf4d7/releasePrepare.sh
----------------------------------------------------------------------
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 3135fce..57625f6 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -175,8 +175,8 @@ function exec_mvn()
     prepare_args="${prepare_args} -DdevelopmentVersion=${new_dev_ver}"
   fi
 
-  mvn clean                                   || exit 1
-  mvn release:prepare $(get_mvn_prepare_args) || exit 1
+  mvn clean                           || exit 1
+  mvn release:prepare ${prepare_args} || exit 1
   revert_mvn_prepare_new_dev_ver "${pom_orig_ver}" "${new_dev_ver}"
 
   exit 1