Update: After a long wait, Potato is finally updated to 1.7.5

#1 1.7.5-ready

#2 Because the potatoifications say the Potato-god is compiled in Java 6, we must should do so too.

#3 Update compiler and jar maven plugin.
This commit is contained in:
Daniel 2014-03-10 19:30:01 +02:00
parent c8379887dd
commit 2f96d050c6

10
pom.xml
View file

@ -2,23 +2,23 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.drtshock</groupId> <groupId>org.drtshock</groupId>
<artifactId>potato</artifactId> <artifactId>potato</artifactId>
<version>1.7.4</version> <version>1.7.5</version>
<name>Potato</name> <name>Potato</name>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version> <version>3.1</version>
<configuration> <configuration>
<source>1.5</source> <source>1.6</source>
<target>1.5</target> <target>1.6</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.1</version> <version>2.4</version>
<configuration> <configuration>
<archive> <archive>
<addMavenDescriptor>false</addMavenDescriptor> <addMavenDescriptor>false</addMavenDescriptor>