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 314cfa1 update Version to 0.1
314cfa1 is described below
commit 314cfa1290c97702aeba6643ba7d58f9c9f7b4c9
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 30 16:27:43 2019 +0800
update Version to 0.1
---
README.md | 2 +-
README_ZH.md | 2 +-
dubbo-admin-backend/pom.xml | 2 +-
dubbo-admin-frontend/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index bc68b72..8f319d5 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ service governance follows the version of Dubbo 2.7, and
compatible for Dubbo 2.
4. Start
* `mvn --projects dubbo-admin-backend spring-boot:run`
OR
- * `cd dubbo-admin-backend/target`; `java -jar
dubbo-admin-backend-0.0.1-SNAPSHOT.jar`
+ * `cd dubbo-admin-backend/target`; `java -jar
dubbo-admin-backend-0.1.jar`
5. Visit `http://localhost:8080`
---
diff --git a/README_ZH.md b/README_ZH.md
index 0790ee0..917b22f 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -37,7 +37,7 @@
4. 启动
* `mvn --projects dubbo-admin-backend spring-boot:run`
或者
- * `cd dubbo-admin-backend/target; java -jar
dubbo-admin-backend-0.0.1-SNAPSHOT.jar`
+ * `cd dubbo-admin-backend/target; java -jar dubbo-admin-backend-0.1.jar`
5. 访问 `http://localhost:8080`
---
diff --git a/dubbo-admin-backend/pom.xml b/dubbo-admin-backend/pom.xml
index c958c30..3f5e59d 100644
--- a/dubbo-admin-backend/pom.xml
+++ b/dubbo-admin-backend/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>dubbo-admin</artifactId>
<groupId>org.apache</groupId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/dubbo-admin-frontend/pom.xml b/dubbo-admin-frontend/pom.xml
index ae0ac06..824fe1f 100644
--- a/dubbo-admin-frontend/pom.xml
+++ b/dubbo-admin-frontend/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>dubbo-admin</artifactId>
<groupId>org.apache</groupId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index ede6a06..67d9617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.apache</groupId>
<artifactId>dubbo-admin</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1</version>
<modules>
<module>dubbo-admin-frontend</module>
<module>dubbo-admin-backend</module>