Skip to content

Commit 60bc40d

Browse files
committed
Merge pull request jgrapht#114 from llkiwi2006/feature/pluginversion
Update the maven-compiler-plugin version to get full compiler error messages.
2 parents b577044 + 8dfa602 commit 60bc40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-compiler-plugin</artifactId>
161-
<version>2.3.2</version>
161+
<version>3.1</version>
162162
<configuration>
163163
<source>1.6</source>
164164
<target>1.6</target>

0 commit comments

Comments
 (0)