Browse Source

Relaxed <requireJavaVersion> configuration of the maven-enforcer-plugin

This commit resolves #695 by changing the configuration so that all Java versions from 1.7 and above are allowed.
pull/696/head
Mattias Severson 12 years ago
parent
commit
506e57663a
  1. 2
      spring-boot-parent/pom.xml

2
spring-boot-parent/pom.xml

@ -342,7 +342,7 @@ @@ -342,7 +342,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>(1.7,1.8)</version>
<version>1.7</version>
</requireJavaVersion>
</rules>
</configuration>

Loading…
Cancel
Save