This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push: new 1f9fa288 Fix indentation in pom.xml (tab used instead of spaces) (#1555) 1f9fa288 is described below commit 1f9fa2882ebd2f5ac7191abcd334ff5879216246 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Wed Aug 9 11:57:44 2023 +0200 Fix indentation in pom.xml (tab used instead of spaces) (#1555) Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 71c00dbd..656069ca 100644 --- a/pom.xml +++ b/pom.xml @@ -43,8 +43,8 @@ <properties> <maven.compiler.source>17</maven.compiler.source> - <maven.compiler.target>17</maven.compiler.target> - <maven.compiler.release>17</maven.compiler.release> + <maven.compiler.target>17</maven.compiler.target> + <maven.compiler.release>17</maven.compiler.release> <failIfNoTests>false</failIfNoTests> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -58,7 +58,7 @@ <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version> <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version> <apache-rat-plugin.version>0.14</apache-rat-plugin.version> - <cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version> + <cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version> <camel.version>4.0.0-RC1</camel.version> <camel.k.crds.version>1.12.1</camel.k.crds.version>