aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrtshock <drtshock@snw.io>2014-03-10 13:50:32 -0500
committerdrtshock <drtshock@snw.io>2014-03-10 13:50:32 -0500
commit3d2b51720d68980093648f90cc802608a30fc0de (patch)
tree95aad5fd4486a05d255b4aab117ca4b489880706
parentc8379887dd1974be7f5e391b9bc60bfb048f4247 (diff)
parent2f96d050c61294e69232cebab9f3a1ecb576d888 (diff)
Merge pull request #32 from DenialMC/master
Update: After a long wait, Potato is finally updated to 1.7.5
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index baa19e7..fec5705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,23 +2,23 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.drtshock</groupId>
<artifactId>potato</artifactId>
- <version>1.7.4</version>
+ <version>1.7.5</version>
<name>Potato</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
+ <version>3.1</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.1</version>
+ <version>2.4</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>