From c5e2829b785905fdcf52475bbfb1048c39aba3bb Mon Sep 17 00:00:00 2001 From: "chao.liuc" Date: Thu, 15 Dec 2011 03:24:53 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=88=B02.1.0-SNAPSHOT?= 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@676 1a56cb94-b969-4eaa-88fa-be21384802f2 --- 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 | 2 +- dubbo-demo-provider/pom.xml | 2 +- dubbo-demo/pom.xml | 2 +- dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor-simple/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-registry-default/pom.xml | 2 +- dubbo-registry-multicast/pom.xml | 2 +- dubbo-registry-simple/pom.xml | 2 +- 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/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 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 49e7a3773d..33c024fc93 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index c61b48caaa..b12af4e6e2 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-common jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index f38c9664cd..6e0c62f4ef 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-config jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 07710e71a9..f821e418de 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-container jar diff --git a/dubbo-demo-consumer/pom.xml b/dubbo-demo-consumer/pom.xml index 02c4368214..f85a6af50e 100644 --- a/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo-provider/pom.xml b/dubbo-demo-provider/pom.xml index fc162567fc..1fbf5b6234 100644 --- a/dubbo-demo-provider/pom.xml +++ b/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index ee464cbb3a..ceb98c66ad 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-demo jar diff --git a/dubbo-monitor-default/pom.xml b/dubbo-monitor-default/pom.xml index 1ef9d3e766..a011aa7885 100644 --- a/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor-simple/pom.xml b/dubbo-monitor-simple/pom.xml index d18c4fd4da..50bed4a30e 100644 --- a/dubbo-monitor-simple/pom.xml +++ b/dubbo-monitor-simple/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-monitor-simple jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 9d82cafe50..fb9be69a02 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-monitor jar diff --git a/dubbo-registry-default/pom.xml b/dubbo-registry-default/pom.xml index 380ac0b09e..c1176bd610 100644 --- a/dubbo-registry-default/pom.xml +++ b/dubbo-registry-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry-multicast/pom.xml b/dubbo-registry-multicast/pom.xml index f4bebf0409..7c335a5bb9 100644 --- a/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry-simple/pom.xml b/dubbo-registry-simple/pom.xml index f8c8c4c154..7febf80235 100644 --- a/dubbo-registry-simple/pom.xml +++ b/dubbo-registry-simple/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-registry-simple jar diff --git a/dubbo-registry-zookeeper/pom.xml b/dubbo-registry-zookeeper/pom.xml index 45736b7810..801d03da35 100644 --- a/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index e6240f47df..1aa0a06ed5 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-registry jar diff --git a/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting-grizzly/pom.xml index 775b78068f..d8212ee967 100644 --- a/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting-http/pom.xml b/dubbo-remoting-http/pom.xml index c2197b674c..c32e841ded 100644 --- a/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting-mina/pom.xml b/dubbo-remoting-mina/pom.xml index d7d684fe5f..0d37a6639a 100644 --- a/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting-netty/pom.xml b/dubbo-remoting-netty/pom.xml index 61167ba1dd..c32d3836a0 100644 --- a/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 806b8e0483..43e1294729 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-remoting jar diff --git a/dubbo-rpc-default/pom.xml b/dubbo-rpc-default/pom.xml index 975fa4ea3b..31d615cdda 100644 --- a/dubbo-rpc-default/pom.xml +++ b/dubbo-rpc-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-rpc-default jar diff --git a/dubbo-rpc-hessian/pom.xml b/dubbo-rpc-hessian/pom.xml index 78537ec688..5148066f3c 100644 --- a/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc-injvm/pom.xml b/dubbo-rpc-injvm/pom.xml index 03f9745807..ed0f563e3c 100644 --- a/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc-rmi/pom.xml b/dubbo-rpc-rmi/pom.xml index 886d6508d1..b78f540e45 100644 --- a/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 580fe8b855..14ae96e25a 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo-rpc jar diff --git a/dubbo/pom.xml b/dubbo/pom.xml index a4f8e4325c..62090706e8 100644 --- a/dubbo/pom.xml +++ b/dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT dubbo jar diff --git a/pom.xml b/pom.xml index 023f71fe5a..fc6a7784cb 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 1.0 dubbo-parent - 2.0.9 + 2.1.0-SNAPSHOT pom Dubbo Parent POM The top project of dubbo