You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/02/09 18:51:11 UTC

[myfaces-tobago] 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.

hnoeth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit 10335a5da8007944e557674edf5dda3e13feb4d2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 16:58:56 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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index efdc3f374a..5394c81d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -624,7 +624,7 @@
         <plugin>
           <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.codehaus.mojo</groupId>