Skip to content

Commit d6445f9

Browse files
committed
Upgrade to jdk 1.6
1 parent bc7620c commit d6445f9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,14 @@
146146
</execution>
147147
</executions>
148148
</plugin>
149-
</plugins>
149+
<plugin>
150+
<artifactId>maven-compiler-plugin</artifactId>
151+
<configuration>
152+
<source>1.6</source>
153+
<target>1.6</target>
154+
</configuration>
155+
</plugin>
156+
</plugins>
150157
</build>
151158

152159
</project>

0 commit comments

Comments
 (0)