You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2022/05/20 07:21:11 UTC

[servicecomb-java-chassis] branch master updated: Bump mixin-maven-plugin from 0.1-alpha-39 to 0.1-alpha-40 (#2969)

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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cedaec0c Bump mixin-maven-plugin from 0.1-alpha-39 to 0.1-alpha-40 (#2969)
0cedaec0c is described below

commit 0cedaec0c15d54622baeadd19976cade650c054b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 20 15:21:06 2022 +0800

    Bump mixin-maven-plugin from 0.1-alpha-39 to 0.1-alpha-40 (#2969)
---
 demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/pom.xml b/demo/pom.xml
index e337487ce..534bed162 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -136,7 +136,7 @@
         <plugin>
           <groupId>com.github.odavid.maven.plugins</groupId>
           <artifactId>mixin-maven-plugin</artifactId>
-          <version>0.1-alpha-39</version>
+          <version>0.1-alpha-40</version>
           <extensions>true</extensions>
         </plugin>
         <plugin>