You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/03/18 03:31:30 UTC

[incubator-dubbo-admin] branch 0.2.0-release updated: update version to 0.2.0

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

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


The following commit(s) were added to refs/heads/0.2.0-release by this push:
     new 1cc5b28  update version to 0.2.0
1cc5b28 is described below

commit 1cc5b282529607b874fe0250b2cbce1221f7312f
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Mon Mar 18 11:31:20 2019 +0800

    update version to 0.2.0
---
 dubbo-admin-distribution/pom.xml | 2 +-
 dubbo-admin-server/pom.xml       | 2 +-
 dubbo-admin-ui/pom.xml           | 2 +-
 pom.xml                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dubbo-admin-distribution/pom.xml b/dubbo-admin-distribution/pom.xml
index 244444e..004861b 100644
--- a/dubbo-admin-distribution/pom.xml
+++ b/dubbo-admin-distribution/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>dubbo-admin</artifactId>
         <groupId>org.apache</groupId>
-        <version>0.1</version>
+        <version>0.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-admin-server/pom.xml b/dubbo-admin-server/pom.xml
index d968143..d29ff40 100644
--- a/dubbo-admin-server/pom.xml
+++ b/dubbo-admin-server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>dubbo-admin</artifactId>
         <groupId>org.apache</groupId>
-        <version>0.1</version>
+        <version>0.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dubbo-admin-ui/pom.xml b/dubbo-admin-ui/pom.xml
index fd01811..6948f0b 100644
--- a/dubbo-admin-ui/pom.xml
+++ b/dubbo-admin-ui/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>dubbo-admin</artifactId>
         <groupId>org.apache</groupId>
-        <version>0.1</version>
+        <version>0.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index e153dc7..4fb10f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
 	<groupId>org.apache</groupId>
 	<artifactId>dubbo-admin</artifactId>
-	<version>0.1</version>
+	<version>0.2.0</version>
 	<modules>
 		<module>dubbo-admin-ui</module>
 		<module>dubbo-admin-server</module>