Skip to content

Commit 88fc5be

Browse files
committed
Restored jdk 1.5
1 parent 062b009 commit 88fc5be

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.6</source>
153-
<target>1.6</target>
152+
<source>1.5</source>
153+
<target>1.5</target>
154154
</configuration>
155155
</plugin>
156156
</plugins>

0 commit comments

Comments
 (0)