Repository: logging-log4j2 Updated Branches: refs/heads/master 7a3f8698c -> a493c04c0
[maven-release-plugin] prepare release log4j-2.6.2-rc1 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a493c04c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a493c04c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a493c04c Branch: refs/heads/master Commit: a493c04c046763140612307400f9189d8f0acd28 Parents: 7a3f869 Author: rgoers <[email protected]> Authored: Tue Jul 5 19:35:19 2016 -0700 Committer: rgoers <[email protected]> Committed: Tue Jul 5 19:35:19 2016 -0700 ---------------------------------------------------------------------- log4j-1.2-api/pom.xml | 2 +- log4j-api/pom.xml | 2 +- log4j-bom/pom.xml | 4 ++-- log4j-core/pom.xml | 2 +- log4j-distribution/pom.xml | 2 +- log4j-flume-ng/pom.xml | 2 +- log4j-iostreams/pom.xml | 2 +- log4j-jcl/pom.xml | 2 +- log4j-jmx-gui/pom.xml | 2 +- log4j-jul/pom.xml | 2 +- log4j-liquibase/pom.xml | 2 +- log4j-nosql/pom.xml | 2 +- log4j-perf/pom.xml | 2 +- log4j-samples/configuration/pom.xml | 2 +- log4j-samples/flume-common/pom.xml | 2 +- log4j-samples/flume-embedded/pom.xml | 2 +- log4j-samples/flume-remote/pom.xml | 2 +- log4j-samples/loggerProperties/pom.xml | 2 +- log4j-samples/pom.xml | 2 +- log4j-slf4j-impl/pom.xml | 2 +- log4j-taglib/pom.xml | 2 +- log4j-to-slf4j/pom.xml | 2 +- log4j-web/pom.xml | 2 +- pom.xml | 4 ++-- 24 files changed, 26 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-1.2-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index f2fb132..99abff8 100644 --- a/log4j-1.2-api/pom.xml +++ b/log4j-1.2-api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-1.2-api</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index fbdb0b3..0de3d40 100644 --- a/log4j-api/pom.xml +++ b/log4j-api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-bom/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml index 4c40b90..4b3342b 100644 --- a/log4j-bom/pom.xml +++ b/log4j-bom/pom.xml @@ -26,7 +26,7 @@ <description>Apache Log4j Bill of Materials</description> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-bom</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> @@ -131,6 +131,6 @@ </build> <scm> - <tag>log4j-2.6.1</tag> + <tag>log4j-2.6.2-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 7ad300d..115b475 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index f75be63..22efa30 100644 --- a/log4j-distribution/pom.xml +++ b/log4j-distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-flume-ng/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index f95dc98..98ff08b 100644 --- a/log4j-flume-ng/pom.xml +++ b/log4j-flume-ng/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-flume-ng</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-iostreams/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index 1a7c717..ba6e5b7 100644 --- a/log4j-iostreams/pom.xml +++ b/log4j-iostreams/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-iostreams</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-jcl/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index d776df6..8dc82ac 100644 --- a/log4j-jcl/pom.xml +++ b/log4j-jcl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jcl</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-jmx-gui/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index e44ac81..d5e290a 100644 --- a/log4j-jmx-gui/pom.xml +++ b/log4j-jmx-gui/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jmx-gui</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-jul/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index ef1bd28..3265435 100644 --- a/log4j-jul/pom.xml +++ b/log4j-jul/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j</artifactId> <groupId>org.apache.logging.log4j</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-liquibase/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml index 0ec408b..4a8cb36 100644 --- a/log4j-liquibase/pom.xml +++ b/log4j-liquibase/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-liquibase</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-nosql/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml index 872020c..5e4a2e0 100644 --- a/log4j-nosql/pom.xml +++ b/log4j-nosql/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j</artifactId> <groupId>org.apache.logging.log4j</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-perf/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index 41fc58b..98d3a16 100644 --- a/log4j-perf/pom.xml +++ b/log4j-perf/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j</artifactId> <groupId>org.apache.logging.log4j</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-samples/configuration/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/configuration/pom.xml b/log4j-samples/configuration/pom.xml index 6fea285..e0ac08a 100644 --- a/log4j-samples/configuration/pom.xml +++ b/log4j-samples/configuration/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>log4j-samples-configuration</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-samples/flume-common/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/flume-common/pom.xml b/log4j-samples/flume-common/pom.xml index f78de60..43f1738 100644 --- a/log4j-samples/flume-common/pom.xml +++ b/log4j-samples/flume-common/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>log4j-samples-flume-common</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-samples/flume-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/flume-embedded/pom.xml b/log4j-samples/flume-embedded/pom.xml index e60959c..50381d8 100644 --- a/log4j-samples/flume-embedded/pom.xml +++ b/log4j-samples/flume-embedded/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>log4j-samples-flume-embedded</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-samples/flume-remote/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/flume-remote/pom.xml b/log4j-samples/flume-remote/pom.xml index 8335015..0d8f60d 100644 --- a/log4j-samples/flume-remote/pom.xml +++ b/log4j-samples/flume-remote/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>log4j-samples-flume-remote</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-samples/loggerProperties/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/loggerProperties/pom.xml b/log4j-samples/loggerProperties/pom.xml index 4815ec0..b69f2f4 100644 --- a/log4j-samples/loggerProperties/pom.xml +++ b/log4j-samples/loggerProperties/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <artifactId>log4j-samples-loggerProperties</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-samples/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml index 0da9a2b..a16ae5d 100644 --- a/log4j-samples/pom.xml +++ b/log4j-samples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <groupId>org.apache.logging.log4j.samples</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-slf4j-impl/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index 47bf506..0aff38a 100644 --- a/log4j-slf4j-impl/pom.xml +++ b/log4j-slf4j-impl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-slf4j-impl</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-taglib/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index faeada1..2beb747 100644 --- a/log4j-taglib/pom.xml +++ b/log4j-taglib/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-taglib</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-to-slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index 7c13741..bb6f404 100644 --- a/log4j-to-slf4j/pom.xml +++ b/log4j-to-slf4j/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-to-slf4j</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/log4j-web/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml index 39a1f24..34ddcd9 100644 --- a/log4j-web/pom.xml +++ b/log4j-web/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j</artifactId> <groupId>org.apache.logging.log4j</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a493c04c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cfb5161..763a749 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <artifactId>log4j</artifactId> <packaging>pom</packaging> <name>Apache Log4j 2</name> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.2</version> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -173,7 +173,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-${Log4jReleaseVersion}</tag> + <tag>log4j-2.6.2-rc1</tag> </scm> <organization> <name>Apache Software Foundation</name>
