Skip to content

Commit

Permalink
Update java version activation string
Browse files Browse the repository at this point in the history
  • Loading branch information
davecromberge committed May 26, 2022
1 parent b37f311 commit 1e0c1c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -227,7 +227,7 @@ under the License.
<configuration>
<rules>
<requireJavaVersion>
<version>[1.8,1.9),[8,14)</version>
<version>[1.8,1.9),[8],[11,14)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.version},)</version>
Expand Down Expand Up @@ -659,9 +659,9 @@ under the License.
</profile>

<profile>
<id>java9plus</id>
<id>java11plus</id>
<activation>
<jdk>[9,14)</jdk>
<jdk>[11,14)</jdk>
</activation>
<build>
<pluginManagement>
Expand Down

0 comments on commit 1e0c1c2

Please sign in to comment.