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

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new bc20012f49 jclouds requires Java 11
bc20012f49 is described below

commit bc20012f499b66305c126d774f063c2ee860ee69
Author: Andrew Gaul <g...@apache.org>
AuthorDate: Sun May 12 08:30:47 2024 +0900

    jclouds requires Java 11
    
    This should resolve CI failures.
---
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/pom.xml b/project/pom.xml
index 51b2fc0854..e229494e6d 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -210,7 +210,7 @@
   </developers>
 
   <properties>
-    <jdk.version>1.8</jdk.version>
+    <jdk.version>11</jdk.version>
     <maven.compile.source>${jdk.version}</maven.compile.source>
     <maven.compile.target>${jdk.version}</maven.compile.target>
     <maven.compile.deprecation>true</maven.compile.deprecation>

Reply via email to