Skip to content

Commit

Permalink
Remove Java 5 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 30, 2018
1 parent a7e1672 commit cbffc55
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
</properties>
</profile>
<!-- Base deployment profile, activated by -Doss.repo -->
<!-- Release should be performed using a Java 8 JVM -->
<profile>
<id>repo-sign-artifacts</id>
<activation>
Expand All @@ -870,27 +871,6 @@
</activation>
<build>
<plugins>
<!-- Use Java 5 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>1.5</version>
<vendor>sun</vendor>
</jdk>
</toolchains>
</configuration>
</plugin>
<!-- Sign artifacts -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit cbffc55

Please sign in to comment.