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.git
commit ba4bf712e66e17fd8c47536e9c45564b6637bb99 Author: Claus Ibsen <[email protected]> AuthorDate: Fri May 10 10:32:56 2024 +0200 Revert "Bump com.mycila:license-maven-plugin from 4.3 to 4.4 (#14093)" This reverts commit 16341087dc0393ecbe2005f489c8d22249085387. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f711522f0e..5cfb2d9c976 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ <cyclonedx-maven-plugin-version>2.8.0</cyclonedx-maven-plugin-version> <flatten-maven-plugin-version>1.6.0</flatten-maven-plugin-version> <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version> - <license-maven-plugin-version>4.4</license-maven-plugin-version> + <license-maven-plugin-version>4.3</license-maven-plugin-version> <maven-assembly-plugin-version>3.7.1</maven-assembly-plugin-version> <maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version> <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
