You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by db...@apache.org on 2023/02/09 18:56:38 UTC

[openwebbeans] branch main updated: Set required JDK to 11

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d523303c9 Set required JDK to 11
d523303c9 is described below

commit d523303c985fdbf5318d30eecb259d71dc2d4052
Author: David Blevins <db...@tomitribe.com>
AuthorDate: Thu Feb 9 10:55:56 2023 -0800

    Set required JDK to 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6aca1498..13da1d58b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,7 +651,7 @@
                         <configuration>
                             <rules>
                                 <requireJavaVersion>
-                                    <version>17</version>
+                                    <version>11</version>
                                 </requireJavaVersion>
                             </rules>
                         </configuration>