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 2021/04/05 11:30:21 UTC

[ws-axiom] branch master updated: Bump maven.version from 3.6.3 to 3.8.1

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 c01d149  Bump maven.version from 3.6.3 to 3.8.1
c01d149 is described below

commit c01d149121d8178ac9ea0afc9a8b703b4ab74b6d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 5 05:08:27 2021 +0000

    Bump maven.version from 3.6.3 to 3.8.1
    
    Bumps `maven.version` from 3.6.3 to 3.8.1.
    
    Updates `maven-plugin-api` from 3.6.3 to 3.8.1
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.1)
    
    Updates `maven-core` from 3.6.3 to 3.8.1
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.1)
    
    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 90f74a9..c16dd6c 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -39,7 +39,7 @@
 
     <properties>
         <javaVersion>1.8</javaVersion>
-        <maven.version>3.6.3</maven.version>
+        <maven.version>3.8.1</maven.version>
     </properties>
 
     <dependencyManagement>