This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.12.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 798ebdd2ece68f00a7e4f0b48a422531f8cb2ddd Author: Ralph Goers <[email protected]> AuthorDate: Tue Dec 28 14:16:40 2021 -0700 [maven-release-plugin] prepare for next development iteration --- log4j-1.2-api/pom.xml | 2 +- log4j-api-java9/pom.xml | 2 +- log4j-api/pom.xml | 2 +- log4j-appserver/pom.xml | 2 +- log4j-bom/pom.xml | 4 ++-- log4j-cassandra/pom.xml | 2 +- log4j-core-its/pom.xml | 2 +- log4j-core-java9/pom.xml | 2 +- log4j-core/pom.xml | 2 +- log4j-couchdb/pom.xml | 2 +- log4j-distribution/pom.xml | 2 +- log4j-docker/pom.xml | 2 +- log4j-flume-ng/pom.xml | 2 +- log4j-iostreams/pom.xml | 2 +- log4j-jcl/pom.xml | 2 +- log4j-jdbc-dbcp2/pom.xml | 2 +- log4j-jmx-gui/pom.xml | 2 +- log4j-jpa/pom.xml | 2 +- log4j-jul/pom.xml | 2 +- log4j-liquibase/pom.xml | 2 +- log4j-mongodb2/pom.xml | 2 +- log4j-mongodb3/pom.xml | 2 +- log4j-osgi/pom.xml | 2 +- log4j-perf/pom.xml | 4 ++-- log4j-samples/log4j-samples-configuration/pom.xml | 2 +- log4j-samples/log4j-samples-flume-common/pom.xml | 2 +- log4j-samples/log4j-samples-flume-embedded/pom.xml | 2 +- log4j-samples/log4j-samples-flume-remote/pom.xml | 2 +- log4j-samples/log4j-samples-loggerProperties/pom.xml | 2 +- log4j-samples/pom.xml | 2 +- log4j-slf4j-impl/pom.xml | 2 +- log4j-slf4j18-impl/pom.xml | 2 +- log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml | 2 +- .../log4j-spring-cloud-config-sample-application/pom.xml | 2 +- .../log4j-spring-cloud-config-sample-server/pom.xml | 4 ++-- log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml | 2 +- log4j-spring-cloud-config/pom.xml | 2 +- log4j-taglib/pom.xml | 2 +- log4j-to-slf4j/pom.xml | 2 +- log4j-web/pom.xml | 2 +- pom.xml | 4 ++-- 41 files changed, 45 insertions(+), 45 deletions(-) diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index 24a9d1ee69..f041720cc3 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-1.2-api</artifactId> diff --git a/log4j-api-java9/pom.xml b/log4j-api-java9/pom.xml index f8e594d727..492cd9dddb 100644 --- a/log4j-api-java9/pom.xml +++ b/log4j-api-java9/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api-java9</artifactId> diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 348c58eaab..844ec8b22a 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api</artifactId> diff --git a/log4j-appserver/pom.xml b/log4j-appserver/pom.xml index 9845f4f1b6..89cc3acadf 100644 --- a/log4j-appserver/pom.xml +++ b/log4j-appserver/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j</artifactId> <groupId>org.apache.logging.log4j</groupId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml index aa02eb168c..1c36ad8da9 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> @@ -193,6 +193,6 @@ </build> <scm> - <tag>log4j-2.12.4-rc1</tag> + <tag>log4j-2.12.1-rc1</tag> </scm> </project> diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml index 6fb193e690..5472139558 100644 --- a/log4j-cassandra/pom.xml +++ b/log4j-cassandra/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml index 50e6665983..f3b06ed0bf 100644 --- a/log4j-core-its/pom.xml +++ b/log4j-core-its/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core-its</artifactId> diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml index 93d1b9e8ec..8570e1a5f5 100644 --- a/log4j-core-java9/pom.xml +++ b/log4j-core-java9/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core-java9</artifactId> diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 952eacdd52..927c7751c9 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core</artifactId> diff --git a/log4j-couchdb/pom.xml b/log4j-couchdb/pom.xml index bc9f514ce7..5d6f2a61c7 100644 --- a/log4j-couchdb/pom.xml +++ b/log4j-couchdb/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index b99a105a77..11abf5420e 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-distribution</artifactId> diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml index 555243fce3..650f37c805 100644 --- a/log4j-docker/pom.xml +++ b/log4j-docker/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-docker</artifactId> diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index 4fde1f7103..9975855479 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-flume-ng</artifactId> diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index dc93789a9c..a2d7baafbd 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-iostreams</artifactId> diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index 60a6bde896..3d940f3c5a 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jcl</artifactId> diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml index b4b422a4ef..3d9121e811 100644 --- a/log4j-jdbc-dbcp2/pom.xml +++ b/log4j-jdbc-dbcp2/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index 8ddb8f4201..7cff64f2a6 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jmx-gui</artifactId> diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml index 93c03b083c..f6ea9dedeb 100644 --- a/log4j-jpa/pom.xml +++ b/log4j-jpa/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index 1f707ae89b..9e9e06921b 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml index 244dce0b31..c02054d236 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-liquibase</artifactId> diff --git a/log4j-mongodb2/pom.xml b/log4j-mongodb2/pom.xml index ad8278e62a..b607e38d3b 100644 --- a/log4j-mongodb2/pom.xml +++ b/log4j-mongodb2/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml index e146af6613..d0617d678e 100644 --- a/log4j-mongodb3/pom.xml +++ b/log4j-mongodb3/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml index 371161448e..5d90270dc3 100644 --- a/log4j-osgi/pom.xml +++ b/log4j-osgi/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-osgi</artifactId> diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index c8b594b954..b2161ff45a 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jpa</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/log4j-samples/log4j-samples-configuration/pom.xml b/log4j-samples/log4j-samples-configuration/pom.xml index 2a1303afe7..10b0d9d78c 100644 --- a/log4j-samples/log4j-samples-configuration/pom.xml +++ b/log4j-samples/log4j-samples-configuration/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <artifactId>log4j-samples-configuration</artifactId> <packaging>jar</packaging> diff --git a/log4j-samples/log4j-samples-flume-common/pom.xml b/log4j-samples/log4j-samples-flume-common/pom.xml index 91acb55a89..909d6437df 100644 --- a/log4j-samples/log4j-samples-flume-common/pom.xml +++ b/log4j-samples/log4j-samples-flume-common/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <artifactId>log4j-samples-flume-common</artifactId> <packaging>jar</packaging> diff --git a/log4j-samples/log4j-samples-flume-embedded/pom.xml b/log4j-samples/log4j-samples-flume-embedded/pom.xml index 4a45724f22..cbad27ae4f 100644 --- a/log4j-samples/log4j-samples-flume-embedded/pom.xml +++ b/log4j-samples/log4j-samples-flume-embedded/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <artifactId>log4j-samples-flume-embedded</artifactId> <packaging>war</packaging> diff --git a/log4j-samples/log4j-samples-flume-remote/pom.xml b/log4j-samples/log4j-samples-flume-remote/pom.xml index 0fb26fa971..73cefd4e64 100644 --- a/log4j-samples/log4j-samples-flume-remote/pom.xml +++ b/log4j-samples/log4j-samples-flume-remote/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <artifactId>log4j-samples-flume-remote</artifactId> <packaging>war</packaging> diff --git a/log4j-samples/log4j-samples-loggerProperties/pom.xml b/log4j-samples/log4j-samples-loggerProperties/pom.xml index 3651199492..7430f1f1ea 100644 --- a/log4j-samples/log4j-samples-loggerProperties/pom.xml +++ b/log4j-samples/log4j-samples-loggerProperties/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <artifactId>log4j-samples-loggerProperties</artifactId> <packaging>jar</packaging> diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml index b222e5a775..971b6519e2 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <groupId>org.apache.logging.log4j.samples</groupId> diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index 534821667f..0f33b8f2ee 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-slf4j-impl</artifactId> diff --git a/log4j-slf4j18-impl/pom.xml b/log4j-slf4j18-impl/pom.xml index 2a5f9fda56..89ef4fb611 100644 --- a/log4j-slf4j18-impl/pom.xml +++ b/log4j-slf4j18-impl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-slf4j18-impl</artifactId> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml index ef5ba797c9..216cfa4235 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-spring-cloud-config</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-spring-cloud-config-client</artifactId> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml index 13f8b8aec6..758c2f26fd 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.logging.log4j.samples</groupId> <artifactId>log4j-spring-cloud-config-samples</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml index 9c6e29daa1..06cbfe8d24 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml @@ -21,7 +21,7 @@ <groupId>org.apache.logging.log4j.samples</groupId> <artifactId>log4j-spring-cloud-config-sample-server</artifactId> <packaging>jar</packaging> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <name>Log4j Sample Configuration Service</name> <description>Sample Cloud Config Server</description> @@ -317,6 +317,6 @@ <scm> - <tag>log4j-2.12.4-rc1</tag> + <tag>log4j-2.12.1-rc1</tag> </scm> </project> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml index 44443643d4..c86b27e628 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-spring-cloud-config</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <groupId>org.apache.logging.log4j.samples</groupId> diff --git a/log4j-spring-cloud-config/pom.xml b/log4j-spring-cloud-config/pom.xml index 574786a748..0ca89e5b18 100644 --- a/log4j-spring-cloud-config/pom.xml +++ b/log4j-spring-cloud-config/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <groupId>org.apache.logging.log4j</groupId> diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index 2e5c5c2a6e..0a19d5f641 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-taglib</artifactId> diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index 2b5d36c529..3fe2bce931 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-to-slf4j</artifactId> diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml index 47904ccbd3..dfe7ef7b57 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.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index c57ef4428a..af03f1a6c5 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <artifactId>log4j</artifactId> <packaging>pom</packaging> <name>Apache Log4j 2</name> - <version>2.12.4</version> + <version>n.2.12.5-SNAPSHOT</version> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -176,7 +176,7 @@ <connection>scm:git:https://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.12.4-rc1</tag> + <tag>log4j-2.12.1-rc1</tag> </scm> <properties> <!-- make sure to update these for each release! -->
