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 2017/08/17 16:35:09 UTC

[3/9] logging-log4cxx git commit: Test-exit removed

Test-exit removed


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

Branch: refs/heads/next_stable
Commit: a3fc1471e87435635174376522c531f0e28e5730
Parents: a805c9a
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 18:22:00 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 18:22:00 2017 +0200

----------------------------------------------------------------------
 release_prepare.sh | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a3fc1471/release_prepare.sh
----------------------------------------------------------------------
diff --git a/release_prepare.sh b/release_prepare.sh
index 962fbec..4e726db 100755
--- a/release_prepare.sh
+++ b/release_prepare.sh
@@ -178,8 +178,6 @@ function exec_mvn
   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
 }
 
 function exit_on_started_with_ns