Skip to content

Commit

Permalink
[FLINK-37189] Correct version string of maven-enforcer-plugin require…
Browse files Browse the repository at this point in the history
…JavaVersion in release profile
  • Loading branch information
codenohup committed Jan 21, 2025
1 parent cf6ba7a commit 098a5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ under the License.
<!-- versions for certain build tools are enforced to match the CI setup -->
<!-- the rules below should stay in sync with Flink Release wiki documentation and the CI scripts -->
<requireJavaVersion>
<version>[${target.java.version}.*)</version>
<version>[${target.java.version}.*,)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 098a5e9

Please sign in to comment.