You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/12/12 02:57:16 UTC

[logging-log4j2] branch release-2.x updated (40af3eb -> cd714e8)

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 40af3eb  Update release announcement
     new 54e00d2  Update maven-toolchains-plugin to 3.0.0
     new cd714e8  [maven-release-plugin] prepare release log4j-2.15.1-rc1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 log4j-1.2-api/pom.xml                                               | 2 +-
 log4j-api-java9/pom.xml                                             | 4 ++--
 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                                            | 4 ++--
 log4j-core/pom.xml                                                  | 2 +-
 log4j-couchdb/pom.xml                                               | 2 +-
 log4j-distribution/pom.xml                                          | 2 +-
 log4j-docker/pom.xml                                                | 4 ++--
 log4j-flume-ng/pom.xml                                              | 2 +-
 log4j-iostreams/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                                                   | 4 ++--
 log4j-jul/pom.xml                                                   | 2 +-
 log4j-kubernetes/pom.xml                                            | 4 ++--
 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                                                  | 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-boot/pom.xml                                           | 4 ++--
 log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml  | 4 ++--
 .../log4j-spring-cloud-config-sample-application/pom.xml            | 6 +++---
 .../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-slf4j/pom.xml                                              | 2 +-
 log4j-web/pom.xml                                                   | 2 +-
 pom.xml                                                             | 4 ++--
 46 files changed, 65 insertions(+), 57 deletions(-)

[logging-log4j2] 01/02: Update maven-toolchains-plugin to 3.0.0

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 54e00d2894e0b694f4ed2996d6176092f1a602dc
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Dec 11 20:41:38 2021 -0600

    Update maven-toolchains-plugin to 3.0.0
---
 log4j-api-java9/pom.xml                                               | 2 +-
 log4j-core-java9/pom.xml                                              | 2 +-
 log4j-docker/pom.xml                                                  | 2 +-
 log4j-jpl/pom.xml                                                     | 2 +-
 log4j-kubernetes/pom.xml                                              | 2 +-
 log4j-perf/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              | 4 ++--
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/log4j-api-java9/pom.xml b/log4j-api-java9/pom.xml
index 78b14f3..cd67d3b 100644
--- a/log4j-api-java9/pom.xml
+++ b/log4j-api-java9/pom.xml
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index f953d58..a3b7751 100644
--- a/log4j-core-java9/pom.xml
+++ b/log4j-core-java9/pom.xml
@@ -54,7 +54,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml
index 2c19196..ff0e2b0 100644
--- a/log4j-docker/pom.xml
+++ b/log4j-docker/pom.xml
@@ -69,7 +69,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml
index 33f4d50..2588c7f 100644
--- a/log4j-jpl/pom.xml
+++ b/log4j-jpl/pom.xml
@@ -96,7 +96,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml
index 916eefb..657b621 100644
--- a/log4j-kubernetes/pom.xml
+++ b/log4j-kubernetes/pom.xml
@@ -64,7 +64,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 8e5c050..5430150 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -166,7 +166,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index 1d41f70..158fd76 100644
--- a/log4j-spring-boot/pom.xml
+++ b/log4j-spring-boot/pom.xml
@@ -167,7 +167,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
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 5d21540..04328b6 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
@@ -148,7 +148,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
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 934d16a..3b7a611 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
@@ -168,7 +168,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-toolchains-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <goals>
@@ -293,4 +293,4 @@
   <profiles>
 
   </profiles>
-</project>
\ No newline at end of file
+</project>

[logging-log4j2] 02/02: [maven-release-plugin] prepare release log4j-2.15.1-rc1

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit cd714e88bd62fdf6501346ae4cd49105006d4f60
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Dec 11 20:56:33 2021 -0600

    [maven-release-plugin] prepare release log4j-2.15.1-rc1
---
 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-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-slf4j18-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-slf4j/pom.xml                                              | 2 +-
 log4j-web/pom.xml                                                   | 2 +-
 pom.xml                                                             | 4 ++--
 46 files changed, 55 insertions(+), 47 deletions(-)

diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index 72f2450..8fa16bf 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 cd67d3b..ee9f626 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-java9</artifactId>
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index b237536..7d1a514 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api</artifactId>
diff --git a/log4j-appserver/pom.xml b/log4j-appserver/pom.xml
index 375903d..458083d 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index 529f5b5..3402c57 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.15.1-SNAPSHOT</version>
+  <version>2.15.1</version>
   <packaging>pom</packaging>
   <dependencyManagement>
     <dependencies>
@@ -215,4 +215,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>log4j-2.15.1-rc1</tag>
+  </scm>
 </project>
diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml
index 8cf0361..fcd5d50 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml
index 04a3b52..2bf0e3a 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core-its</artifactId>
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index a3b7751..33a9725 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core-java9</artifactId>
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index b48072c..d87b026 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core</artifactId>
diff --git a/log4j-couchdb/pom.xml b/log4j-couchdb/pom.xml
index b9f67be..0b9169b 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index 49b06a9..0cf0a23 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-distribution</artifactId>
diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml
index ff0e2b0..ad163a5 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-docker</artifactId>
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index fcf29ca..0650423 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-flume-ng</artifactId>
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index 10f51dc..ec77119 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-iostreams</artifactId>
diff --git a/log4j-jakarta-web/pom.xml b/log4j-jakarta-web/pom.xml
index 3d4910d..0e41434 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml
index 3c7c838..cc1fa78 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-jcl</artifactId>
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index 8391ee5..c1f68f2 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml
index ff10f3b..0827fb1 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-jmx-gui</artifactId>
diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml
index 2627a0c..ef911ac 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml
index 2588c7f..e4df87f 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index aeccd68..59b4df9 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml
index 657b621..605d4bd 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-kubernetes</artifactId>
diff --git a/log4j-layout-template-json/pom.xml b/log4j-layout-template-json/pom.xml
index 8b98182..c724b2f 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
 
   <artifactId>log4j-layout-template-json</artifactId>
diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml
index 51c2275..449981d 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-liquibase</artifactId>
diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml
index b35bb3d..44fd047 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-mongodb4/pom.xml b/log4j-mongodb4/pom.xml
index 9206896..dd42d54 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml
index abc9fa5..f375524 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-osgi</artifactId>
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 5430150..35da51d 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/log4j-samples/log4j-samples-configuration/pom.xml b/log4j-samples/log4j-samples-configuration/pom.xml
index dca60bf..1c98611 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 66e49cc..decb38c 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 2ccb97a..2d55a5a 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 a15315e..1547935 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 8369ea7..ec45b73 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <artifactId>log4j-samples-loggerProperties</artifactId>
   <packaging>jar</packaging>
diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index d49f5c9..3885a72 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 731564b..c66c47d 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-slf4j-impl</artifactId>
diff --git a/log4j-slf4j18-impl/pom.xml b/log4j-slf4j18-impl/pom.xml
index 35fa9e5..99a1e81 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-slf4j18-impl</artifactId>
diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index 158fd76..1de5858 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-spring-boot</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 04328b6..40d9e02 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 3b7a611..d26f9b6 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 1b722d3..f06ec52 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.15.1-SNAPSHOT</version>
+  <version>2.15.1</version>
 
   <name>Apache Log4j Sample Configuration Service</name>
   <description>Sample Cloud Config Server</description>
@@ -287,4 +287,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>log4j-2.15.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 7ad07e2..87b6408 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</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 72cf83b..6b48685 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.apache.logging.log4j</groupId>
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index 5cdaf1c..549c539 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-taglib</artifactId>
diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml
index 0aee7a4..b876191 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-to-slf4j</artifactId>
diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml
index 75aebde..c19f048 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.15.1-SNAPSHOT</version>
+    <version>2.15.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 146586b..09532b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <artifactId>log4j</artifactId>
   <packaging>pom</packaging>
   <name>Apache Log4j 2</name>
-  <version>2.15.1-SNAPSHOT</version>
+  <version>2.15.1</version>
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
@@ -183,7 +183,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-${Log4jReleaseVersion}</tag>
+    <tag>log4j-2.15.1-rc1</tag>
   </scm>
   <properties>
     <!-- make sure to update these for each release! -->