You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/08 08:13:48 UTC

(camel-kamelets) branch main updated: Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0 to 3.1.1 (#1790)

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 e2f10066 Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0 to 3.1.1 (#1790)
e2f10066 is described below

commit e2f100665e02a97e1bd531a1af1fdab38f113ff8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 8 09:13:44 2023 +0100

    Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0 to 3.1.1 (#1790)
    
    Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.1.
    - [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
    - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a033a2a9..8039af92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <failIfNoTests>false</failIfNoTests>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
-        <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
+        <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
         <maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>