Skip to content

Commit 24df7e9

Browse files
committed
Revert "Restored jdk 1.5"
This reverts commit 88fc5be.
1 parent ff4455f commit 24df7e9

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
@@ -149,8 +149,8 @@
149149
<plugin>
150150
<artifactId>maven-compiler-plugin</artifactId>
151151
<configuration>
152-
<source>1.5</source>
153-
<target>1.5</target>
152+
<source>1.6</source>
153+
<target>1.6</target>
154154
</configuration>
155155
</plugin>
156156
</plugins>

0 commit comments

Comments
 (0)