Update maven shade plugin so that newer maven versions (ie travis) will compile.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-12-03 08:21:58 +11:00
parent 2a1fcf3461
commit 9b902e4a4c
2 changed files with 14 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
From 2bb359a6e5b56a5e53f765efa8aea93c2db727fb Mon Sep 17 00:00:00 2001
From 3ab78de5ed40a1b0368005186ae44885139aff05 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sun, 2 Jun 2013 10:36:24 +1000
Subject: [PATCH] POM Changes
diff --git a/pom.xml b/pom.xml
index a83e578..e1f4e61 100644
index a83e578..718a2f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,43 +1,23 @@
@@ -64,6 +64,15 @@ index a83e578..e1f4e61 100644
<build>
<plugins>
<plugin>
@@ -52,7 +32,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.4</version>
+ <version>2.1</version>
<executions>
<execution>
<phase>package</phase>
--
1.8.3.2