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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7357c50ee8d (chores) archetypes: should use 17 as the base Java version
7357c50ee8d is described below

commit 7357c50ee8dd7f6878c4a666a68b57177280d130
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Sep 23 11:15:34 2023 +0200

    (chores) archetypes: should use 17 as the base Java version
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../camel-archetype-java/src/main/resources/archetype-resources/pom.xml | 2 +-
 .../camel-archetype-main/src/main/resources/archetype-resources/pom.xml | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
index dc2db268e2d..8a9b4f7b1ff 100644
--- 
a/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
@@ -56,7 +56,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin-version}</version>
         <configuration>
-          <release>11</release>
+          <release>17</release>
         </configuration>
       </plugin>
     </plugins>
diff --git 
a/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
index 552dc948446..33031a20f70 100644
--- 
a/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
@@ -84,7 +84,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin-version}</version>
         <configuration>
-          <release>11</release>
+          <release>17</release>
         </configuration>
       </plugin>
       
diff --git 
a/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml
index 49277123770..7e6f3d4990c 100644
--- 
a/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/pom.xml
@@ -83,7 +83,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin-version}</version>
         <configuration>
-          <release>11</release>
+          <release>17</release>
         </configuration>
       </plugin>
 
diff --git 
a/archetypes/camel-archetype-java/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-java/src/main/resources/archetype-resources/pom.xml
index fe6e5f3d02e..1099b8920f0 100644
--- 
a/archetypes/camel-archetype-java/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-java/src/main/resources/archetype-resources/pom.xml
@@ -88,7 +88,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin-version}</version>
         <configuration>
-          <release>11</release>
+          <release>17</release>
         </configuration>
       </plugin>
       <plugin>
diff --git 
a/archetypes/camel-archetype-main/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-main/src/main/resources/archetype-resources/pom.xml
index 505c6e6f7e8..e0858c976f4 100644
--- 
a/archetypes/camel-archetype-main/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-main/src/main/resources/archetype-resources/pom.xml
@@ -104,7 +104,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin-version}</version>
         <configuration>
-          <release>11</release>
+          <release>17</release>
         </configuration>
       </plugin>
       <plugin>
diff --git 
a/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
index a4bf376b1e9..ce3f431e3df 100644
--- 
a/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
@@ -91,7 +91,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${maven-compiler-plugin-version}</version>
         <configuration>
-          <release>11</release>
+          <release>17</release>
         </configuration>
       </plugin>
       <plugin>

Reply via email to