Skip to content

Commit

Permalink
Reverting mac compiler as it's broken on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Sep 13, 2012
1 parent 5b2fcba commit 5da4e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -646,7 +646,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<!-- do not upgrade this component until we check why it fails on Macs -->
<version>2.3.2</version>
<configuration>
<showWarnings>true</showWarnings>
<source>1.6</source>
Expand Down

0 comments on commit 5da4e58

Please sign in to comment.