Skip to content

Commit bf9a4ba

Browse files
Issue # 145 : Changing source and target compatibility to 1.5
This allows the library to be used in JDK 5 as well as JDK 6
1 parent d8e384f commit bf9a4ba

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
@@ -63,8 +63,8 @@
6363
<plugin>
6464
<artifactId>maven-compiler-plugin</artifactId>
6565
<configuration>
66-
<source>1.6</source>
67-
<target>1.6</target>
66+
<source>1.5</source>
67+
<target>1.5</target>
6868
</configuration>
6969
</plugin>
7070
<plugin>

0 commit comments

Comments
 (0)