You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/17 13:45:49 UTC

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

Repository: logging-log4cxx
Updated Branches:
  refs/heads/next_stable 138d0050d -> ebda092a6


[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/0f8ce32c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/0f8ce32c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/0f8ce32c

Branch: refs/heads/next_stable
Commit: 0f8ce32ca10b5ebc35f5a73b794fb20c2647fe89
Parents: 138d005
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 15:43:11 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 15:43:11 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/0f8ce32c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a43b5c3..e75670a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<groupId>log4cxx</groupId>
 	<artifactId>apache-log4cxx</artifactId>
 	<packaging>pom</packaging>
-	<version>0.11.0</version>
+	<version>0.11.0-SNAPSHOT</version>
 	<name>Apache log4cxx</name>
 	<description>Logging framework for C++.</description>
 	<url>http://logging.apache.org/log4cxx</url>
@@ -65,7 +65,7 @@
 		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</developerConnection>
 		<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git</url>
-		<tag>v0.11.0-RC6</tag>
+		<tag>v0.11.0-RC1</tag>
 	</scm>
 
 	<properties>


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

Posted by ts...@apache.org.
[maven-release-plugin] prepare release v0.11.0-RC7


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

Branch: refs/heads/next_stable
Commit: ebda092a6ed1573e4847c34b230869dd12d48b25
Parents: c1fda73
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 15:45:44 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 15:45:44 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ebda092a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eeae804..7d71e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<groupId>log4cxx</groupId>
 	<artifactId>apache-log4cxx</artifactId>
 	<packaging>pom</packaging>
-	<version>0.11.0-SNAPSHOT</version>
+	<version>0.11.0</version>
 	<name>Apache log4cxx</name>
 	<description>Logging framework for C++.</description>
 	<url>http://logging.apache.org/log4cxx</url>
@@ -65,7 +65,7 @@
 		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</developerConnection>
 		<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git</url>
-		<tag>v0.11.0-RC1</tag>
+		<tag>v0.11.0-RC7</tag>
 	</scm>
 
 	<properties>


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

Posted by ts...@apache.org.
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/c1fda73c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/c1fda73c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/c1fda73c

Branch: refs/heads/next_stable
Commit: c1fda73c9a5d35508e97170dfff369e914ef1380
Parents: 0f8ce32
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 15:43:29 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 15:43:29 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/c1fda73c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e75670a..eeae804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
 				<artifactId>maven-release-plugin</artifactId>
 				<version>2.3</version>
 				<configuration>
-					<tagNameFormat>v@{project.version}-RC6</tagNameFormat>
+					<tagNameFormat>v@{project.version}-RC7</tagNameFormat>
 					<goals>site-deploy assembly:assembly</goals>
 				</configuration>
 			</plugin>