Actually fix division by 0 in growth

This commit is contained in:
md_5 2013-12-03 09:05:49 +11:00
parent 31572d6c20
commit c8145fb896
14 changed files with 63 additions and 73 deletions

View file

@ -1,11 +1,11 @@
From 3ab78de5ed40a1b0368005186ae44885139aff05 Mon Sep 17 00:00:00 2001
From 654a9071d73b6cf7a30503340743cb1481b185b5 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..718a2f6 100644
index a83e578..e1f4e61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,43 +1,23 @@
@ -64,15 +64,6 @@ index a83e578..718a2f6 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