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
commit 0b39aaba339a9220a9533b248ff0839521a372b7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 4 07:46:28 2022 +0200 Upgrade Maven Deploy to version 3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1deb0fd3..433f8c1f 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <failIfNoTests>false</failIfNoTests> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> - <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> + <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version> <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>