2013-01-17 22:58:06 +01:00
|
|
|
From adbe94a3d91c332cb5827e9940da12012c97722c Mon Sep 17 00:00:00 2001
|
2013-01-15 02:18:40 +01:00
|
|
|
From: Agaricus <agaricusb@yahoo.com>
|
|
|
|
Date: Wed, 19 Dec 2012 19:13:17 -0800
|
2013-01-16 01:32:20 +01:00
|
|
|
Subject: [PATCH 02/15] Update Maven Shade Plugin to version 2.0. Fixes
|
2013-01-15 02:18:40 +01:00
|
|
|
BUKKIT-3213
|
|
|
|
|
|
|
|
---
|
|
|
|
pom.xml | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2013-01-16 01:32:20 +01:00
|
|
|
index f331d53..4540fe2 100644
|
2013-01-15 02:18:40 +01:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
|
|
|
@@ -215,7 +215,7 @@
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
- <version>1.4</version>
|
|
|
|
+ <version>2.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
--
|
|
|
|
1.8.1-rc2
|
|
|
|
|