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 10:02:04 UTC

[05/11] logging-log4cxx git commit: Wrong indenting of "version".

Wrong indenting of "version".


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

Branch: refs/heads/next_stable
Commit: 62a5a5e21e473888f59858f9e9ed02c2b25288e1
Parents: 17e1187
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 10:40:09 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 10:40:09 2017 +0200

----------------------------------------------------------------------
 releasePrepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/62a5a5e2/releasePrepare.sh
----------------------------------------------------------------------
diff --git a/releasePrepare.sh b/releasePrepare.sh
index ec84353..cb60016 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -161,7 +161,7 @@ END
   local new_release="${new_release/VER_NEEDED/${new_dev_ver_short}}"
 
   sed -i -r "s/AC_INIT\(\[log4cxx\], \[.+?\]\)/AC_INIT([log4cxx], [${new_dev_ver_short}])/" "configure.ac"
-  sed -i -r "s/^\t(<version>).+(<)/\1${new_dev_ver}\2/"                                     "pom.xml"
+  sed -i -r "s/^(\t<version>).+(<)/\1${new_dev_ver}\2/"                                     "pom.xml"
   sed -i -r "s/<body>/${new_release}/"                                                      "src/changes/changes.xml"
 
   git add "configure.ac"