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/16 09:34:16 UTC

[26/28] logging-log4cxx git commit: Test with Maven again.

Test with Maven again.


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

Branch: refs/heads/next_stable
Commit: 54744b5f80babd805125734086b2135dc72c9b86
Parents: 3b42516
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Wed Aug 16 11:26:00 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Wed Aug 16 11:26:00 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/54744b5f/releasePrepare.sh
----------------------------------------------------------------------
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 679a6a6..dba37e5 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -55,14 +55,16 @@ then
   fi
 fi
 
-#mvn clean                          || exit 1
-#mvn release:prepare -Dresume=false || exit 1
+mvn clean                          || exit 1
+mvn release:prepare -Dresume=false || exit 1
 
 if [ -n "${branch_starting_is_ns}" ]
 then
   exit 0
 fi
 
+exit 0
+
 git checkout "${branch_starting}"
 new_release_cycle=$(grep 'date="XXXX-XX-XX"' "src/changes/changes.xml")
 if [ -n "${new_release_cycle}" ]