This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new ab90369226 [maven-release-plugin] prepare for next development
iteration
ab90369226 is described below
commit ab90369226eddee2740caf51fb4f14082e88397d
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Sep 13 10:15:54 2022 -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 | 6 +-----
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-jakarta-smtp/pom.xml | 2 +-
log4j-jakarta-web/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-jpl/pom.xml | 2 +-
log4j-jul/pom.xml | 2 +-
log4j-kubernetes/pom.xml | 2 +-
log4j-layout-template-json/pom.xml | 2 +-
log4j-liquibase/pom.xml | 2 +-
log4j-mongodb3/pom.xml | 2 +-
log4j-mongodb4/pom.xml | 2 +-
log4j-osgi/pom.xml | 2 +-
log4j-perf/pom.xml | 2 +-
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-slf4j2-impl/pom.xml | 2 +-
log4j-spring-boot/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 | 6 +-----
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-jul/pom.xml | 2 +-
log4j-to-slf4j/pom.xml | 2 +-
log4j-web/pom.xml | 2 +-
pom.xml | 4 ++--
48 files changed, 49 insertions(+), 57 deletions(-)
diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index ae17b9c271..977b8337d7 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-1.2-api</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-api-java9/pom.xml b/log4j-api-java9/pom.xml
index aedbda2d01..4051cc43d9 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-api-java9</artifactId>
<packaging>pom</packaging>
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index 255d3ea8e2..4916330059 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-api</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-appserver/pom.xml b/log4j-appserver/pom.xml
index c350ccae49..447fa153df 100644
--- a/log4j-appserver/pom.xml
+++ b/log4j-appserver/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>log4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-appserver</artifactId>
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index 07f2650b3d..eb43267b0c 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- `log4j-bom` doesn't inherit from the room POM, but
`org.apache.logging:logging-parent`.
@@ -243,8 +243,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>log4j-2.19.0-rc2</tag>
- </scm>
</project>
diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml
index 353dd32deb..6aa5d47364 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml
index ee58d60553..c205f294ab 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-core-its</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index 5fc9bd59a6..d05e4017bf 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-core-java9</artifactId>
<packaging>pom</packaging>
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index b8e46f6d22..58eee66850 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-core</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-couchdb/pom.xml b/log4j-couchdb/pom.xml
index fb2292b592..ea6a45aed4 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index 8b81346c6f..00c78dea92 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml
index 4c0fbf6574..32d631e22c 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-docker</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index bea5227953..9f068fc927 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-flume-ng</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index ff95885add..a6861d57ae 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-iostreams</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-jakarta-smtp/pom.xml b/log4j-jakarta-smtp/pom.xml
index 535503f5f9..04fca766cd 100644
--- a/log4j-jakarta-smtp/pom.xml
+++ b/log4j-jakarta-smtp/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-jakarta-smtp</artifactId>
diff --git a/log4j-jakarta-web/pom.xml b/log4j-jakarta-web/pom.xml
index b01df14f9f..6ce56e1ed5 100644
--- a/log4j-jakarta-web/pom.xml
+++ b/log4j-jakarta-web/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>log4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml
index 3af18af3ac..cbea1765b3 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-jcl</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index f4e1c37b67..b14f61cbf3 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml
index a852df196c..a5f7828c57 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-jmx-gui</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml
index 5236b83a09..9895bc0f69 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml
index afb6ec5e86..295cb30a84 100644
--- a/log4j-jpl/pom.xml
+++ b/log4j-jpl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>log4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index 28174afde7..99fb6a5d91 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml
index 1d1eece805..a696937c33 100644
--- a/log4j-kubernetes/pom.xml
+++ b/log4j-kubernetes/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-kubernetes</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-layout-template-json/pom.xml
b/log4j-layout-template-json/pom.xml
index c36c29cb00..1a940258ca 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-layout-template-json</artifactId>
diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml
index f6f26eb36f..2a05150bc0 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-liquibase</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml
index 94668ad1b4..6c01b745d0 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-mongodb4/pom.xml b/log4j-mongodb4/pom.xml
index 251135fd0e..e33c749402 100644
--- a/log4j-mongodb4/pom.xml
+++ b/log4j-mongodb4/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml
index dc35ae67e6..a809af9f3a 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-osgi</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 38fcfea664..5658562e6e 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-perf</artifactId>
diff --git a/log4j-samples/log4j-samples-configuration/pom.xml
b/log4j-samples/log4j-samples-configuration/pom.xml
index 7bc33cef78..f831fef1fb 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.19.0</version>
+ <version>2.29.1-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 7e858ccc69..13e37b565c 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.19.0</version>
+ <version>2.29.1-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 af3ad5a8ea..e543aacd5b 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.19.0</version>
+ <version>2.29.1-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 56a8a6f59f..79c5c68d18 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.19.0</version>
+ <version>2.29.1-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 2b3b62a4c6..e6ed3f66ea 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-samples-loggerProperties</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index 416135a477..68e9726f49 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.logging.log4j.samples</groupId>
<artifactId>log4j-samples</artifactId>
diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml
index fbdb70540e..4d4074d221 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-slf4j-impl</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-slf4j2-impl/pom.xml b/log4j-slf4j2-impl/pom.xml
index de6ce523fb..0140989984 100644
--- a/log4j-slf4j2-impl/pom.xml
+++ b/log4j-slf4j2-impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-slf4j2-impl</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index 7083cdebc3..f00128d8da 100644
--- a/log4j-spring-boot/pom.xml
+++ b/log4j-spring-boot/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-spring-boot</artifactId>
<packaging>jar</packaging>
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 64d128f36d..e38736e213 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-spring-cloud-config-client</artifactId>
<packaging>jar</packaging>
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 169d7b691e..b538dc4a24 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>sample-app</artifactId>
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 f259c1fd25..dcf6321c45 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
<name>Apache Log4j Sample Configuration Service</name>
<description>Sample Cloud Config Server</description>
@@ -303,8 +303,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>log4j-2.19.0-rc2</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 0d99f0c02e..b6798c8b06 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.logging.log4j.samples</groupId>
<artifactId>log4j-spring-cloud-config-samples</artifactId>
diff --git a/log4j-spring-cloud-config/pom.xml
b/log4j-spring-cloud-config/pom.xml
index ed431a55c4..7f5dfea05e 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-spring-cloud-config</artifactId>
<packaging>pom</packaging>
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index c0f9b0e18a..6c34ee4d0b 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-taglib</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-to-jul/pom.xml b/log4j-to-jul/pom.xml
index 0cf1ba7d77..28c0ec2f4e 100644
--- a/log4j-to-jul/pom.xml
+++ b/log4j-to-jul/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-to-jul</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml
index c376e1aa0a..42a645b961 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-to-slf4j</artifactId>
<packaging>jar</packaging>
diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml
index 5ac776af54..fb46b39d2a 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.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 95437880ae..1f62f31281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<artifactId>log4j</artifactId>
<packaging>pom</packaging>
<name>Apache Log4j 2</name>
- <version>2.19.0</version>
+ <version>2.29.1-SNAPSHOT</version>
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
@@ -224,7 +224,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j2.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j2.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=logging-log4j2.git</url>
- <tag>log4j-2.19.0-rc2</tag>
+ <tag>log4j-${Log4jReleaseVersion}</tag>
</scm>
<properties>
<!-- make sure to update these for each release! -->