This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 6ab5b1e1 Set maven-release-plugin to 3.1.1
6ab5b1e1 is described below
commit 6ab5b1e1e2ef31ab4718b21599227b82abc20446
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jul 18 17:02:34 2024 +0200
Set maven-release-plugin to 3.1.1
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4eab8c0f..bf2e8bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,6 +576,7 @@
<maven-dependency-plugin-version>3.7.1</maven-dependency-plugin-version>
<maven-jar-plugin-version>3.4.2</maven-jar-plugin-version>
<maven-jaxb2-plugin-version>3.2.0</maven-jaxb2-plugin-version>
+ <maven-release-plugin-version>3.1.1</maven-release-plugin-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-shade-plugin-version>3.6.0</maven-shade-plugin-version>
</properties>
@@ -756,7 +757,7 @@
<goal>jar</goal>
</goals>
<configuration>
- <source>17</source>
+ <source>${jdk-version}</source>
<doclint>none</doclint>
</configuration>
</execution>
@@ -829,7 +830,7 @@
</execution>
</executions>
<configuration>
- <source>17</source>
+ <source>${jdk-version}</source>
<additionalOptions>${javadoc.opts}</additionalOptions>
<!-- disable Javadoc linting for buildung the
release with Java 11 -->
<doclint>none</doclint>