This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 0763508 (chores) Adjust archetypes so that generated projects use
Java 11 at minimum (#109)
0763508 is described below
commit 076350820141b27e0c7b255f1a80414cb372aba0
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sat Jan 22 10:08:32 2022 +0100
(chores) Adjust archetypes so that generated projects use Java 11 at
minimum (#109)
---
.../src/main/resources/archetype-resources/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
b/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
index ec194c9..3998858 100644
---
a/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
+++
b/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
@@ -93,8 +93,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin-version}</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <release>11</release>
</configuration>
</plugin>
<plugin>