You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/11/28 07:18:36 UTC

[dubbo-samples] branch master updated: Fix spring maven plugin goal (#590)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 07b6491a Fix spring maven plugin goal (#590)
07b6491a is described below

commit 07b6491a87e650c3d01ed028a6bb031427600ddf
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Mon Nov 28 15:18:31 2022 +0800

    Fix spring maven plugin goal (#590)
---
 dubbo-samples-edas/dubbo-samples-edas-consumer/pom.xml | 1 +
 dubbo-samples-ssl/dubbo-samples-ssl-consumer/pom.xml   | 1 +
 dubbo-samples-ssl/dubbo-samples-ssl-provider/pom.xml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dubbo-samples-edas/dubbo-samples-edas-consumer/pom.xml b/dubbo-samples-edas/dubbo-samples-edas-consumer/pom.xml
index 78749c4d..72db1305 100644
--- a/dubbo-samples-edas/dubbo-samples-edas-consumer/pom.xml
+++ b/dubbo-samples-edas/dubbo-samples-edas-consumer/pom.xml
@@ -104,6 +104,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.4</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/dubbo-samples-ssl/dubbo-samples-ssl-consumer/pom.xml b/dubbo-samples-ssl/dubbo-samples-ssl-consumer/pom.xml
index a2403cac..0b021843 100644
--- a/dubbo-samples-ssl/dubbo-samples-ssl-consumer/pom.xml
+++ b/dubbo-samples-ssl/dubbo-samples-ssl-consumer/pom.xml
@@ -90,6 +90,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.4</version>
                 <configuration>
                     <executable>true</executable>
                     <mainClass>org.apache.dubbo.samples.basic.SslBasicConsumer</mainClass>
diff --git a/dubbo-samples-ssl/dubbo-samples-ssl-provider/pom.xml b/dubbo-samples-ssl/dubbo-samples-ssl-provider/pom.xml
index 09e85560..7bbe6ee9 100644
--- a/dubbo-samples-ssl/dubbo-samples-ssl-provider/pom.xml
+++ b/dubbo-samples-ssl/dubbo-samples-ssl-provider/pom.xml
@@ -92,6 +92,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.4</version>
                 <configuration>
                     <executable>true</executable>
                     <mainClass>org.apache.dubbo.samples.basic.SslBasicProvider</mainClass>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org