Skip to content

Commit

Permalink
Push version to 1.4.2
Browse files Browse the repository at this point in the history
Also fix java version
  • Loading branch information
Phoenix616 committed Aug 30, 2015
1 parent 091564b commit 1e967c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.themoep</groupId>
<artifactId>BungeeResourcepacks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2-SNAPSHOT</version>
<name>BungeeResourcepacks</name>
<description>Plugin to set Resource Packs on whole BungeeCord and per server</description>

Expand Down Expand Up @@ -70,6 +70,15 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 1e967c4

Please sign in to comment.