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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 61c7d7783 Enforce Java17 min
     new 09833f06b Merge pull request #1071 from jbonofre/ENFORCE_JAVA17
61c7d7783 is described below

commit 61c7d7783652f5f8fd6d9e130fd295f965b735ae
Author: JB Onofré <[email protected]>
AuthorDate: Sat Oct 14 11:09:49 2023 +0200

    Enforce Java17 min
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41410d389..4d3823c84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1267,8 +1267,8 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>[11,)</version>
-                  <message>You must use Java 11+ to build.</message>
+                  <version>[17,)</version>
+                  <message>You must use Java 17+ to build.</message>
                 </requireJavaVersion>
               </rules>
             </configuration>

Reply via email to