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

min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/0.1-release by this push:
     new b2fad1e  add spring boot maven plugin version
b2fad1e is described below

commit b2fad1e4c6fc93cba20e60bb8a1d75dda52c5eb4
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 30 17:21:19 2019 +0800

    add spring boot maven plugin version
---
 dubbo-admin-backend/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dubbo-admin-backend/pom.xml b/dubbo-admin-backend/pom.xml
index 3f5e59d..134a559 100644
--- a/dubbo-admin-backend/pom.xml
+++ b/dubbo-admin-backend/pom.xml
@@ -137,6 +137,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.0.2.RELEASE</version>
             </plugin>
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>

Reply via email to