Skip to content

Commit 6c42f1f

Browse files
committed
Bump samples with java 1.6.
1 parent 9951313 commit 6c42f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<artifactId>maven-compiler-plugin</artifactId>
5353
<version>3.8.0</version>
5454
<configuration>
55-
<source>1.7</source>
56-
<target>1.7</target>
55+
<source>1.6</source>
56+
<target>1.6</target>
5757
<encoding>UTF-8</encoding>
5858
<compilerArgs>
5959
<arg>-Xlint:unchecked</arg>

0 commit comments

Comments
 (0)