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 <[email protected]>
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>