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/06/14 20:25:50 UTC

[ws-axiom] branch master updated: Bump maven.version from 3.8.5 to 3.8.6

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 a28092896 Bump maven.version from 3.8.5 to 3.8.6
a28092896 is described below

commit a28092896c9ea2dca50e17123c59361e63ac34b1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 13 03:40:38 2022 +0000

    Bump maven.version from 3.8.5 to 3.8.6
    
    Bumps `maven.version` from 3.8.5 to 3.8.6.
    
    Updates `maven-plugin-api` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    Updates `maven-core` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    Updates `maven-artifact` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    Updates `maven-model` from 3.8.5 to 3.8.6
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 buildutils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index efe438534..c31f369ab 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -39,7 +39,7 @@
     </modules>
 
     <properties>
-        <maven.version>3.8.5</maven.version>
+        <maven.version>3.8.6</maven.version>
         <maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
     </properties>