You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/22 11:30:55 UTC

[camel-k-runtime] branch main updated: build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 30e84af5 build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0
30e84af5 is described below

commit 30e84af5a020f308f17870a8f3dfa0a2bbb7057a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 8 20:58:16 2023 +0000

    build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0
    
    Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.0.
    - [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.0)
    
    ---
    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>
---
 pom.xml                             | 2 +-
 support/camel-k-runtime-bom/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55ef2d69..bc6a51f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <maven-checkstyle-plugin-version>3.2.1</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.44</maven-checkstyle-version>
         <maven-gpg-plugin-version>3.0.1</maven-gpg-plugin-version>
-        <maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>
+        <maven-deploy-plugin-version>3.1.0</maven-deploy-plugin-version>
         <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
         <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
         <jandex-maven-plugin-version>1.2.3</jandex-maven-plugin-version>
diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 97e8638b..2f9bda4b 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -244,7 +244,7 @@
                         <inherited>true</inherited>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-deploy-plugin</artifactId>
-                        <version>3.0.0</version>
+                        <version>3.1.0</version>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>