You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/01/14 14:10:12 UTC

[logging-log4j2] 01/02: LOG4J2-3282 Fix incorrect version in log4j-to-jul pom.xml.

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

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

commit e18e30b5339bcf1be4f1ced106e79ba22b7f7bdc
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Jan 14 15:02:42 2022 +0100

    LOG4J2-3282 Fix incorrect version in log4j-to-jul pom.xml.
---
 log4j-to-jul/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-to-jul/pom.xml b/log4j-to-jul/pom.xml
index 95c209e..aaeb098 100644
--- a/log4j-to-jul/pom.xml
+++ b/log4j-to-jul/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j</artifactId>
-    <version>2.17.2-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-to-jul</artifactId>