You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/28 14:28:32 UTC

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

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-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 990355e  build(deps): bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 (#777)
990355e is described below

commit 990355e496f1e0d379e0601cbedd765c3d35eee9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 28 15:28:28 2022 +0100

    build(deps): bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 (#777)
    
    Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M1 to 3.0.0-M2.
    - [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-M1...maven-deploy-plugin-3.0.0-M2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 c9524ff..0094abb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <maven-checkstyle-plugin-version>3.1.2</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-M1</maven-deploy-plugin-version>
+        <maven-deploy-plugin-version>3.0.0-M2</maven-deploy-plugin-version>
         <maven-javadoc-plugin-version>3.3.1</maven-javadoc-plugin-version>
         <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
         <maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 6415352..62ceaed 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -266,7 +266,7 @@
                         <inherited>true</inherited>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-deploy-plugin</artifactId>
-                        <version>3.0.0-M1</version>
+                        <version>3.0.0-M2</version>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>