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 2020/05/10 19:07:06 UTC

[logging-log4j2] branch release-2.x updated (e539402 -> 7e745b4)

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

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


    from e539402  LOG4J2-2824 - Fix NullPointerException in ThreadContextDataInjector
     new 4247f94  Prepare for release
     new 7e745b4  [maven-release-plugin] prepare release log4j-2.13.3-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:
 RELEASE-NOTES.md                                   | 66 +++-------------------
 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-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-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-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-client/pom.xml       |  2 +-
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  6 +-
 .../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                                            |  6 +-
 src/changes/announcement.vm                        |  2 +-
 45 files changed, 64 insertions(+), 104 deletions(-)


[logging-log4j2] 01/02: Prepare for release

Posted by rg...@apache.org.
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

commit 4247f949c93a1d8dfbf21a99ec7a402bc5ad3164
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun May 10 11:57:35 2020 -0700

    Prepare for release
---
 RELEASE-NOTES.md            | 66 +++++++--------------------------------------
 pom.xml                     |  2 +-
 src/changes/announcement.vm |  2 +-
 3 files changed, 11 insertions(+), 59 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 417a855..e6d1ba4 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -14,9 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-# Apache Log4j 2.13.2 Release Notes
+# Apache Log4j 2.13.3 Release Notes
 
-The Apache Log4j 2 team is pleased to announce the Log4j 2.13.2 release!
+The Apache Log4j 2 team is pleased to announce the Log4j 2.13.3 release!
 
 Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade
 to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides
@@ -27,7 +27,7 @@ temporary objects) while logging. In addition, Log4j 2 will not lose events whil
 
 The artifacts may be downloaded from https://logging.apache.org/log4j/2.x/download.html.
 
-This release contains bugfixes and minor enhancements.
+This release contains a fix for bug LOG4J2-2838.
 
 Due to a break in compatibility in the SLF4J binding, Log4j now ships with two versions of the SLF4J to Log4j adapters.
 log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and log4j-slf4j18-impl should be used with SLF4J 1.8.x and
@@ -37,69 +37,21 @@ Note that the default XML, JSON and YAML formats changed in the 2.11.0 release:
 attribute and instead have an "Instant" element with "epochSecond" and "nanoOfSecond" attributes. If the previous
 behavior is desired the "includeTimeMillis" attribute may be set to true on each of the respective Layouts.
 
-The Log4j 2.13.2 API, as well as many core components, maintains binary compatibility with previous releases.
+The Log4j 2.13.3 API, as well as many core components, maintains binary compatibility with previous releases.
 
-## GA Release 2.13.2
+## GA Release 2.13.3
 
 Changes in this version include:
 
-### New Features
-* [LOG4J2-1360](https://issues.apache.org/jira/browse/LOG4J2-1360):
-Provide a Log4j implementation of System.Logger. Thanks to Kevin Leturc.
-* [LOG4J2-2807](https://issues.apache.org/jira/browse/LOG4J2-2807):
-Added EventLookup to retrieve fields from the log event.
 
 ### Fixed Bugs
-* [LOG4J2-2824](https://issues.apache.org/jira/browse/LOG4J2-2824):
-Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern. Thanks to CrazyBills.
-* [LOG4J2-2588](https://issues.apache.org/jira/browse/LOG4J2-2588):
-Add option to restore printing timeMillis in the JsonLayout.
-* [LOG4J2-2766](https://issues.apache.org/jira/browse/LOG4J2-2766):
-Initialize pattern processor before triggering policy during reconriguration.
-* [LOG4J2-2810](https://issues.apache.org/jira/browse/LOG4J2-2810):
-Add information about using a url in log4j.configurationFile.
-* [LOG4J2-2813](https://issues.apache.org/jira/browse/LOG4J2-2813):
-serializeToBytes was checking wrong variable for null. Thanks to Keith D Gregory.
-* [LOG4J2-2814](https://issues.apache.org/jira/browse/LOG4J2-2814):
-Fix Javadoc for ScriptPatternSelector.
-* [LOG4J2-2793](https://issues.apache.org/jira/browse/LOG4J2-2793):
-Allow trailing and leading spaces in log level. Thanks to Renukaprasad C.
-* [LOG4J2-2791](https://issues.apache.org/jira/browse/LOG4J2-2791):
-Correct JsonLayout timestamp sorting issue. Thanks to Johan Karlberg.
-* [LOG4J2-2817](https://issues.apache.org/jira/browse/LOG4J2-2817):
-Allow the file size action to parse the value without being sensitive to the current locale. Thanks to Trejkaz.
-* [LOG4J2-2794](https://issues.apache.org/jira/browse/LOG4J2-2794):
-Make YamlLayoutTest more resiliant to environmental differences. Thanks to Johan Karlberg.
-* [LOG4J2-2790](https://issues.apache.org/jira/browse/LOG4J2-2790):
-Conditionally allocate PluginEntry during PluginCache loading. Thanks to Marius Volkhart.
-* [LOG4J2-2811](https://issues.apache.org/jira/browse/LOG4J2-2811):
-Add missing includeLocation parameter when creating AsyncLogger. Thanks to Kuojian21.
-* [LOG4J2-2761](https://issues.apache.org/jira/browse/LOG4J2-2761):
-Fix Exceptions when whitespace is in the file path and Java security manager is used. Thanks to Uwe Schindler.
-* [LOG4J2-2809](https://issues.apache.org/jira/browse/LOG4J2-2809):
-Avoid NullPointerException when StackWalker returns null. Thanks to Romain Manni-Bucau.
-* [LOG4J2-2805](https://issues.apache.org/jira/browse/LOG4J2-2805):
-TimeFilter did not handle daylight saving time transitions and did not support a range over 2 days.
-
-### Changes
-* [LOG4J2-2457](https://issues.apache.org/jira/browse/LOG4J2-2457):
-Allow the file extension in the file pattern to be modified during reconfiguration.
-* [LOG4J2-2819](https://issues.apache.org/jira/browse/LOG4J2-2819):
-Add support for specifying an SSL configuration for SmtpAppender.
-* [LOG4J2-2520](https://issues.apache.org/jira/browse/LOG4J2-2520):
-Allow servlet context path to be retrieved without "/".
-* [LOG4J2-2818](https://issues.apache.org/jira/browse/LOG4J2-2818):
-Allow Spring Lookup to return default and active profiles.
-* [LOG4J2-2815](https://issues.apache.org/jira/browse/LOG4J2-2815):
-Allow Spring Boot applications to use composite configuratons.
-* [LOG4J2-2779](https://issues.apache.org/jira/browse/LOG4J2-2779):
-Add ContextDataProviders as an alternative to having to implement a ContextDataInjector.
-* [LOG4J2-2812](https://issues.apache.org/jira/browse/LOG4J2-2812):
-[JDBC] Throw a AppenderLoggingException instead of an NPE in the JDBC database manager.
+* [LOG4J2-2838](https://issues.apache.org/jira/browse/LOG4J2-2838):
+Fix NullPointerException in ThreadContextDataInjector.
+
 
 ---
 
-Apache Log4j 2.13.2 requires a minimum of Java 8 to build and run. Log4j 2.3 was the
+Apache Log4j 2.13.3 requires a minimum of Java 8 to build and run. Log4j 2.3 was the
 last release that supported Java 6 and Log4j 2.12.1 is the last release to support Java 7.
 
 For complete information on Apache Log4j 2, including instructions on how to submit bug
diff --git a/pom.xml b/pom.xml
index 51bd15d..1af0884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
   <properties>
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.13.2</Log4jReleaseVersion>
+    <Log4jReleaseVersion>2.13.3</Log4jReleaseVersion>
     <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager>
     <Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey>
     <!--<Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> -->
diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm
index 6ddfe66..2828b54 100644
--- a/src/changes/announcement.vm
+++ b/src/changes/announcement.vm
@@ -65,7 +65,7 @@ temporary objects) while logging. In addition, Log4j 2 will not lose events whil
 
 The artifacts may be downloaded from https://logging.apache.org/log4j/2.x/download.html.
 
-This release contains bugfixes and minor enhancements.
+This release contains a fix for bug LOG4J2-2838.
 
 Due to a break in compatibility in the SLF4J binding, Log4j now ships with two versions of the SLF4J to Log4j adapters.
 log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and log4j-slf4j18-impl should be used with SLF4J 1.8.x and


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

Posted by rg...@apache.org.
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

commit 7e745b42bda9bf6f8ea681d38992d18036fc021e
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun May 10 12:07:01 2020 -0700

    [maven-release-plugin] prepare release log4j-2.13.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                                                   | 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-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-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                 | 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 ++--
 43 files changed, 53 insertions(+), 45 deletions(-)

diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index eef9383..bd18371 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 a7b36e1..47ce147 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-java9</artifactId>
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index c90000e..1a89ca9 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api</artifactId>
diff --git a/log4j-appserver/pom.xml b/log4j-appserver/pom.xml
index 1822c85..358f172 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index e663207..b124f9a 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.14.0-SNAPSHOT</version>
+  <version>2.13.3</version>
   <packaging>pom</packaging>
   <dependencyManagement>
     <dependencies>
@@ -203,4 +203,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>log4j-2.13.3-rc1</tag>
+  </scm>
 </project>
diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml
index 28cb046..64c475c 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml
index 294fc5f..cad2976 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 5634b5d..07b5ad3 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core-java9</artifactId>
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index dcb572f..f058a3f 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-core</artifactId>
diff --git a/log4j-couchdb/pom.xml b/log4j-couchdb/pom.xml
index 40240e2..c435a12 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index be997a5..6bb9519 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-distribution</artifactId>
diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml
index 0ce9fbf..fd11636 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-docker</artifactId>
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index 9c108e0..6b4f723 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-flume-ng</artifactId>
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index 25abb7e..9b0a0e5 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-iostreams</artifactId>
diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml
index eeb6b63..2a91ac6 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-jcl</artifactId>
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index 4144e0c..309383a 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml
index f670fc0..c6ec3e2 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-jmx-gui</artifactId>
diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml
index 8d557d4..c868306 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml
index c589fc0..8e9e5e1 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index d29f12a..b643e0f 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml
index 1326d45..b668a0c 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-kubernetes</artifactId>
diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml
index 902be33..67c9c43 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-liquibase</artifactId>
diff --git a/log4j-mongodb2/pom.xml b/log4j-mongodb2/pom.xml
index 264d64e..df95d69 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml
index 603e6cf..f35c559 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml
index 727c8cc..241e762 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-osgi</artifactId>
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 9ccca73..2bbaa18 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-jpa</artifactId>
-      <version>2.14.0-SNAPSHOT</version>
+      <version>2.13.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 6607cab..aa7efdf 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 231620d..a3861dc 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 0a0220c..3bc3bbc 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 49b74a9..0f00335 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 135e376..36909d6 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <artifactId>log4j-samples-loggerProperties</artifactId>
   <packaging>jar</packaging>
diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index dc0b925..fc8c298 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 9d22ca5..fe2a4d8 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 278b0bb..385666d 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 dcc20ca..62e332a 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 9b31dfb..14270cf 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 5bd8110..5762419 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.14.0-SNAPSHOT</version>
+  <version>2.13.3</version>
 
   <name>Log4j Sample Configuration Service</name>
   <description>Sample Cloud Config Server</description>
@@ -286,4 +286,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>log4j-2.13.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 829bf9e..bcd4bf6 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.14.0-SNAPSHOT</version>
+    <version>2.13.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 c37f1d2..86a14be 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.apache.logging.log4j</groupId>
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index 221327b..26428a9 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-taglib</artifactId>
diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml
index 2f8ce47..ae99bf1 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-to-slf4j</artifactId>
diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml
index 44afcbe..b3826ed 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.14.0-SNAPSHOT</version>
+    <version>2.13.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 1af0884..c2914b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <artifactId>log4j</artifactId>
   <packaging>pom</packaging>
   <name>Apache Log4j 2</name>
-  <version>2.14.0-SNAPSHOT</version>
+  <version>2.13.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-${Log4jReleaseVersion}</tag>
+    <tag>log4j-2.13.3-rc1</tag>
   </scm>
   <properties>
     <!-- make sure to update these for each release! -->