Skip to content

Commit 484eb54

Browse files
committed
force maven to use 1.5
1 parent 6301569 commit 484eb54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
</execution>
5959
</executions>
6060
</plugin>
61+
<plugin>
62+
<groupId>org.apache.maven.plugins</groupId>
63+
<artifactId>maven-compiler-plugin</artifactId>
64+
<configuration>
65+
<source>1.5</source>
66+
<target>1.5</target>
67+
</configuration>
68+
</plugin>
6169
<plugin>
6270
<groupId>org.apache.maven.plugins</groupId>
6371
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)