Build failed in Jenkins: logging-log4net » PR-14 #2

2017-08-17 Thread Apache Jenkins Server
See 

--
Branch indexing
Connecting to https://api.github.com using dpsenner/** (dpsenner at github)
Loading trusted files from base branch develop at 
c7cf31f822c4116c486ebf327fdafed81cf6ed2b rather than 
20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Obtained Jenkinsfile from c7cf31f822c4116c486ebf327fdafed81cf6ed2b
[Pipeline] node
Running on H24 in 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] deleteDir
[Pipeline] checkout
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/apache/logging-log4net.git
 > git init 
 > /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ
 >  # timeout=10
Fetching upstream changes from https://github.com/apache/logging-log4net.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --no-tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/pull/14/head:refs/remotes/origin/PR-14 
 > +refs/heads/develop:refs/remotes/origin/develop
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > timeout=10
 > git config --add remote.origin.fetch 
 > +refs/pull/14/head:refs/remotes/origin/PR-14 # timeout=10
 > git config --add remote.origin.fetch 
 > +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/apache/logging-log4net.git
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --no-tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/pull/14/head:refs/remotes/origin/PR-14 
 > +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit c7cf31f822c4116c486ebf327fdafed81cf6ed2b 
into PR head commit 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git merge c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Checking out Revision 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed (PR-14)
Commit message: "separate nant targets for netstandard builds"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git rev-list b30a7098c915041d52a9d206d697dafb0c611f4b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build netstandard)
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/apache/logging-log4net.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --no-tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/pull/14/head:refs/remotes/origin/PR-14 
 > +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit c7cf31f822c4116c486ebf327fdafed81cf6ed2b 
into PR head commit 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git merge c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Checking out Revision 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed (PR-14)
Commit message: "separate nant targets for netstandard builds"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] 
Running shell script
+ stat -c %u buildtools/docker/builder-netstandard
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] 
Running shell script
+ stat -c %g buildtools/docker/builder-netstandard
[Pipeline] echo
10025
[Pipeline] echo
12040
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] 
Running shell script
+ docker build -t builder-netstandard:latest --file 
buildtools/docker/builder-netstandard/Dockerfile --build-arg JENKINS_UID=10025 
--build-arg JENKINS_GID=12040 buildtools/docker/builder-netstandard
Sending build context to Docker daemon  2.56 kB
Step 1/9 : FROM microsoft/dotnet:2.0.0

logging-log4j2 git commit: Clean ups.

2017-08-17 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 889232e28 -> b004f81ee


Clean ups.

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

Branch: refs/heads/master
Commit: b004f81ee954f6108f9f2fbb541cc481be87f5d0
Parents: 889232e
Author: Gary Gregory 
Authored: Thu Aug 17 16:33:30 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 16:33:30 2017 -0600

--
 .../logging/log4j/core/net/ssl/StoreConfiguration.java   | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b004f81e/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
index 044e060..47dea1d 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
@@ -31,7 +31,7 @@ public class StoreConfiguration {
 
 public StoreConfiguration(final String location, final char[] password) {
 this.location = location;
-this.password = password == null ? null : password;
+this.password = password;
 }
 
 /**
@@ -39,8 +39,10 @@ public class StoreConfiguration {
  */
 public void clearSecrets() {
 this.location = null;
-Arrays.fill(password, Character.MIN_VALUE);
-this.password = null;
+if (password != null) {
+Arrays.fill(password, Character.MIN_VALUE);
+this.password = null;
+}
 }
 
 /**



logging-log4j2 git commit: Reuse constant.

2017-08-17 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0404d5886 -> 889232e28


Reuse constant.

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

Branch: refs/heads/master
Commit: 889232e28f3863d2a17392c06c1dd8cac68485de
Parents: 0404d58
Author: Gary Gregory 
Authored: Thu Aug 17 16:29:15 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 16:29:15 2017 -0600

--
 .../org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/889232e2/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
index ad0ed01..044e060 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
@@ -39,7 +39,7 @@ public class StoreConfiguration {
  */
 public void clearSecrets() {
 this.location = null;
-Arrays.fill(password, '\0');
+Arrays.fill(password, Character.MIN_VALUE);
 this.password = null;
 }
 



logging-log4j2 git commit: Even simpler clear.

2017-08-17 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master fc3d4a6da -> 0404d5886


Even simpler clear.

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

Branch: refs/heads/master
Commit: 0404d58862dfa8c62621b9df1cfd399936cc433d
Parents: fc3d4a6
Author: Gary Gregory 
Authored: Thu Aug 17 16:26:05 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 16:26:05 2017 -0600

--
 .../org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0404d588/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
index 9ad1221..ad0ed01 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
@@ -39,7 +39,7 @@ public class StoreConfiguration {
  */
 public void clearSecrets() {
 this.location = null;
-Arrays.fill(password, '\u');
+Arrays.fill(password, '\0');
 this.password = null;
 }
 



logging-log4j2 git commit: LOG4J2-1896 null out password chars in memory before releasing reference to this object

2017-08-17 Thread rpopma
Repository: logging-log4j2
Updated Branches:
  refs/heads/master e0d7a551e -> fc3d4a6da


LOG4J2-1896 null out password chars in memory before releasing reference to 
this object


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

Branch: refs/heads/master
Commit: fc3d4a6da9912c306f807750dd993cb3415a4aea
Parents: e0d7a55
Author: rpopma 
Authored: Fri Aug 18 07:16:55 2017 +0900
Committer: rpopma 
Committed: Fri Aug 18 07:16:55 2017 +0900

--
 .../apache/logging/log4j/core/net/ssl/StoreConfiguration.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fc3d4a6d/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
index 863209e..9ad1221 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
@@ -39,6 +39,7 @@ public class StoreConfiguration {
  */
 public void clearSecrets() {
 this.location = null;
+Arrays.fill(password, '\u');
 this.password = null;
 }
 
@@ -60,7 +61,7 @@ public class StoreConfiguration {
 }
 
 /**
- * 
+ *
  * @deprecated Use getPasswordAsCharArray()
  */
 @Deprecated
@@ -77,7 +78,7 @@ public class StoreConfiguration {
 }
 
 /**
- * 
+ *
  * @deprecated Use getPasswordAsCharArray()
  */
 @Deprecated



logging-log4j2 git commit: [LOG4J2-1896] Update classes in org.apache.logging.log4j.core.net.ssl in APIs from String to char[] for passwords. Add clear secrets API but don't use 'em yet.

2017-08-17 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master fb6f73d48 -> e0d7a551e


[LOG4J2-1896]
Update classes in org.apache.logging.log4j.core.net.ssl in APIs from
String to char[] for passwords. Add clear secrets API but don't use 'em
yet.

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

Branch: refs/heads/master
Commit: e0d7a551efaa37fb6094ce268472973040d0cd02
Parents: fb6f73d
Author: Gary Gregory 
Authored: Thu Aug 17 15:59:12 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 15:59:12 2017 -0600

--
 .../logging/log4j/core/net/ssl/SslConfiguration.java   | 13 +
 .../logging/log4j/core/net/ssl/StoreConfiguration.java |  8 
 2 files changed, 21 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e0d7a551/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/SslConfiguration.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/SslConfiguration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/SslConfiguration.java
index 857aa5b..b129184 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/SslConfiguration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/SslConfiguration.java
@@ -55,6 +55,18 @@ public class SslConfiguration {
 this.sslContext = this.createSslContext();
 }
 
+/**
+ * Clears the secret fields in this object but still allow it to operate 
normally.
+ */
+public void clearSecrets() {
+if (this.keyStoreConfig != null) {
+this.keyStoreConfig.clearSecrets();
+}
+if (this.trustStoreConfig != null) {
+this.trustStoreConfig.clearSecrets();
+}
+}
+
 public SSLSocketFactory getSslSocketFactory() {
 return sslContext.getSocketFactory();
 }
@@ -207,6 +219,7 @@ public class SslConfiguration {
 
 /**
  * Creates an SslConfiguration from a KeyStoreConfiguration and a 
TrustStoreConfiguration.
+ * 
  * @param protocol The protocol, see 
http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#SSLContext
  * @param keyStoreConfig The KeyStoreConfiguration.
  * @param trustStoreConfig The TrustStoreConfiguration.

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e0d7a551/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
index f2cb17e..863209e 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java
@@ -35,6 +35,14 @@ public class StoreConfiguration {
 }
 
 /**
+ * Clears the secret fields in this object.
+ */
+public void clearSecrets() {
+this.location = null;
+this.password = null;
+}
+
+/**
  * @deprecated Use StoreConfiguration(String, char[])
  */
 @Deprecated



logging-log4j2 git commit: [LOG4J2-2013] SslSocketManager does not apply SSLContext on TCP reconnect.

2017-08-17 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 679e6e502 -> fb6f73d48


[LOG4J2-2013] SslSocketManager does not apply SSLContext on TCP
reconnect.

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

Branch: refs/heads/master
Commit: fb6f73d48b85c8248ad7576468f777acf670
Parents: 679e6e5
Author: Gary Gregory 
Authored: Thu Aug 17 15:42:13 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 15:42:13 2017 -0600

--
 .../SecureSocketAppenderConnectReConnectIT.java |   7 +-
 .../logging/log4j/core/net/SocketOptions.java   |  33 --
 .../log4j/core/net/SslSocketManager.java| 102 +++
 .../log4j/core/net/TcpSocketManager.java|  63 
 src/changes/changes.xml |   3 +
 5 files changed, 106 insertions(+), 102 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fb6f73d4/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/net/SecureSocketAppenderConnectReConnectIT.java
--
diff --git 
a/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/net/SecureSocketAppenderConnectReConnectIT.java
 
b/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/net/SecureSocketAppenderConnectReConnectIT.java
index 97499b7..2a46cac 100644
--- 
a/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/net/SecureSocketAppenderConnectReConnectIT.java
+++ 
b/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/net/SecureSocketAppenderConnectReConnectIT.java
@@ -21,6 +21,7 @@ import java.net.Socket;
 
 import org.apache.logging.log4j.core.appender.SocketAppender;
 import org.apache.logging.log4j.core.layout.JsonLayout;
+import org.apache.logging.log4j.core.net.SocketOptions;
 import org.apache.logging.log4j.core.net.ssl.SslConfiguration;
 import org.apache.logging.log4j.core.net.ssl.SslConfigurationTest;
 import org.apache.logging.log4j.core.net.ssl.StoreConfigurationException;
@@ -66,16 +67,18 @@ public class SecureSocketAppenderConnectReConnectIT extends 
AbstractSocketAppend
 }
 
 @Test
-@Ignore
+//@Ignore
 public void testConnectReConnect() throws Exception {
 port = AvailablePortFinder.getNextAvailable();
 // Start server
-server = TcpSocketServer.createJsonSocketServer(port);
+server = SecureTcpSocketServer.createJsonServer(port, 
sslConfiguration);
 startServer(200);
 // Start appender
 // @formatter:off
 appender = SocketAppender.newBuilder()
 .withPort(port)
+.withConnectTimeoutMillis(1000)
+
.withSocketOptions(SocketOptions.newBuilder().setSoTimeout(1000))
 .withReconnectDelayMillis(1000)
 .withName("test")
 .withLayout(JsonLayout.newBuilder().build())

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fb6f73d4/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketOptions.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketOptions.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketOptions.java
index 62364e5..711d044 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketOptions.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketOptions.java
@@ -167,48 +167,59 @@ public class SocketOptions implements 
Builder, Cloneable {
 return tcpNoDelay;
 }
 
-public void setKeepAlive(final boolean keepAlive) {
+public SocketOptions setKeepAlive(final boolean keepAlive) {
 this.keepAlive = Boolean.valueOf(keepAlive);
+return this;
 }
 
-public void setOobInline(final boolean oobInline) {
+public SocketOptions setOobInline(final boolean oobInline) {
 this.oobInline = Boolean.valueOf(oobInline);
+return this;
 }
 
-public void setPerformancePreferences(final SocketPerformancePreferences 
performancePreferences) {
+public SocketOptions setPerformancePreferences(final 
SocketPerformancePreferences performancePreferences) {
 this.performancePreferences = performancePreferences;
+return this;
 }
 
-public void setReceiveBufferSize(final int receiveBufferSize) {
+public SocketOptions setReceiveBufferSize(final int receiveBufferSize) {
 this.receiveBufferSize = receiveBufferSize;
+return this;
 }
 
-public void setReuseAddress(final b

logging-log4j-tools git commit: Formatting.

2017-08-17 Thread ggregory
Repository: logging-log4j-tools
Updated Branches:
  refs/heads/master ac55140ec -> 9bbf5f437


Formatting.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/commit/9bbf5f43
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/tree/9bbf5f43
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/diff/9bbf5f43

Branch: refs/heads/master
Commit: 9bbf5f4373a3d69b714ad9148aae4f5c7477c543
Parents: ac55140
Author: Gary Gregory 
Authored: Thu Aug 17 14:52:29 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 14:52:29 2017 -0600

--
 .../java/org/apache/logging/log4j/server/TcpSocketServer.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/blob/9bbf5f43/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
--
diff --git 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
index bd8604c..52eafcc 100644
--- 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
+++ 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
@@ -51,8 +51,7 @@ public class TcpSocketServer extends 
AbstractSocketServer
 @Command(name = "TcpSocketServer")
 protected static class CommandLineArguments extends 
AbstractSocketServer.CommandLineArguments {
 
-@Option(names = { "--backlog",
-"-b" }, description = "Server socket backlog. Must be a 
positive integer.")
+@Option(names = { "--backlog", "-b" }, description = "Server socket 
backlog. Must be a positive integer.")
 // Same default as ServerSocket
 private int backlog = 50;
 



logging-log4j-tools git commit: Add toString().

2017-08-17 Thread ggregory
Repository: logging-log4j-tools
Updated Branches:
  refs/heads/master c3c26daca -> ac55140ec


Add toString().

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

Branch: refs/heads/master
Commit: ac55140ecff5da3d569a5756f9bf2fa48756a0f7
Parents: c3c26da
Author: Gary Gregory 
Authored: Thu Aug 17 14:11:55 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 14:11:55 2017 -0600

--
 .../apache/logging/log4j/server/InputStreamLogEventBridge.java | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/blob/ac55140e/log4j-server/src/main/java/org/apache/logging/log4j/server/InputStreamLogEventBridge.java
--
diff --git 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/InputStreamLogEventBridge.java
 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/InputStreamLogEventBridge.java
index 90597c9..6d66303 100644
--- 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/InputStreamLogEventBridge.java
+++ 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/InputStreamLogEventBridge.java
@@ -99,4 +99,10 @@ public abstract class InputStreamLogEventBridge extends 
AbstractLogEventBridge

logging-log4j-tools git commit: Add toString().

2017-08-17 Thread ggregory
Repository: logging-log4j-tools
Updated Branches:
  refs/heads/master 3826b3e4d -> c3c26daca


Add toString().

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

Branch: refs/heads/master
Commit: c3c26dacabca157884322c315e63cc533e31c3a6
Parents: 3826b3e
Author: Gary Gregory 
Authored: Thu Aug 17 14:04:26 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 14:04:26 2017 -0600

--
 .../logging/log4j/server/TcpSocketServer.java   | 794 ++-
 .../logging/log4j/server/UdpSocketServer.java   |   6 +
 2 files changed, 406 insertions(+), 394 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-tools/blob/c3c26dac/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
--
diff --git 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
index 90b2f29..bd8604c 100644
--- 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
+++ 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/TcpSocketServer.java
@@ -1,394 +1,400 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache license, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the license for the specific language governing permissions and
- * limitations under the license.
- */
-package org.apache.logging.log4j.server;
-
-import java.io.EOFException;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.ObjectInputStream;
-import java.io.OptionalDataException;
-import java.net.InetAddress;
-import java.net.ServerSocket;
-import java.net.Socket;
-import java.util.Collections;
-import java.util.List;
-import java.util.Map;
-import java.util.concurrent.ConcurrentHashMap;
-import java.util.concurrent.ConcurrentMap;
-
-import org.apache.logging.log4j.core.config.ConfigurationFactory;
-import org.apache.logging.log4j.core.parser.ParseException;
-import org.apache.logging.log4j.core.util.Closer;
-import org.apache.logging.log4j.core.util.Log4jThread;
-import org.apache.logging.log4j.core.tools.picocli.CommandLine;
-import org.apache.logging.log4j.core.tools.picocli.CommandLine.Command;
-import org.apache.logging.log4j.core.tools.picocli.CommandLine.Option;
-import org.apache.logging.log4j.message.EntryMessage;
-
-/**
- * Listens for Log4j events on a TCP server socket and passes them on to Log4j.
- *
- * @param 
- *The kind of input stream read
- * @see #main(String[])
- */
-public class TcpSocketServer extends 
AbstractSocketServer {
-
-@Command(name = "TcpSocketServer")
-protected static class CommandLineArguments extends 
AbstractSocketServer.CommandLineArguments {
-
-@Option(names = { "--backlog",
-"-b" }, description = "Server socket backlog. Must be a 
positive integer.")
-// Same default as ServerSocket
-private int backlog = 50;
-
-int getBacklog() {
-return backlog;
-}
-
-void setBacklog(final int backlog) {
-this.backlog = backlog;
-}
-}
-
-/**
- * Thread that processes the events.
- */
-private class SocketHandler extends Log4jThread {
-
-private final T inputStream;
-private final Socket socket;
-
-private volatile boolean shutdown = false;
-
-public SocketHandler(final Socket socket) throws IOException {
-this.socket = socket;
-this.inputStream = 
logEventInput.wrapStream(socket.getInputStream());
-}
-
-@Override
-public void run() {
-final EntryMessage entry = logger.traceEntry();
-boolean closed = false;
-try {
-try {
-while (!shutdown) {
-logEventInput.logEvents(inputStream, 
TcpSocketServer.this);
-}
-} catch (final EOFException e) {
- 

logging-log4j2 git commit: Add toString().

2017-08-17 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master c14eb2729 -> 679e6e502


Add toString().

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

Branch: refs/heads/master
Commit: 679e6e5027891f75803a4892a3b34705ee36da7c
Parents: c14eb27
Author: Gary Gregory 
Authored: Thu Aug 17 13:57:19 2017 -0600
Committer: Gary Gregory 
Committed: Thu Aug 17 13:57:19 2017 -0600

--
 .../java/org/apache/logging/log4j/core/net/SocketAddress.java  | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/679e6e50/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
index 333f21b..ef3ff05 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
@@ -43,6 +43,7 @@ public class SocketAddress {
 return new SocketAddress(InetAddress.getLoopbackAddress(), 0);
 }
 
+// never null
 private final InetSocketAddress socketAddress;
 
 private SocketAddress(final InetAddress host, final int port) {
@@ -96,4 +97,9 @@ public class SocketAddress {
 }
 }
 
+@Override
+public String toString() {
+return socketAddress.toString();
+}
+
 }



logging-log4j2 git commit: LOG4J2-2020 Remove default layout from KafkaAppender

2017-08-17 Thread mikes
Repository: logging-log4j2
Updated Branches:
  refs/heads/master d2aa15bd1 -> c14eb2729


LOG4J2-2020 Remove default layout from KafkaAppender


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

Branch: refs/heads/master
Commit: c14eb272985cd718c210ca13e251fa49881eebc5
Parents: d2aa15b
Author: Mikael Ståldal 
Authored: Thu Aug 17 20:59:01 2017 +0200
Committer: Mikael Ståldal 
Committed: Thu Aug 17 20:59:01 2017 +0200

--
 .../core/appender/mom/kafka/KafkaAppender.java  | 49 ++-
 .../appender/mom/kafka/KafkaAppenderTest.java   | 15 +---
 .../src/test/resources/KafkaAppenderTest.xml| 88 ++--
 src/changes/changes.xml |  3 +
 src/site/xdoc/manual/appenders.xml  |  5 +-
 5 files changed, 74 insertions(+), 86 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c14eb272/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java
index 5fb1c7c..81ec09b 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java
@@ -18,12 +18,12 @@
 package org.apache.logging.log4j.core.appender.mom.kafka;
 
 import java.io.Serializable;
-import java.nio.charset.StandardCharsets;
 import java.util.Objects;
 import java.util.concurrent.ExecutionException;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.TimeoutException;
 
+import org.apache.logging.log4j.core.AbstractLifeCycle;
 import org.apache.logging.log4j.core.Appender;
 import org.apache.logging.log4j.core.Filter;
 import org.apache.logging.log4j.core.Layout;
@@ -35,11 +35,8 @@ import org.apache.logging.log4j.core.config.Property;
 import org.apache.logging.log4j.core.config.plugins.Plugin;
 import org.apache.logging.log4j.core.config.plugins.PluginAttribute;
 import org.apache.logging.log4j.core.config.plugins.PluginBuilderFactory;
-import org.apache.logging.log4j.core.config.plugins.PluginConfiguration;
 import org.apache.logging.log4j.core.config.plugins.PluginElement;
-import 
org.apache.logging.log4j.core.config.plugins.validation.constraints.Required;
 import org.apache.logging.log4j.core.layout.SerializedLayout;
-import org.apache.logging.log4j.core.util.StringEncoder;
 
 /**
  * Sends log events to an Apache Kafka topic.
@@ -66,8 +63,13 @@ public final class KafkaAppender extends AbstractAppender {
 @SuppressWarnings("resource")
 @Override
 public KafkaAppender build() {
+final Layout layout = getLayout();
+if (layout == null) {
+AbstractLifeCycle.LOGGER.error("No layout provided for 
KafkaAppender");
+return null;
+}
 final KafkaManager kafkaManager = new 
KafkaManager(getConfiguration().getLoggerContext(), getName(), topic, syncSend, 
properties);
-return new KafkaAppender(getName(), getLayout(), getFilter(), 
isIgnoreExceptions(), kafkaManager);
+return new KafkaAppender(getName(), layout, getFilter(), 
isIgnoreExceptions(), kafkaManager);
 }
 
 public String getTopic() {
@@ -100,13 +102,18 @@ public final class KafkaAppender extends AbstractAppender 
{
 
 @Deprecated
 public static KafkaAppender createAppender(
-@PluginElement("Layout") final Layout 
layout,
-@PluginElement("Filter") final Filter filter,
-@Required(message = "No name provided for KafkaAppender") 
@PluginAttribute("name") final String name,
-@PluginAttribute(value = "ignoreExceptions", defaultBoolean = 
true) final boolean ignoreExceptions,
-@Required(message = "No topic provided for KafkaAppender") 
@PluginAttribute("topic") final String topic,
-@PluginElement("Properties") final Property[] properties,
-@PluginConfiguration final Configuration configuration) {
+final Layout layout,
+final Filter filter,
+final String name,
+final boolean ignoreExceptions,
+final String topic,
+final Property[] properties,
+final Configuration configuration) {
+
+if (layout == null) {
+AbstractLifeCycle.LOGGER.error("No layout provided for 
KafkaAppe

[2/2] logging-log4j2 git commit: Merge remote-tracking branch 'origin/master'

2017-08-17 Thread mikes
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: d2aa15bd10e502e688bb69de60a87d99455da168
Parents: fb8f54e b96c60f
Author: Mikael Ståldal 
Authored: Thu Aug 17 20:39:04 2017 +0200
Committer: Mikael Ståldal 
Committed: Thu Aug 17 20:39:04 2017 +0200

--
 .../log4j/core/net/SslSocketManager.java| 31 ++--
 .../log4j/core/net/TcpSocketManager.java| 22 +++---
 pom.xml |  2 +-
 3 files changed, 21 insertions(+), 34 deletions(-)
--




[1/2] logging-log4j2 git commit: Fix Javadoc

2017-08-17 Thread mikes
Repository: logging-log4j2
Updated Branches:
  refs/heads/master b96c60fbb -> d2aa15bd1


Fix Javadoc


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

Branch: refs/heads/master
Commit: fb8f54e75c2fe252df0829e3b77d43b2293c51ad
Parents: 8777af5
Author: Mikael Ståldal 
Authored: Wed Aug 16 21:34:59 2017 +0200
Committer: Mikael Ståldal 
Committed: Wed Aug 16 21:34:59 2017 +0200

--
 .../logging/log4j/core/config/builder/api/ComponentBuilder.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fb8f54e7/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ComponentBuilder.java
--
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ComponentBuilder.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ComponentBuilder.java
index 873c52f..5ad7bab 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ComponentBuilder.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ComponentBuilder.java
@@ -62,7 +62,7 @@ public interface ComponentBuilder> extends Builder
 /**
  * Adds a boolean attribute.
  * @param key The attribute key.
- * @param value The integer value.
+ * @param value The boolean value.
  * @return This ComponentBuilder.
  */
 T addAttribute(String key, boolean value);
@@ -70,7 +70,7 @@ public interface ComponentBuilder> extends Builder
 /**
  * Adds an Object attribute.
  * @param key The attribute key.
- * @param value The integer value.
+ * @param value The object value.
  * @return This ComponentBuilder.
  */
 T addAttribute(String key, Object value);



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

2017-08-17 Thread tschoening
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/release_scripts
Commit: a3fc1471e87435635174376522c531f0e28e5730
Parents: a805c9a
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:22:00 2017 +0200
Committer: Thorsten Schöning 
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



[8/8] logging-log4cxx git commit: Prepare for next development iteration: 0.11.1

2017-08-17 Thread tschoening
Prepare for next development iteration: 0.11.1


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

Branch: refs/heads/release_scripts
Commit: 56f36b4872c46a559fd9b80f712ffc5f88f3ef83
Parents: d9dba16
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:35:20 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:35:20 2017 +0200

--
 pom.xml | 2 +-
 src/changes/changes.xml | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/56f36b48/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5697b54..504f151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.1-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/56f36b48/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..c30826d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@

 

+   
+   
+




[2/8] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: a805c9aeabfd437491253960271f7f0f588c7c44
Parents: 8c0a9fd
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:21:26 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:21:26 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a805c9ae/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[6/8] logging-log4cxx git commit: A new version in pom.xml needs to be committed.

2017-08-17 Thread tschoening
A new version in pom.xml needs to be committed.


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

Branch: refs/heads/release_scripts
Commit: 2eeafe18ee5d104f94096e90ef461ebfcaaf7a02
Parents: 9592aff
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:32:22 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:32:22 2017 +0200

--
 release_prepare.sh | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/2eeafe18/release_prepare.sh
--
diff --git a/release_prepare.sh b/release_prepare.sh
index 4e726db..7ec2d36 100755
--- a/release_prepare.sh
+++ b/release_prepare.sh
@@ -81,6 +81,14 @@ function co_next_stable
   fi
 }
 
+function git_commit_if
+{
+  if ! git diff-index --quiet HEAD
+  then
+git commit -m "${1}"
+  fi
+}
+
 function set_release_date_if
 {
   local today=$(date "+%Y-%m-%d")
@@ -161,6 +169,8 @@ function revert_mvn_prepare_new_dev_ver
   local pom_new_ver="${new_dev_ver:-${pom_orig_ver}}"
 
   sed -i -r "s/^(\t).+(<)/\1${pom_new_ver}\2/" "pom.xml"
+  git add "pom.xml"
+  git_commit_if "Revert to ${pom_new_ver}."
 }
 
 function exec_mvn
@@ -225,12 +235,8 @@ END
   git add "pom.xml"
   git add "src/changes/changes.xml"
 
-  if ! git diff-index --quiet HEAD
-  then
-git commit -m "Prepare for next development iteration: 
${new_dev_ver_short}"
-  fi
-
-  git checkout "next_stable"
+  git_commit_if "Prepare for next development iteration: ${new_dev_ver_short}"
+  git checkout  "next_stable"
 }
 
 main



[7/8] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: d9dba162fa8b00ab20c5f01968e9ff76227bc55b
Parents: 2eeafe1
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:32:42 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:32:42 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d9dba162/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[5/8] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 9592afff86fbf873e97e2599484f238e110ab60b
Parents: 89b3873
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:27:09 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:27:09 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/9592afff/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[4/8] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: 89b38733083db712d5e4da0dc911507a9ad7f5f0
Parents: a3fc147
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:22:18 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:22:18 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/89b38733/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[1/8] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/release_scripts af3d97752 -> 56f36b487


Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: 8c0a9fda9436f667dbe267c3bf8757cc8e947f1a
Parents: af3d977
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:13:35 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:13:35 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/8c0a9fda/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



svn commit: r21211 - /dev/logging/log4cxx/

2017-08-17 Thread tschoening
Author: tschoening
Date: Thu Aug 17 16:49:26 2017
New Revision: 21211

Log:
Publishing artifacts for new release to vote on.

Modified:
dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz
dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.asc
dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.md5
dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.sha
dev/logging/log4cxx/apache-log4cxx-0.11.0.zip
dev/logging/log4cxx/apache-log4cxx-0.11.0.zip.asc
dev/logging/log4cxx/apache-log4cxx-0.11.0.zip.md5
dev/logging/log4cxx/apache-log4cxx-0.11.0.zip.sha

Modified: dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz
==
Binary files - no diff available.

Modified: dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.asc
==
--- dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.asc (original)
+++ dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.asc Thu Aug 17 16:49:26 
2017
@@ -1,17 +1,17 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 
-iQIcBAABAgAGBQJZlW0wAAoJEPZJLLR3jDAz9xsP/1ocCJeKCXHyG/QR9lKfX/3L
-VlCnieyoyfKKrySOd8FQVqMKOYZmlqdIj8iAIX2aZlk7QENFrKEkhtlfrHvImfee
-vSBJk1tfEE21juxby/OfCvAtw5mJo7ni0u9WHj70NmLzkPfQMjhdMWQorI/rRECf
-JDH13YPrcAaETnrD4wGbqY5Dc2GQg4rJgr1ULoZZJH3uDVwFq7TR0ff7+NqoEbGX
-ioDfOsL5BhRhq7n/c5VvTRvfpCDUkyRudxvkp9TLK1lScKKR0SuZAsYHAkfWmtEg
-eOtqpTlH0lF/5LaEeTsbfV8LNVKXGeiGmf75Utt7A6hA35evKHuotAPf3d9yh/oF
-THB6zucr9sAv79KB8oiE0dZ5HcrEPc0WZ8fpzeBr6q/80iSSziDs2ZGPivYYlf0u
-T/GLvKa1Ln8t1a3hyqK4QVTa7DdMtjJrY45Db4F3ecDzauyT0nc5zrdP9GDFB7X5
-dJB16x2vtEBHZLxNX1hHRi2slcnUx/QTol4oc4PQT3IWWobe6yyWre4dBMCxuW90
-VTgg2tbReTs6yJXp/rXh/NpGGfELFmxIvwQdrmAVuoZG6LyvxtGlymI16C5eW9Oh
-5fsKKdqG0g/Utz569IHjVpBZvh4BSzVpnVE+J+Ur6Sl0Aklgdac35FaLMQ2qc7ju
-cd4wKscGlLOU1H7m9eL8
-=Pzuh
+iQIcBAABAgAGBQJZlci0AAoJEPZJLLR3jDAz7GgP/jVRZykVALdOuS7KUAJ8khEr
+YGjwW/nZstDlRRj4inR5zghL0/08W7OxM3Q8PJxBAf7xYp9uDr6eNADtCNE7fCXy
+uURTZYAvrA27pxMdpmVsOgNCelyRsZB2Y1v3B5ZoowUrLZ/pF642aToOlSZSb7R7
+bGfoQazYSxo5FBGYW1yFNDSWSmfCV4Y6UQ+MWIrPM86S25GN8VG1qxc2PiFgwADq
+SqiwU+QklmuL8R4sC1ebrVlq+ErbgyJcxmJJE12FukMP4yGtJN6KhHjozNjMrz/X
+zRBvLFL56znVgi1/63raa4GU1KJ0KDRDQ/oymA8yD9QW7a1Fj9+N1mG0cNFTy2eK
+FVIQjlBLjZhkT3NPE6V4C2ubtMIzWoiqorpx59PqfDjEmJXOpOmqxlwYCMikxDDK
+I12mBotBdVqFORgpbYwGeU5r+oZlP1oIqlCKsAO0DXFsTPtwM8UisjrHQn1f5nOy
+fpD1iwqv0oPFRTzzIkcqp9cM17uGnGtYqRxpvNsUMg5MCZ1DYIoWHDsg0aw90yvp
+LuYPVJj4fGcNLkFzicw3PnvvjwcjQGVWhrhDzswDwP5myPDkJgR7PSHJ4TAZEhWK
+cILBcppExE/4mqtR5WGuGUPGJd8mPDfmKm9goFzl0W9ic9GGqXabRXYyiVKhX2Od
+W4YBexgixufH2C8D4495
+=Z0JC
 -END PGP SIGNATURE-

Modified: dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.md5
==
--- dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.md5 (original)
+++ dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.md5 Thu Aug 17 16:49:26 
2017
@@ -1 +1 @@
-8525070acbcb538ba27c1888d5fe9f2c  apache-log4cxx-0.11.0.tar.gz
+2440286d3c758487d6bae59c89d2cc02  apache-log4cxx-0.11.0.tar.gz

Modified: dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.sha
==
--- dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.sha (original)
+++ dev/logging/log4cxx/apache-log4cxx-0.11.0.tar.gz.sha Thu Aug 17 16:49:26 
2017
@@ -1 +1 @@
-b4137ecde69034993a6d03303c6f56c175313148f89598ec70cb865cb5578ba3789373204809474e3532932a627985e35f046f12c50fbd36d0127fdc8454e428
  apache-log4cxx-0.11.0.tar.gz
+59c3cac5fe878f91d7c7772066b503cfc564ba5f162579ee1c23f871496fa6a0d8ac5a16e70f5be3d553e7f3873415ba2b0799ed2df07a7d712ee9701846ed65
  apache-log4cxx-0.11.0.tar.gz

Modified: dev/logging/log4cxx/apache-log4cxx-0.11.0.zip
==
Binary files - no diff available.

Modified: dev/logging/log4cxx/apache-log4cxx-0.11.0.zip.asc
==
--- dev/logging/log4cxx/apache-log4cxx-0.11.0.zip.asc (original)
+++ dev/logging/log4cxx/apache-log4cxx-0.11.0.zip.asc Thu Aug 17 16:49:26 2017
@@ -1,17 +1,17 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 
-iQIcBAABAgAGBQJZlW02AAoJEPZJLLR3jDAzkgkQAKljBB7rRVukYzPVTaqMy+RO
-lU/4FaCbHudiqi77E0+e63EfX6eTSoRF2sgWNwaPR0uVoRmBY59FhOh9307otWLx
-k9eyCnh08yPW47HDy27gupMY+iXU6elG295esVFUbq7nfVuYgkj2bDPkzTyoYcmD
-fjD6fTUCHJj8Oz4yVCDnFlHfZV76TDqyqermMvYidoh6G2KJ3RAGPvkwtDAoJnc/
-CQL/GR6VhVICHrceiK6Y2vGuWWKCAF8KabP8WAsiX3S6d3llREGNG8PuJDWpkMCy
-vVJzORScSZKvFIGIuCh6Cxvjzocfc3Qzo0ICXNFreI/7k0chDTJgxsPej+U6017d
-JNRLxEO59wNQiYn+QxhEQ9ysPbKWhhoY/s7h7ukfhp2I62N4OIMY4S7RjKlixF79
-eRjnmvd1Gj7EDLC415ruhLz75xBV5BUH51pZECh3d49Uysd/y8VLjgrfrvV9wioR
-vPAhITVPpsD/qUvlf41YDK2f0Bha1A6ABAXrMbyynTy+fRj6hGMz28jTKVjJbCcF
-7XvR46XJ54jF7E6blGPvnJiGNGIY2pe4Lm+f4RK4U6yrGl3qtsfxX08oQRWuTVDT
-PhQhOqcnMV5s+w4e0InQuBfd7eA8P917WSAyhzrDsrDEormUjX0scpvl616GUMCc
-L322

[2/2] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC3

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC3


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

Branch: refs/heads/next_stable
Commit: 30c57dfa57bce85c8a8736ebcadd85207b84761d
Parents: da9eb0b
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:41:52 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:41:52 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/30c57dfa/pom.xml
--
diff --git a/pom.xml b/pom.xml
index dbdad2b..7b4ee9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -65,7 +65,7 @@

scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git
-   v0.11.0-RC1
+   v0.11.0-RC3

 




[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC3 [created] 077e0eafc


logging-log4cxx git commit: [maven-release-plugin] prepare for next development iteration

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 30c57dfa5 -> e8f4942a2


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/next_stable
Commit: e8f4942a2a7c7eb77f9fb10c739b39b2d38a8812
Parents: 30c57df
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:42:03 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:42:03 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e8f4942a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7b4ee9e..dbdad2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -65,7 +65,7 @@

scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git
-   v0.11.0-RC3
+   v0.11.0-RC1

 




[1/2] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 040f51151 -> 30c57dfa5


scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: da9eb0b0d8b04ed39c02b1e13f221dda1c1c027d
Parents: 040f511
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:39:39 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:39:39 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/da9eb0b0/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 055f90e..dbdad2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
maven-release-plugin
2.3

-   
v@{project.version}-RC2
+   
v@{project.version}-RC3
site-deploy 
assembly:assembly





logging-log4cxx git commit: [maven-release-plugin] prepare for next development iteration

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 95a99e9ed -> 040f51151


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/next_stable
Commit: 040f51151511e234416c168d6412207de2f5b0d2
Parents: 95a99e9
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:39:29 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:39:29 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/040f5115/pom.xml
--
diff --git a/pom.xml b/pom.xml
index af09650..055f90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -65,7 +65,7 @@

scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git
-   v0.11.0-RC2
+   v0.11.0-RC1

 




[1/3] logging-log4cxx git commit: Revert to 0.11.0-SNAPSHOT.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 766897bbc -> 95a99e9ed


Revert to 0.11.0-SNAPSHOT.


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

Branch: refs/heads/next_stable
Commit: ee96e0df41400dc3de9e48ab636b8129258f73ea
Parents: 766897b
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:35:20 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:35:20 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ee96e0df/pom.xml
--
diff --git a/pom.xml b/pom.xml
index dd149c5..0bd7a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.1-SNAPSHOT
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[3/3] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC2

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC2


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

Branch: refs/heads/next_stable
Commit: 95a99e9ed76df088f7c29fb63046e9f43cb62fd1
Parents: cec5695
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:39:17 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:39:17 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/95a99e9e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 055f90e..af09650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -65,7 +65,7 @@

scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git
-   v0.11.0-RC1
+   v0.11.0-RC2

 




[2/3] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

2017-08-17 Thread tschoening
scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: cec5695b5663bd86998994f15f7e30ac2406e767
Parents: ee96e0d
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:37:04 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:37:04 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/cec5695b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0bd7a2c..055f90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
maven-release-plugin
2.3

-   
v@{project.version}-RC1
+   
v@{project.version}-RC2
site-deploy 
assembly:assembly





[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC2 [created] 5a40670f9


[7/9] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/next_stable
Commit: d9dba162fa8b00ab20c5f01968e9ff76227bc55b
Parents: 2eeafe1
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:32:42 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:32:42 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d9dba162/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[8/9] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

2017-08-17 Thread tschoening
scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: dc06d3c87a8b2501fc44fccd42fa3a7b83db5f28
Parents: d9dba16
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:32:42 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:32:42 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/dc06d3c8/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5697b54..0bd7a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
maven-release-plugin
2.3

-   
v@{project.version}-RCx
+   
v@{project.version}-RC1
site-deploy 
assembly:assembly





[9/9] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC1

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC1


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

Branch: refs/heads/next_stable
Commit: 2ecf8008769581817804c0e0bc89d2744b4f7646
Parents: dc06d3c
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:35:01 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:35:01 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/2ecf8008/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0bd7a2c..7acf83f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[2/9] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/next_stable
Commit: a805c9aeabfd437491253960271f7f0f588c7c44
Parents: 8c0a9fd
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:21:26 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:21:26 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a805c9ae/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[6/9] logging-log4cxx git commit: A new version in pom.xml needs to be committed.

2017-08-17 Thread tschoening
A new version in pom.xml needs to be committed.


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

Branch: refs/heads/next_stable
Commit: 2eeafe18ee5d104f94096e90ef461ebfcaaf7a02
Parents: 9592aff
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:32:22 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:32:22 2017 +0200

--
 release_prepare.sh | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/2eeafe18/release_prepare.sh
--
diff --git a/release_prepare.sh b/release_prepare.sh
index 4e726db..7ec2d36 100755
--- a/release_prepare.sh
+++ b/release_prepare.sh
@@ -81,6 +81,14 @@ function co_next_stable
   fi
 }
 
+function git_commit_if
+{
+  if ! git diff-index --quiet HEAD
+  then
+git commit -m "${1}"
+  fi
+}
+
 function set_release_date_if
 {
   local today=$(date "+%Y-%m-%d")
@@ -161,6 +169,8 @@ function revert_mvn_prepare_new_dev_ver
   local pom_new_ver="${new_dev_ver:-${pom_orig_ver}}"
 
   sed -i -r "s/^(\t).+(<)/\1${pom_new_ver}\2/" "pom.xml"
+  git add "pom.xml"
+  git_commit_if "Revert to ${pom_new_ver}."
 }
 
 function exec_mvn
@@ -225,12 +235,8 @@ END
   git add "pom.xml"
   git add "src/changes/changes.xml"
 
-  if ! git diff-index --quiet HEAD
-  then
-git commit -m "Prepare for next development iteration: 
${new_dev_ver_short}"
-  fi
-
-  git checkout "next_stable"
+  git_commit_if "Prepare for next development iteration: ${new_dev_ver_short}"
+  git checkout  "next_stable"
 }
 
 main



[4/9] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/next_stable
Commit: 89b38733083db712d5e4da0dc911507a9ad7f5f0
Parents: a3fc147
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:22:18 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:22:18 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/89b38733/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



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

2017-08-17 Thread tschoening
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 
Authored: Thu Aug 17 18:22:00 2017 +0200
Committer: Thorsten Schöning 
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



[5/9] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/next_stable
Commit: 9592afff86fbf873e97e2599484f238e110ab60b
Parents: 89b3873
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:27:09 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:27:09 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/9592afff/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [created] c5b21c46e


[1/9] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable [created] 2ecf80087


Set release date to today.


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

Branch: refs/heads/next_stable
Commit: 8c0a9fda9436f667dbe267c3bf8757cc8e947f1a
Parents: af3d977
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:13:35 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:13:35 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/8c0a9fda/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



logging-log4cxx git commit: [maven-release-plugin] prepare for next development iteration

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 2ecf80087 -> 766897bbc


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/next_stable
Commit: 766897bbcc61f323f3bd01012131b5fee1c08f51
Parents: 2ecf800
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:35:15 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:35:15 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/766897bb/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7acf83f..dd149c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0
+   0.11.1-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [deleted] 4b19b24d7


[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable [deleted] 71b6e97c2


[5/6] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

2017-08-17 Thread tschoening
scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: b9cd1109abac5701e551566a3d90263dc68e33af
Parents: 89b3873
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:22:18 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:22:18 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/b9cd1109/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5697b54..0bd7a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
maven-release-plugin
2.3

-   
v@{project.version}-RCx
+   
v@{project.version}-RC1
site-deploy 
assembly:assembly





[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [created] 4b19b24d7


logging-log4cxx git commit: [maven-release-plugin] prepare for next development iteration

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 0c7e81adc -> 71b6e97c2


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/next_stable
Commit: 71b6e97c26fd1887725d59024196f84e9307fb24
Parents: 0c7e81a
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:24:51 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:24:51 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/71b6e97c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7acf83f..dd149c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0
+   0.11.1-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[2/6] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/next_stable
Commit: a805c9aeabfd437491253960271f7f0f588c7c44
Parents: 8c0a9fd
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:21:26 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:21:26 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a805c9ae/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[1/6] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable [created] 0c7e81adc


Set release date to today.


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

Branch: refs/heads/next_stable
Commit: 8c0a9fda9436f667dbe267c3bf8757cc8e947f1a
Parents: af3d977
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:13:35 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:13:35 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/8c0a9fda/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[6/6] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC1

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC1


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

Branch: refs/heads/next_stable
Commit: 0c7e81adceb56e983c09d3975a389bfa5412de5f
Parents: b9cd110
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:24:39 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:24:39 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/0c7e81ad/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0bd7a2c..7acf83f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[4/6] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/next_stable
Commit: 89b38733083db712d5e4da0dc911507a9ad7f5f0
Parents: a3fc147
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:22:18 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:22:18 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/89b38733/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



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

2017-08-17 Thread tschoening
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 
Authored: Thu Aug 17 18:22:00 2017 +0200
Committer: Thorsten Schöning 
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



[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [deleted] 187c7ab1f


[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC2 [deleted] 75d40c532


[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable [deleted] 3f89cb2e4


[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC2 [created] 75d40c532


logging-log4cxx git commit: [maven-release-plugin] prepare for next development iteration

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 58b5a5887 -> 3f89cb2e4


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/next_stable
Commit: 3f89cb2e4a0d860ae381777b8bd12dbb838fe7cf
Parents: 58b5a58
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:19:54 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:19:54 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3f89cb2e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index af09650..055f90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -65,7 +65,7 @@

scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git
-   v0.11.0-RC2
+   v0.11.0-RC1

 




[1/2] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable ef484b3e7 -> 58b5a5887


scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: 7b6894437df4034bb13b4cfb2bd4f274b4af836e
Parents: ef484b3
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:17:25 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:17:25 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/7b689443/pom.xml
--
diff --git a/pom.xml b/pom.xml
index dd149c5..055f90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.1-SNAPSHOT
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -333,7 +333,7 @@
maven-release-plugin
2.3

-   
v@{project.version}-RC1
+   
v@{project.version}-RC2
site-deploy 
assembly:assembly





[2/2] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC2

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC2


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

Branch: refs/heads/next_stable
Commit: 58b5a5887c9c7aa5a752ef559a0f5843702abd75
Parents: 7b68944
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:19:42 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:19:42 2017 +0200

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/58b5a588/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 055f90e..af09650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx
@@ -65,7 +65,7 @@

scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git

https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git
-   v0.11.0-RC1
+   v0.11.0-RC2

 




[1/3] logging-log4cxx git commit: scm.tagNameFormat reconfigured to new RC number.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable [created] d4f51c0bc


scm.tagNameFormat reconfigured to new RC number.


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

Branch: refs/heads/next_stable
Commit: 59c7aa272ec6c57cc275b5df2a5d6c1b75bf495f
Parents: 8c0a9fd
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:13:35 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:13:35 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/59c7aa27/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5697b54..0bd7a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
maven-release-plugin
2.3

-   
v@{project.version}-RCx
+   
v@{project.version}-RC1
site-deploy 
assembly:assembly





[3/3] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC1

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC1


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

Branch: refs/heads/next_stable
Commit: d4f51c0bc6932259fa4579c9c8e0158c248cdb23
Parents: 59c7aa2
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:15:53 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:15:53 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d4f51c0b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0bd7a2c..7acf83f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [created] 187c7ab1f


logging-log4cxx git commit: [maven-release-plugin] prepare for next development iteration

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable d4f51c0bc -> ef484b3e7


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/next_stable
Commit: ef484b3e71b46587db71e7cfdaa3ead87845dd16
Parents: d4f51c0
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:16:06 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:16:06 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ef484b3e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7acf83f..dd149c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0
+   0.11.1-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[2/3] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/next_stable
Commit: 8c0a9fda9436f667dbe267c3bf8757cc8e947f1a
Parents: af3d977
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:13:35 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:13:35 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/8c0a9fda/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



logging-log4cxx git commit: Renamed release script files because snake case is used in the files itself and for some other names like "doap_log4cxx.rdf" as well.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/release_scripts 3a9fb005f -> af3d97752


Renamed release script files because snake case is used in the files itself and 
for some other names like "doap_log4cxx.rdf" as well.


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

Branch: refs/heads/release_scripts
Commit: af3d97752c5ddfbe55efcb18ceed7ab2fe1dc87f
Parents: 3a9fb00
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:09:12 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:09:12 2017 +0200

--
 releasePerform.sh  |  97 
 releasePrepare.sh  | 238 
 releasePurge.sh|  79 
 release_perform.sh |  97 
 release_prepare.sh | 238 
 release_purge.sh   |  79 
 6 files changed, 414 insertions(+), 414 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/af3d9775/releasePerform.sh
--
diff --git a/releasePerform.sh b/releasePerform.sh
deleted file mode 100755
index bbc37cb..000
--- a/releasePerform.sh
+++ /dev/null
@@ -1,97 +0,0 @@
-#! /bin/bash -e
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#  http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-##
-# Perform a release.
-#
-# Performing a release involves Maven currently to build and test things and 
we ran into problems
-# with the default dir structure maven assumes. This script works around those 
and we need to sign
-# the release archives anyway, which can be easily automated as well to not 
need to follow manual
-# instructions always.
-#
-# It's impoirtant to note that this script is expected to be executed in the 
branch "next_stable",
-# most likely prepared by the preparing counterpart.
-#
-
-function main
-{
-  # log4cxx is able to build using private copies of apr and apr-util, which 
are expected in some
-  # special relative dir structure. That doesn't work with the default working 
dir "perform" uses,
-  # which is "target/checkout". So we either need to make apr and apr-util 
available in "target" or
-  # change the working dir. Making available seems easy using symlinks, but 
"mvn clean" deletes the
-  # contents(!) of the linked dirs then. And always copying things around 
seems a bit unnecessary as
-  # well, so I'm using a relocation of the folder for now. The downside is 
that "mvn clean" ignores
-  # that dir by default...
-  WD_RELEASE="$( pwd)/../log4cxx-next_stable"
-  WD_DIST_DEV="$(pwd)/../log4cxx-dist-dev"
-
-  perform_release
-  prepare_dist_dev
-  sign_and_copy
-  publish_for_vote
-}
-
-function perform_release
-{
-  rm -rf "${WD_RELEASE}"
-  mvn release:perform "-DworkingDirectory=${WD_RELEASE}"
-}
-
-# Prepare dist/dev to get the release candidate published for a vote.
-function prepare_dist_dev
-{
-  mkdir -p "${WD_DIST_DEV}"
-  pushd"${WD_DIST_DEV}" > /dev/null
-  if [ ! -d ".svn" ]
-  then
-svn co "https://dist.apache.org/repos/dist/dev/logging/log4cxx"; .
-  fi
-  svn up
-}
-
-function sign_and_copy
-{
-  # Might be a good idea to have another look at the GPG plugin for Maven in 
the future:
-  #
-  # http://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven/
-  # http://maven.apache.org/plugins/maven-gpg-plugin/
-  pushd "${WD_RELEASE}/target" > /dev/null
-  for file in *.tar.gz *.zip
-  do
-echo "Processing ${file}:"
-
-gpg -ab --yes "${file}" > "${file}.asc"
-md5sum"${file}" > "${file}.md5"
-sha512sum "${file}" > "${file}.sha"
-
-# No symlinks because those would be treated as is, no hardlinks because 
it should be safer for
-# commits.
-cp  --force   "${file}" "${WD_DIST_DEV}"
-cp  --force   "${file}.asc" "${WD_DIST_DEV}"
-cp  --force   "${file}.md5" "${WD_DIST_DEV}"
-cp  --force   "${fi

logging-log4cxx git commit: Wrong function definitions, even though it worked.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/release_scripts 45195494d -> 3a9fb005f


Wrong function definitions, even though it worked.


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

Branch: refs/heads/release_scripts
Commit: 3a9fb005f573487a15b082b7d12c460d6a6658eb
Parents: 4519549
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:03:23 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:03:23 2017 +0200

--
 releasePerform.sh | 12 ++--
 releasePrepare.sh | 28 ++--
 releasePurge.sh   | 16 
 3 files changed, 28 insertions(+), 28 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3a9fb005/releasePerform.sh
--
diff --git a/releasePerform.sh b/releasePerform.sh
index 635c605..bbc37cb 100755
--- a/releasePerform.sh
+++ b/releasePerform.sh
@@ -20,14 +20,14 @@
 #
 # Performing a release involves Maven currently to build and test things and 
we ran into problems
 # with the default dir structure maven assumes. This script works around those 
and we need to sign
-# the release archives anyway, which can be easily automated as well to not 
need to follow manual 
+# the release archives anyway, which can be easily automated as well to not 
need to follow manual
 # instructions always.
 #
 # It's impoirtant to note that this script is expected to be executed in the 
branch "next_stable",
 # most likely prepared by the preparing counterpart.
 #
 
-function main()
+function main
 {
   # log4cxx is able to build using private copies of apr and apr-util, which 
are expected in some
   # special relative dir structure. That doesn't work with the default working 
dir "perform" uses,
@@ -45,14 +45,14 @@ function main()
   publish_for_vote
 }
 
-function perform_release()
+function perform_release
 {
   rm -rf "${WD_RELEASE}"
   mvn release:perform "-DworkingDirectory=${WD_RELEASE}"
 }
 
 # Prepare dist/dev to get the release candidate published for a vote.
-function prepare_dist_dev()
+function prepare_dist_dev
 {
   mkdir -p "${WD_DIST_DEV}"
   pushd"${WD_DIST_DEV}" > /dev/null
@@ -63,7 +63,7 @@ function prepare_dist_dev()
   svn up
 }
 
-function sign_and_copy()
+function sign_and_copy
 {
   # Might be a good idea to have another look at the GPG plugin for Maven in 
the future:
   #
@@ -87,7 +87,7 @@ function sign_and_copy()
   done
 }
 
-function publish_for_vote()
+function publish_for_vote
 {
   pushd "${WD_DIST_DEV}" > /dev/null
   svn add --force *.*

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3a9fb005/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 0bbafe6..962fbec 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -18,7 +18,7 @@
 ##
 # Prepare a release.
 #
-# We need to update dates and version numbers at various places during 
releases and things can go 
+# We need to update dates and version numbers at various places during 
releases and things can go
 # wrong, so another RC might need to be released. Am not sure if/how those 
things are properly
 # handled using the Maven release plugin, because that moves versions of the 
current branch forward
 # and doesn't seem to provide a way to say that a new release is just another 
RC for some former
@@ -28,7 +28,7 @@
 # So the current approach of this script is to always create a new branch 
"next_stable" which acts
 # as the base for releases only. One needs to manually merge changes to the 
code into that branch
 # as needed for making a release work, but keep all other changes to "master" 
etc. outside. We try
-# to handle setting release dates, current number of release candidate etc. 
here automatically as 
+# to handle setting release dates, current number of release candidate etc. 
here automatically as
 # much as possible. Some of that info is even merged back into some source 
branch, e.g. "master",
 # because release dates in files like "src/changes/changes.xml" need to be 
updated with additional
 # candidates or later releases.
@@ -43,7 +43,7 @@
 # another release based on a former release, without merging things back to 
anywhere.
 #
 
-function main()
+function main
 {
   #exit_on_changes
 
@@ -61,7 +61,7 @@ function main()
   proc_new_release_cycle
 }
 
-function exit_on_changes()
+function exit_on_changes
 {
   if [[ -n $(git status --short) || -n $(git diff-index HEAD) ]]
   then
@@ -70,7 +70,7 @@ function exit_on_changes()
   fi
 }
 
-function co_next_stable()
+function co

[25/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 45195494d57b37b75e05c954fef7739e93f98723
Parents: 00e2da8
Author: Thorsten Schöning 
Authored: Thu Aug 17 18:00:46 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:00:46 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/45195494/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[15/25] logging-log4cxx git commit: Removed a mvn warning.

2017-08-17 Thread tschoening
Removed a mvn warning.


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

Branch: refs/heads/release_scripts
Commit: 6eb51c78f0836cc9cb74bfff6d23cf2b79e8b7f2
Parents: 0fea0dc
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:08:44 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:08:44 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/6eb51c78/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 388339b..9c844db 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -166,9 +166,9 @@ function get_mvn_prepare_args()
 {
   local new_dev_ver=$(get_mvn_prepare_new_dev_ver)
   local prepare_args="-Dresume=false"
-
+ 
   # Avoid a warning about not being able to parse an empty version:
-  if [ -n "${new_dev_ver}"]
+  if [ -n "${new_dev_ver}" ]
   then
 prepare_args="${prepare_args} -DdevelopmentVersion=${new_dev_ver}"
   fi
@@ -181,8 +181,6 @@ function exec_mvn()
   mvn clean   || exit 1
   mvn release:prepare $(get_mvn_prepare_args) || exit 1
   revert_mvn_prepare_new_dev_ver_if "${new_dev_ver}"
-
-  exit 1
 }
 
 function exit_on_started_with_ns()



[05/25] logging-log4cxx git commit: Avoid a warning about not being able to parse an empty revision by maven.

2017-08-17 Thread tschoening
Avoid a warning about not being able to parse an empty revision by 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/4c259f19
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/4c259f19
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/4c259f19

Branch: refs/heads/release_scripts
Commit: 4c259f192188393fecc89ac6a7f16980516479ce
Parents: 80154a0
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:58:29 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:58:29 2017 +0200

--
 releasePrepare.sh | 22 +-
 1 file changed, 17 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/4c259f19/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 0a06db3..8c96a49 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -134,7 +134,8 @@ function get_mvn_prepare_new_dev_ver()
 return 0
   fi
 
-  # Maven is able to calculate a useful new version itself:
+  # Maven is able to calculate a useful new version itself, even it warns 
about not being able to
+  # parse an empty version.
   echo ""
 }
 
@@ -161,13 +162,24 @@ function revert_mvn_prepare_new_dev_ver_if()
   sed -i -r "s/^(\t).+(<)/\1${new_dev_ver}\2/" "pom.xml"
 }
 
-function exec_maven()
+function get_mvn_prepare_args()
 {
   local new_dev_ver=$(get_mvn_prepare_new_dev_ver)
-  local prepare_args="-Dresume=false -DdevelopmentVersion=${new_dev_ver}"
+  local prepare_args="-Dresume=false"
 
-  mvn clean   || exit 1
-  mvn release:prepare ${prepare_args} || exit 1
+  # Avoid a warning about not being able to parse an empty version:
+  if [ -n "${new_dev_ver}"]
+  then
+prepare_args="${prepare_args} -DdevelopmentVersion=${new_dev_ver}"
+  fi
+
+  echo "${prepare_args}"
+}
+
+function exec_mvn()
+{
+  mvn clean   || exit 1
+  mvn release:prepare $(get_mvn_prepare_args) || exit 1
   revert_mvn_prepare_new_dev_ver_if "${new_dev_ver}"
 
   exit 1



[22/25] logging-log4cxx git commit: Wrong args to maven.

2017-08-17 Thread tschoening
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/release_scripts
Commit: 47edf4d784c9d25a07dbd0e85c301f5d1357502b
Parents: 2d191ce
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:54:00 2017 +0200
Committer: Thorsten Schöning 
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



[07/25] logging-log4cxx git commit: Wrong function name.

2017-08-17 Thread tschoening
Wrong function name.


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

Branch: refs/heads/release_scripts
Commit: 9e50ab995050913f256bf718b8e688aebacad93d
Parents: d3c8666
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:59:56 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:59:56 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/9e50ab99/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 8c96a49..388339b 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -54,7 +54,7 @@ function main()
   set_release_date_if
   update_scm_tag_name_format
 
-  exec_maven
+  exec_mvn
   exit_on_started_with_ns
 
   exit_on_no_new_release_cycle



[10/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 0e7ac78f2a6474701e79b1fd5ed24a177f20774b
Parents: 3cd0555
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:02:57 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:02:57 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/0e7ac78f/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[19/25] logging-log4cxx git commit: Reverting the maven version in next_stable didn't work.

2017-08-17 Thread tschoening
Reverting the maven version in next_stable didn't work.


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

Branch: refs/heads/release_scripts
Commit: bddb06abc5de6b8b6391d15663b8d16730af41e4
Parents: 9d8daef
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:52:45 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:52:45 2017 +0200

--
 releasePrepare.sh | 45 ++---
 1 file changed, 22 insertions(+), 23 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/bddb06ab/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 9c844db..3135fce 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -140,47 +140,46 @@ function get_mvn_prepare_new_dev_ver()
 }
 
 ##
-# Revert new version in pom.xml assigned bei Maven if needed.
+# Revert new version in "pom.xml" assigned by Maven.
 #
-# During release preparation Maven assigns some new development version to the 
pom.xml, which is
-# most likely correct in case of a new release cycle, but within the 
"next_stable" branch with
-# releases only we always want to keep the current version and only count RCs. 
In such a case the
-# new version to use by Maven is forced to be the current one, else Maven can 
decide on it's own.
-# So if a version is given, that's the forced one we write back into the 
pom.xml, else nothing is
-# done.
+# During release preparation Maven always assigns some new development version 
to the "pom.xml",
+# which is either a new calculated one or one we specified on our own already 
to be the same like
+# before. The first case is needed to get a new version into 
"release.properties", from where it
+# might be merged into a starting branch. In any case, within "next_stable" we 
want to keep the
+# one known version and therefore need to always revert any changes made by 
maven. So if a specific
+# new version is provided, always keep that, while without use the formerly 
available version of the
+# file. The caller most likely already has both values and additionally we are 
called AFTER Maven
+# already changed "pom.xml", so can't get the old value on our own easily 
anway.
 #
-# @param[in] Specific version to used by Maven.
+# @param[in] Original version from "pom.xml".
+# @param[in] Specific version to be used by Maven.
 #
-function revert_mvn_prepare_new_dev_ver_if()
+function revert_mvn_prepare_new_dev_ver()
 {
-  local new_dev_ver="${1}"
-  if [ -z "${new_dev_ver}" ]
-  then
-return 0
-  fi
+  local pom_orig_ver="${1}"
+  local new_dev_ver="${2}"
+  local pom_new_ver="${new_dev_ver:-${pom_orig_ver}}"
 
   sed -i -r "s/^(\t).+(<)/\1${new_dev_ver}\2/" "pom.xml"
 }
 
-function get_mvn_prepare_args()
+function exec_mvn()
 {
-  local new_dev_ver=$(get_mvn_prepare_new_dev_ver)
+  local pom_orig_ver="$(get_pom_curr_ver)"
+  local new_dev_ver="$( get_mvn_prepare_new_dev_ver)"
   local prepare_args="-Dresume=false"
- 
+
   # Avoid a warning about not being able to parse an empty version:
   if [ -n "${new_dev_ver}" ]
   then
 prepare_args="${prepare_args} -DdevelopmentVersion=${new_dev_ver}"
   fi
 
-  echo "${prepare_args}"
-}
-
-function exec_mvn()
-{
   mvn clean   || exit 1
   mvn release:prepare $(get_mvn_prepare_args) || exit 1
-  revert_mvn_prepare_new_dev_ver_if "${new_dev_ver}"
+  revert_mvn_prepare_new_dev_ver "${pom_orig_ver}" "${new_dev_ver}"
+
+  exit 1
 }
 
 function exit_on_started_with_ns()



[03/25] logging-log4cxx git commit: Revert "No 0.11.1 yet."

2017-08-17 Thread tschoening
Revert "No 0.11.1 yet."

This reverts commit 0c6a833234141892e6cdb9dbfd36fb325570a5f8.


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

Branch: refs/heads/release_scripts
Commit: cef8058dd81be050f664a3fe7248f1ba18b19438
Parents: 0c6a833
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:44:21 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:44:21 2017 +0200

--
 src/changes/changes.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/cef8058d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 934185f..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,9 +23,9 @@

 

-
-
-
+   
Space after log 
level hides messages
Spelling error 
s/excute/execute
Build failure 
with GCC-6
@@ -102,10 +102,10 @@
Behavior of 
StringHelper::startsWith and endsWith synced
Documented C (class) and M 
(method) log format keywords.
Locationinfo for Borland C++ Builder 
and successors improved
-
+   
 

Several appenders 
fail to compile in Visual Studio 2008
unable to build 
from make dist package due to missing doxygen file



[17/25] logging-log4cxx git commit: Prepare for next development iteration: 0.11.1

2017-08-17 Thread tschoening
Prepare for next development iteration: 0.11.1


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

Branch: refs/heads/release_scripts
Commit: c83c6e36271797984a2cd43954a69f2ffe111eab
Parents: a737f90
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:11:34 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:11:34 2017 +0200

--
 pom.xml | 2 +-
 src/changes/changes.xml | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/c83c6e36/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5697b54..504f151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.1-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/c83c6e36/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..c30826d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@

 

+   
+   
+




[01/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/release_scripts 41c0a994f -> 45195494d


Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: df6c22531b70a5b569bc05c86c440d60bbae67fb
Parents: 41c0a99
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:42:39 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:42:39 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/df6c2253/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[11/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: ac89048963206620d02a644d27f104f486285115
Parents: 0e7ac78
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:03:41 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:03:41 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ac890489/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[20/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: 833e82d55d6e9b9aa22acc4f999ec4b163c2b286
Parents: bddb06a
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:53:03 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:53:03 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/833e82d5/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[12/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: b942e86d4e582d567ca80d38d32795fe8a2381ed
Parents: ac89048
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:07:48 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:07:48 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/b942e86d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[06/25] logging-log4cxx git commit: Prepare for next development iteration: 0.11.1

2017-08-17 Thread tschoening
Prepare for next development iteration: 0.11.1


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

Branch: refs/heads/release_scripts
Commit: d3c86667852d0aabb5689daf47f5e4c41cd9f381
Parents: 4c259f1
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:58:54 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:58:54 2017 +0200

--
 pom.xml | 2 +-
 src/changes/changes.xml | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d3c86667/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5697b54..504f151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.1-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d3c86667/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..c30826d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,11 @@

 

+   
+   
+




[09/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: 3cd055527cd6a05c2188c9eb7d4fb8d5b4482764
Parents: e500c1e
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:00:56 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:00:56 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3cd05552/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[02/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 0c6a833234141892e6cdb9dbfd36fb325570a5f8
Parents: df6c225
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:43:34 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:43:34 2017 +0200

--
 src/changes/changes.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/0c6a8332/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..934185f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,9 +23,9 @@

 

-   
+
+
+
Space after log 
level hides messages
Spelling error 
s/excute/execute
Build failure 
with GCC-6
@@ -102,10 +102,10 @@
Behavior of 
StringHelper::startsWith and endsWith synced
Documented C (class) and M 
(method) log format keywords.
Locationinfo for Borland C++ Builder 
and successors improved
-   
+
 

Several appenders 
fail to compile in Visual Studio 2008
unable to build 
from make dist package due to missing doxygen file



[04/25] logging-log4cxx git commit: Only remove "release" node if somewhat necessary.

2017-08-17 Thread tschoening
Only remove "release" node if somewhat necessary.


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

Branch: refs/heads/release_scripts
Commit: 80154a0f5bdbd5993dc43fe1733ea36d915483a4
Parents: cef8058
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:51:39 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:51:39 2017 +0200

--
 releasePurge.sh | 32 ++--
 1 file changed, 22 insertions(+), 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/80154a0f/releasePurge.sh
--
diff --git a/releasePurge.sh b/releasePurge.sh
index 8f17bb7..b501451 100755
--- a/releasePurge.sh
+++ b/releasePurge.sh
@@ -25,7 +25,9 @@
 function main()
 {
   purge_branch_and_tag
-  revert_pom_and_changes
+  revert_pom
+  revert_changes
+  commit_reverts
 }
 
 function purge_branch_and_tag()
@@ -42,22 +44,32 @@ function purge_branch_and_tag()
   done
 }
 
-function revert_pom_and_changes()
+function revert_pom()
 {
-  # Remove not needed "release" node.
   sed -i -r "s/^(\t).+(<)/\10.11.0-SNAPSHOT\2/" "pom.xml"
-  sed -i -r "1,/.+ "src/changes/changes.xml"
+# Don't know how to remove the left newlines easier...
+local changes=$(cat "src/changes/changes.xml")
+echo "${changes/$'\n\n\n\n\n'/}" > "src/changes/changes.xml"
+  fi
 
   # Last release date needs to be "unknown":
   sed -i -r "1,/.+date=.+/ s/date=\".+\"/date=\"-XX-XX\"/" 
"src/changes/changes.xml"
+}
 
+function commit_reverts()
+{
   git add "pom.xml"
   git add "src/changes/changes.xml"
 



[13/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: 35d31e6d2b300bc0d30ef399f95f2862d56a6015
Parents: b942e86
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:07:50 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:07:50 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/35d31e6d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[18/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 9d8daef3fb6b8e494f9181a0c985872ca708037c
Parents: c83c6e3
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:52:33 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:52:33 2017 +0200

--
 pom.xml | 2 +-
 src/changes/changes.xml | 7 +--
 2 files changed, 2 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/9d8daef3/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 504f151..5697b54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.1-SNAPSHOT
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/9d8daef3/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c30826d..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,13 +23,8 @@

 

-   
-   
-

Space after log 
level hides messages
Spelling error 
s/excute/execute



[16/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: a737f90d87e47d3be5d530c54080e835b2d2e05d
Parents: 6eb51c7
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:08:56 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:08:56 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a737f90d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[08/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: e500c1ebaa8df5bb1fce10a630d1d80b21282125
Parents: 9e50ab9
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:00:33 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:00:33 2017 +0200

--
 pom.xml | 2 +-
 src/changes/changes.xml | 7 +--
 2 files changed, 2 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e500c1eb/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 504f151..5697b54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.1-SNAPSHOT
+   0.11.0-SNAPSHOT
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e500c1eb/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c30826d..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,13 +23,8 @@

 

-   
-   
-

Space after log 
level hides messages
Spelling error 
s/excute/execute



[24/25] logging-log4cxx git commit: Wrong variable...

2017-08-17 Thread tschoening
Wrong variable...


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

Branch: refs/heads/release_scripts
Commit: 00e2da8c03d3abf68358bea04bd932f04b1df295
Parents: cb1f408
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:58:47 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 18:00:37 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/00e2da8c/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 57625f6..0bbafe6 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -160,7 +160,7 @@ function revert_mvn_prepare_new_dev_ver()
   local new_dev_ver="${2}"
   local pom_new_ver="${new_dev_ver:-${pom_orig_ver}}"
 
-  sed -i -r "s/^(\t).+(<)/\1${new_dev_ver}\2/" "pom.xml"
+  sed -i -r "s/^(\t).+(<)/\1${pom_new_ver}\2/" "pom.xml"
 }
 
 function exec_mvn()



[14/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 0fea0dc284d023a23600c54b92a0a0df0a769570
Parents: 35d31e6
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:08:36 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:08:36 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/0fea0dc2/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[23/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/release_scripts
Commit: cb1f40824f3ac0bd9ccdb466b5211849c7e7701f
Parents: 47edf4d
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:54:13 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:54:13 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/cb1f4082/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[21/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/release_scripts
Commit: 2d191ceb5260762c6c78f7936d3434dd34bc8edc
Parents: 833e82d
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:53:53 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:53:53 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/2d191ceb/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable [deleted] 89897d7a7


[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [deleted] c8d738c1d


[12/25] logging-log4cxx git commit: No 0.11.1 yet.

2017-08-17 Thread tschoening
No 0.11.1 yet.


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

Branch: refs/heads/next_stable
Commit: b942e86d4e582d567ca80d38d32795fe8a2381ed
Parents: ac89048
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:07:48 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:07:48 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/b942e86d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[16/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/next_stable
Commit: a737f90d87e47d3be5d530c54080e835b2d2e05d
Parents: 6eb51c7
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:08:56 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:08:56 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a737f90d/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



[05/25] logging-log4cxx git commit: Avoid a warning about not being able to parse an empty revision by maven.

2017-08-17 Thread tschoening
Avoid a warning about not being able to parse an empty revision by 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/4c259f19
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/4c259f19
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/4c259f19

Branch: refs/heads/next_stable
Commit: 4c259f192188393fecc89ac6a7f16980516479ce
Parents: 80154a0
Author: Thorsten Schöning 
Authored: Thu Aug 17 16:58:29 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 16:58:29 2017 +0200

--
 releasePrepare.sh | 22 +-
 1 file changed, 17 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/4c259f19/releasePrepare.sh
--
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 0a06db3..8c96a49 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -134,7 +134,8 @@ function get_mvn_prepare_new_dev_ver()
 return 0
   fi
 
-  # Maven is able to calculate a useful new version itself:
+  # Maven is able to calculate a useful new version itself, even it warns 
about not being able to
+  # parse an empty version.
   echo ""
 }
 
@@ -161,13 +162,24 @@ function revert_mvn_prepare_new_dev_ver_if()
   sed -i -r "s/^(\t).+(<)/\1${new_dev_ver}\2/" "pom.xml"
 }
 
-function exec_maven()
+function get_mvn_prepare_args()
 {
   local new_dev_ver=$(get_mvn_prepare_new_dev_ver)
-  local prepare_args="-Dresume=false -DdevelopmentVersion=${new_dev_ver}"
+  local prepare_args="-Dresume=false"
 
-  mvn clean   || exit 1
-  mvn release:prepare ${prepare_args} || exit 1
+  # Avoid a warning about not being able to parse an empty version:
+  if [ -n "${new_dev_ver}"]
+  then
+prepare_args="${prepare_args} -DdevelopmentVersion=${new_dev_ver}"
+  fi
+
+  echo "${prepare_args}"
+}
+
+function exec_mvn()
+{
+  mvn clean   || exit 1
+  mvn release:prepare $(get_mvn_prepare_args) || exit 1
   revert_mvn_prepare_new_dev_ver_if "${new_dev_ver}"
 
   exit 1



[logging-log4cxx] Git Push Summary

2017-08-17 Thread tschoening
Repository: logging-log4cxx
Updated Tags:  refs/tags/v0.11.0-RC1 [created] c8d738c1d


[25/25] logging-log4cxx git commit: [maven-release-plugin] prepare release v0.11.0-RC1

2017-08-17 Thread tschoening
[maven-release-plugin] prepare release v0.11.0-RC1


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

Branch: refs/heads/next_stable
Commit: 1cff72c2f65a6ce5c2d57f05f325862b634651bd
Parents: de165d2
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:56:30 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:56:30 2017 +0200

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/1cff72c2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0bd7a2c..7acf83f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
log4cxx
apache-log4cxx
pom
-   0.11.0-SNAPSHOT
+   0.11.0
Apache log4cxx
Logging framework for C++.
http://logging.apache.org/log4cxx



[20/25] logging-log4cxx git commit: Set release date to today.

2017-08-17 Thread tschoening
Set release date to today.


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

Branch: refs/heads/next_stable
Commit: 833e82d55d6e9b9aa22acc4f999ec4b163c2b286
Parents: bddb06a
Author: Thorsten Schöning 
Authored: Thu Aug 17 17:53:03 2017 +0200
Committer: Thorsten Schöning 
Committed: Thu Aug 17 17:53:03 2017 +0200

--
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/833e82d5/src/changes/changes.xml
--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2be88c0..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 


Space after log 
level hides messages
Spelling error 
s/excute/execute



  1   2   3   >