From d8adcc0aa28a4299d98d5f7ac86aa3c7a20c4395 Mon Sep 17 00:00:00 2001 From: "william.liangf" Date: Mon, 6 Feb 2012 10:53:49 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E4=B8=BA2.?= =?UTF-8?q?0.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@904 1a56cb94-b969-4eaa-88fa-be21384802f2 --- README | 16 ++++++++-------- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- dubbo-container/pom.xml | 2 +- dubbo-demo-consumer/pom.xml | 5 +++-- dubbo-demo-provider/pom.xml | 5 +++-- dubbo-demo/pom.xml | 2 +- dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor-simple/pom.xml | 5 +++-- dubbo-monitor/pom.xml | 2 +- dubbo-registry-default/pom.xml | 2 +- dubbo-registry-multicast/pom.xml | 2 +- dubbo-registry-simple/pom.xml | 5 +++-- dubbo-registry-zookeeper/pom.xml | 2 +- dubbo-registry/pom.xml | 2 +- dubbo-remoting-grizzly/pom.xml | 2 +- dubbo-remoting-http/pom.xml | 2 +- dubbo-remoting-mina/pom.xml | 2 +- dubbo-remoting-netty/pom.xml | 2 +- dubbo-remoting-p2p/pom.xml | 2 +- dubbo-remoting/pom.xml | 2 +- dubbo-rpc-default/pom.xml | 2 +- dubbo-rpc-hessian/pom.xml | 2 +- dubbo-rpc-injvm/pom.xml | 2 +- dubbo-rpc-rmi/pom.xml | 2 +- dubbo-rpc/pom.xml | 2 +- dubbo/pom.xml | 2 +- pom.xml | 2 +- 29 files changed, 44 insertions(+), 40 deletions(-) diff --git a/README b/README index 81393fc982f..f47640495d8 100644 --- a/README +++ b/README @@ -47,15 +47,15 @@ For more, please refer to: 4. Install the demo provider: cd ~/dubbo/dubbo-demo-provider/target - tar zxvf dubbo-demo-provider-2.1.0-SNAPSHOT-assembly.tar.gz - cd dubbo-demo-provider-2.1.0-SNAPSHOT/bin + tar zxvf dubbo-demo-provider-2.0.12-assembly.tar.gz + cd dubbo-demo-provider-2.0.12/bin ./start.sh 5. Install the demo consumer: cd ~/dubbo/dubbo-demo-consumer/target - tar zxvf dubbo-demo-consumer-2.1.0-SNAPSHOT-assembly.tar.gz - cd dubbo-demo-consumer-2.1.0-SNAPSHOT/bin + tar zxvf dubbo-demo-consumer-2.0.12-assembly.tar.gz + cd dubbo-demo-consumer-2.0.12/bin ./start.sh cd ../logs tail -f stdout.log @@ -63,16 +63,16 @@ For more, please refer to: 6. Install the simple monitor: cd ~/dubbo/dubbo-simple-monitor/target - tar zxvf dubbo-simple-monitor-2.1.0-SNAPSHOT-assembly.tar.gz - cd dubbo-simple-monitor-2.1.0-SNAPSHOT/bin + tar zxvf dubbo-simple-monitor-2.0.12-assembly.tar.gz + cd dubbo-simple-monitor-2.0.12/bin ./start.sh http://127.0.0.1:8080 7. Install the simple registry: cd ~/dubbo/dubbo-simple-registry/target - tar zxvf dubbo-simple-registry-2.1.0-SNAPSHOT-assembly.tar.gz - cd dubbo-simple-registry-2.1.0-SNAPSHOT/bin + tar zxvf dubbo-simple-registry-2.0.12-assembly.tar.gz + cd dubbo-simple-registry-2.0.12/bin ./start.sh cd ~/dubbo/dubbo-demo-provider/conf diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 33c024fc93a..528760dbdb1 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index b12af4e6e23..89ff9d0437f 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-common jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 6e0c62f4ef8..b9b2acbd291 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-config jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index f821e418deb..95da85f2f6b 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-container jar diff --git a/dubbo-demo-consumer/pom.xml b/dubbo-demo-consumer/pom.xml index f85a6af50ef..d1c21690e9e 100644 --- a/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo-consumer/pom.xml @@ -19,14 +19,15 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-demo-consumer jar Dubbo Demo Consumer Module The demo consumer module of dubbo project - false + false + false diff --git a/dubbo-demo-provider/pom.xml b/dubbo-demo-provider/pom.xml index 1fbf5b62344..7e32519c9aa 100644 --- a/dubbo-demo-provider/pom.xml +++ b/dubbo-demo-provider/pom.xml @@ -19,14 +19,15 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-demo-provider jar Dubbo Demo Provider Module The demo provider module of dubbo project - false + false + false diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index ceb98c66ad5..bbab8982ea8 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-demo jar diff --git a/dubbo-monitor-default/pom.xml b/dubbo-monitor-default/pom.xml index 2c9f750adf8..b4290d8fc84 100644 --- a/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-monitor-default jar diff --git a/dubbo-monitor-simple/pom.xml b/dubbo-monitor-simple/pom.xml index 50bed4a30e4..ca1a0a74988 100644 --- a/dubbo-monitor-simple/pom.xml +++ b/dubbo-monitor-simple/pom.xml @@ -19,14 +19,15 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-monitor-simple jar Dubbo Simple Monitor Module The simple monitor module of dubbo project - false + false + false diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index fb9be69a026..22ea9e0d518 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-monitor jar diff --git a/dubbo-registry-default/pom.xml b/dubbo-registry-default/pom.xml index c1176bd610a..6e1e5a09a02 100644 --- a/dubbo-registry-default/pom.xml +++ b/dubbo-registry-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-registry-default jar diff --git a/dubbo-registry-multicast/pom.xml b/dubbo-registry-multicast/pom.xml index 7c335a5bb99..51bd806f726 100644 --- a/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-registry-multicast jar diff --git a/dubbo-registry-simple/pom.xml b/dubbo-registry-simple/pom.xml index a690ff607fa..b0cb52ac3bd 100644 --- a/dubbo-registry-simple/pom.xml +++ b/dubbo-registry-simple/pom.xml @@ -19,14 +19,15 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-registry-simple jar Dubbo Simple Registry Module The simple registry module of dubbo project - false + false + false diff --git a/dubbo-registry-zookeeper/pom.xml b/dubbo-registry-zookeeper/pom.xml index 801d03da356..94a90f1086a 100644 --- a/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 1aa0a06ed50..903bd3f4c4c 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-registry jar diff --git a/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting-grizzly/pom.xml index d8212ee967a..a52bdbceedc 100644 --- a/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-remoting-grizzly jar diff --git a/dubbo-remoting-http/pom.xml b/dubbo-remoting-http/pom.xml index c32e841deda..03587bc6dd1 100644 --- a/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-remoting-http jar diff --git a/dubbo-remoting-mina/pom.xml b/dubbo-remoting-mina/pom.xml index 0d37a6639a0..cd12a742b00 100644 --- a/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-remoting-mina jar diff --git a/dubbo-remoting-netty/pom.xml b/dubbo-remoting-netty/pom.xml index c32d3836a09..8a1e1040cf4 100644 --- a/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-remoting-netty jar diff --git a/dubbo-remoting-p2p/pom.xml b/dubbo-remoting-p2p/pom.xml index c84301d8d0a..b26657622d9 100644 --- a/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-remoting-p2p jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 43e1294729c..6f5ffc3232c 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-remoting jar diff --git a/dubbo-rpc-default/pom.xml b/dubbo-rpc-default/pom.xml index 31d615cddae..60293274297 100644 --- a/dubbo-rpc-default/pom.xml +++ b/dubbo-rpc-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-rpc-default jar diff --git a/dubbo-rpc-hessian/pom.xml b/dubbo-rpc-hessian/pom.xml index 5148066f3cb..09e930b7780 100644 --- a/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-rpc-hessian jar diff --git a/dubbo-rpc-injvm/pom.xml b/dubbo-rpc-injvm/pom.xml index ed0f563e3c3..0c9a1306201 100644 --- a/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-rpc-injvm jar diff --git a/dubbo-rpc-rmi/pom.xml b/dubbo-rpc-rmi/pom.xml index b78f540e45d..bbc5f3453ff 100644 --- a/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-rpc-rmi jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 14ae96e25a9..5e154c1539d 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo-rpc jar diff --git a/dubbo/pom.xml b/dubbo/pom.xml index c4de21782d6..264189112a4 100644 --- a/dubbo/pom.xml +++ b/dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 dubbo jar diff --git a/pom.xml b/pom.xml index 0f7560b0fdf..879ec8433eb 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 1.0 dubbo-parent - 2.1.0-SNAPSHOT + 2.0.12 pom Dubbo Parent POM The parent project of dubbo