Skip to content

Commit

Permalink
Fix log4j pom
Browse files Browse the repository at this point in the history
  • Loading branch information
linsaftw committed Jun 26, 2024
1 parent 4d88eb3 commit 8c0c227
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7810d456ab0e3e8533dc69a6eae8861845508cc8 Mon Sep 17 00:00:00 2001
From 4f8c5cb5bace2a92578dd41227ed91a173e4b58c Mon Sep 17 00:00:00 2001
From: Minecrell <[email protected]>
Date: Fri, 22 Sep 2017 12:46:47 +0200
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
Expand Down Expand Up @@ -39,7 +39,7 @@ index 22ce6779..a108e308 100644
</build>
diff --git a/log4j/pom.xml b/log4j/pom.xml
new file mode 100644
index 00000000..4bb98d5a
index 00000000..96702972
--- /dev/null
+++ b/log4j/pom.xml
@@ -0,0 +1,48 @@
Expand All @@ -50,13 +50,13 @@ index 00000000..4bb98d5a
+ <parent>
+ <groupId>io.github.waterfallmc</groupId>
+ <artifactId>waterfall-parent</artifactId>
+ <version>1.20-R0.3-SNAPSHOT</version>
+ <version>1.21-R0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <groupId>io.github.waterfallmc</groupId>
+ <artifactId>waterfall-log4j</artifactId>
+ <version>1.20-R0.3-SNAPSHOT</version>
+ <version>1.21-R0.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+
+ <name>Waterfall-Log4J</name>
Expand Down

0 comments on commit 8c0c227

Please sign in to comment.