Repository: logging-log4j2 Updated Branches: refs/heads/master ece34c134 -> 39a4296eb
Marking next version as 2.2 due to new features: connect timeouts on socket and syslog appenders and likely more to come. Previously, we only had bug fixes and updates. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cd7616b1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/cd7616b1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/cd7616b1 Branch: refs/heads/master Commit: cd7616b1dea0de7342a65a4e3fa9fe7e9bdc51b3 Parents: ece34c1 Author: Gary Gregory <[email protected]> Authored: Tue Nov 18 01:03:06 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Tue Nov 18 01:03:06 2014 -0500 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd7616b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 504b1d3..6ba2a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <artifactId>log4j</artifactId> <packaging>pom</packaging> <name>Apache Log4j 2</name> - <version>2.1.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -145,7 +145,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</url> - <tag>log4j-2.1</tag> + <tag>log4j-2.2</tag> </scm> <organization> <name>Apache Software Foundation</name> @@ -154,8 +154,8 @@ <properties> <!-- make sure to update these for each release! --> <log4jParentDir>${basedir}</log4jParentDir> - <Log4jReleaseVersion>2.1</Log4jReleaseVersion> - <Log4jReleaseCount>seventeenth</Log4jReleaseCount> + <Log4jReleaseVersion>2.2</Log4jReleaseVersion> + <Log4jReleaseCount>eighteenth</Log4jReleaseCount> <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager> <Log4jReleaseKey>83D8E1BA</Log4jReleaseKey> <!-- <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
