Skip to content

Commit

Permalink
Upgrade to Java 8
Browse files Browse the repository at this point in the history
I will get a lot of hate for this, even though only 15% of the userbase uses java 7.
  • Loading branch information
Techcable committed Jun 26, 2016
1 parent 9318452 commit c646bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CombatTagPlus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<artifactId>CombatTagPlus</artifactId>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<build>
Expand All @@ -28,7 +28,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.2</version>
<version>2.4.3</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
Expand Down

0 comments on commit c646bac

Please sign in to comment.