mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-28 05:05:17 +01:00
Fixed missed change in log/pom.xml
This commit is contained in:
parent
7dc8f64ba0
commit
abe3f78e85
@ -1,4 +1,4 @@
|
||||
From 87f0343cc2c61facdaa577f2ae03c5297db9f905 Mon Sep 17 00:00:00 2001
|
||||
From 578efa5815065643eeeaf73dfaad7b3dc0d88e10 Mon Sep 17 00:00:00 2001
|
||||
From: Tux <write@imaginarycode.com>
|
||||
Date: Thu, 19 May 2016 10:33:31 -0700
|
||||
Subject: [PATCH] POM Changes
|
||||
@ -236,7 +236,7 @@ index 6688153..f9615cf 100644
|
||||
+ <description>Generic java event dispatching API intended for use with Waterfall.</description>
|
||||
</project>
|
||||
diff --git a/log/pom.xml b/log/pom.xml
|
||||
index b970df0..081923b 100644
|
||||
index b970df0..e73fa8f 100644
|
||||
--- a/log/pom.xml
|
||||
+++ b/log/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -265,6 +265,15 @@ index b970df0..081923b 100644
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -27,7 +27,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.md-5</groupId>
|
||||
- <artifactId>bungeecord-chat</artifactId>
|
||||
+ <artifactId>waterfall-chat</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml
|
||||
index 3156334..0c076f9 100644
|
||||
--- a/module/cmd-alert/pom.xml
|
||||
|
Loading…
Reference in New Issue
Block a user