Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
We can't switch to Java7 yet while Maven still needs to run on Java6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason van Zyl committed Dec 20, 2013
1 parent 3cf855c commit 18bd77d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ limitations under the License.
</systemProperties>
</configuration>
</plugin>
<!--
This should not be Java7 while Maven still officially supports 1.6
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand All @@ -89,6 +93,7 @@ limitations under the License.
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</project>

0 comments on commit 18bd77d

Please sign in to comment.