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:07 UTC

[myfaces-tobago] branch tobago-5.x 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 tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 0f22d0b041 build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0
0f22d0b041 is described below

commit 0f22d0b041a9262745fd8903cb92c65c284576fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 17:01:17 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 6b72d63cc4..f70e1e48c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -634,7 +634,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>