Skip to content

Commit efee984

Browse files
committed
Compile target set to 1.5
1 parent 41254a8 commit efee984

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,19 @@
6464

6565

6666
</dependencies>
67-
</project>
67+
68+
<build>
69+
<plugins>
70+
<!-- Compile against 1.5 -->
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-compiler-plugin</artifactId>
74+
<version>2.3.2</version>
75+
<configuration>
76+
<source>1.5</source>
77+
<target>1.5</target>
78+
</configuration>
79+
</plugin>
80+
</plugins>
81+
</build>
82+
</project>

0 commit comments

Comments
 (0)