This is an automated email from the ASF dual-hosted git repository.

mapohl pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 8e33eb6d5e2 [FLINK-33291][build] Sets the enforced range for Maven and 
JDK within the release profile
8e33eb6d5e2 is described below

commit 8e33eb6d5e23fcbf35bb347061f72e770641a3f7
Author: Matthias Pohl <[email protected]>
AuthorDate: Tue Oct 17 15:23:15 2023 +0200

    [FLINK-33291][build] Sets the enforced range for Maven and JDK within the 
release profile
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 40b98fbe8a1..cd83dd3784f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1311,12 +1311,14 @@ under the License.
                                                                </goals>
                                                                <configuration>
                                                                        <rules>
+                                                                               
<!-- 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 -->
                                                                                
<requireMavenVersion>
                                                                                
        <!-- maven version must be lower than 3.3. See FLINK-3158 -->
                                                                                
        <version>(,3.3)</version>
                                                                                
</requireMavenVersion>
                                                                                
<requireJavaVersion>
-                                                                               
        <version>1.8.0</version>
+                                                                               
        <version>[1.8.0,1.8.1)</version>
                                                                                
</requireJavaVersion>
                                                                        </rules>
                                                                </configuration>

Reply via email to