Skip to content

Commit 2d304ff

Browse files
authored
Java 8 is now the new minimum
Users who need Java 6 can use the 1.5 branch
1 parent 495fb6f commit 2d304ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-compiler-plugin</artifactId>
103103
<configuration>
104-
<source>6</source>
105-
<target>6</target>
104+
<source>8</source>
105+
<target>8</target>
106106
</configuration>
107107
</plugin>
108108
</plugins>

0 commit comments

Comments
 (0)