Skip to content

Commit 1652d67

Browse files
committed
Set minimum supported Java version to 1.5
1 parent f99e013 commit 1652d67

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
@@ -143,8 +143,8 @@
143143
<artifactId>maven-compiler-plugin</artifactId>
144144
<version>2.3.2</version>
145145
<configuration>
146-
<source>1.6</source>
147-
<target>1.6</target>
146+
<source>1.5</source>
147+
<target>1.5</target>
148148
</configuration>
149149
</plugin>
150150
<plugin>

0 commit comments

Comments
 (0)