Removed comments.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/72d06476 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/72d06476 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/72d06476 Branch: refs/heads/release_scripts Commit: 72d0647615a62bc756e2f887abe71e32ac31d030 Parents: 62a5a5e Author: Thorsten Schöning <[email protected]> Authored: Thu Aug 17 10:42:34 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Thu Aug 17 10:42:34 2017 +0200 ---------------------------------------------------------------------- releasePurge.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/72d06476/releasePurge.sh ---------------------------------------------------------------------- diff --git a/releasePurge.sh b/releasePurge.sh index 19b2d13..c522f05 100755 --- a/releasePurge.sh +++ b/releasePurge.sh @@ -24,7 +24,7 @@ function main() { - #purge_branch_and_tag + purge_branch_and_tag revert_pom_and_changes } @@ -49,10 +49,10 @@ function revert_pom_and_changes() local changes=$(cat "src/changes/changes.xml") echo "${changes/$'\n\n\n\n\n'/}" > "src/changes/changes.xml" - #git add "pom.xml" - #git add "src/changes/changes_xml" + git add "pom.xml" + git add "src/changes/changes_xml" - #git commit -m "No 0.11.1 yet." + git commit -m "No 0.11.1 yet." } main
