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

[logging-log4j2] branch log4j-2.12 updated: [maven-release-plugin] prepare release log4j-2.12.3-rc1

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

rgoers pushed a commit to branch log4j-2.12
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/log4j-2.12 by this push:
     new 2b9359b  [maven-release-plugin] prepare release log4j-2.12.3-rc1
2b9359b is described below

commit 2b9359b2373d773c5db7427d6dab369ba1852d3f
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Dec 20 16:12:55 2021 -0700

    [maven-release-plugin] prepare release log4j-2.12.3-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                                                     | 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 0aa2216..efaa355 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 019a8aa..d5b49c6 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-java9</artifactId>
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index 755d0a9..72426ff 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api</artifactId>
diff --git a/log4j-appserver/pom.xml b/log4j-appserver/pom.xml
index 5caf93e..eb12b0c 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index bb31fd6..fb08da6 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.3-SNAPSHOT</version>
+  <version>2.12.3</version>
   <packaging>pom</packaging>
   <dependencyManagement>
     <dependencies>
@@ -193,6 +193,6 @@
   </build>
 
   <scm>
-    <tag>log4j-2.12.1-rc1</tag>
+    <tag>log4j-2.12.3-rc1</tag>
   </scm>
 </project>
diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml
index 4e92273..7a5a247 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml
index b0db4e2..564be25 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core-its</artifactId>
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index 8bad1af..ae516ab 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core-java9</artifactId>
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index f1bdc22..e91ede4 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core</artifactId>
diff --git a/log4j-couchdb/pom.xml b/log4j-couchdb/pom.xml
index 2859a85..74ecd85 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index 691bf95..920fa0b 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-distribution</artifactId>
diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml
index e2770c9..c906b53 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-docker</artifactId>
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index deacff8..3427802 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-flume-ng</artifactId>
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index d91c375..25f39bf 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-iostreams</artifactId>
diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml
index 4e018fb..c20461e 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-jcl</artifactId>
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index 5d2168b..57890a3 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml
index b5dd7de..e678396 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-jmx-gui</artifactId>
diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml
index c538129..d202ce2 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index 112691c..3d9e091 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml
index 42595e6..3029c04 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-liquibase</artifactId>
diff --git a/log4j-mongodb2/pom.xml b/log4j-mongodb2/pom.xml
index 573ac81..3cb9487 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml
index 4d390ee..ba343fb 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml
index 30792e6..ec561ad 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-osgi</artifactId>
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 939057b..da88fea 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-jpa</artifactId>
-      <version>2.12.3-SNAPSHOT</version>
+      <version>2.12.3</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 f9bc47d..6142e52 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 e0118c5..4439688 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 f753a4c..84df250 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 4288b87..fb20130 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 e6d5fa3..61298bd 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <artifactId>log4j-samples-loggerProperties</artifactId>
   <packaging>jar</packaging>
diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index f0354bf..95f1a94 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 4ff738e..21d86fd 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-slf4j-impl</artifactId>
diff --git a/log4j-slf4j18-impl/pom.xml b/log4j-slf4j18-impl/pom.xml
index cea1526..443f824 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 34856af..6bdd506 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 7e34b6e..d5e9837 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 b01d450..cb425f0 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.3-SNAPSHOT</version>
+  <version>2.12.3</version>
 
   <name>Log4j Sample Configuration Service</name>
   <description>Sample Cloud Config Server</description>
@@ -317,6 +317,6 @@
 
 
   <scm>
-    <tag>log4j-2.12.1-rc1</tag>
+    <tag>log4j-2.12.3-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 2c7a515..d06c31a 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.3-SNAPSHOT</version>
+    <version>2.12.3</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 d08f82f..8a06499 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.apache.logging.log4j</groupId>
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index f50de4f..7806bf2 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-taglib</artifactId>
diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml
index 4fc3337..ceb2169 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-to-slf4j</artifactId>
diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml
index 75b7fd6..41a9f57 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.3-SNAPSHOT</version>
+    <version>2.12.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 9776d6f..68a185d 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.3-SNAPSHOT</version>
+  <version>2.12.3</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.1-rc1</tag>
+    <tag>log4j-2.12.3-rc1</tag>
   </scm>
   <properties>
     <!-- make sure to update these for each release! -->