You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/07/04 17:44:34 UTC

[ws-axiom] branch master updated: Bump maven-assembly-plugin from 3.3.0 to 3.4.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new b2a197b78 Bump maven-assembly-plugin from 3.3.0 to 3.4.0
b2a197b78 is described below

commit b2a197b780ddd272c3c6fc64a0d5527edfe20fef
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 4 04:36:17 2022 +0000

    Bump maven-assembly-plugin from 3.3.0 to 3.4.0
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.3.0...maven-assembly-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-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 52672ef71..8061eb219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -707,7 +707,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>3.4.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.gmavenplus</groupId>