You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2023/01/28 18:25:15 UTC

[axis-axis2-java-core] branch master updated: Bump gmavenplus-plugin from 2.0.0 to 2.1.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/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 24c1937d67 Bump gmavenplus-plugin from 2.0.0 to 2.1.0
24c1937d67 is described below

commit 24c1937d672cc0af6ef28ae1789a41f197f850cf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 27 13:08:12 2023 +0000

    Bump gmavenplus-plugin from 2.0.0 to 2.1.0
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/2.0.0...2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.gmavenplus:gmavenplus-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 f2ab3ccf88..afdc030ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1093,7 +1093,7 @@
                 <plugin>
                     <groupId>org.codehaus.gmavenplus</groupId>
                     <artifactId>gmavenplus-plugin</artifactId>
-                    <version>2.0.0</version>
+                    <version>2.1.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.groovy</groupId>