Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 68664aa

Browse files
committed
LOG-13599 Let's not do Java 6 anymore
1 parent cd70c43 commit 68664aa

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
@@ -43,8 +43,8 @@
4343
<artifactId>maven-compiler-plugin</artifactId>
4444
<version>2.0.2</version>
4545
<configuration>
46-
<source>1.6</source>
47-
<target>1.6</target>
46+
<source>1.8</source>
47+
<target>1.8</target>
4848
</configuration>
4949
</plugin>
5050
<plugin>

0 commit comments

Comments
 (0)