From 6f6fd98312ffa7c88e6ede7e4ed0ef9427bae6bd Mon Sep 17 00:00:00 2001 From: kimi Date: Tue, 26 Jun 2012 14:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BF=BD=E6=B1=BE=EF=BF=BD=EF=BF=BD=EF=BF=BD?= =?UTF-8?q?=EF=BF=BD=CE=AA=202.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 138 +-- dubbo-config/dubbo-config-api/pom.xml | 204 ++-- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 72 +- dubbo-container/dubbo-container-api/pom.xml | 2 +- dubbo-container/dubbo-container-jetty/pom.xml | 2 +- dubbo-container/dubbo-container-log4j/pom.xml | 2 +- .../dubbo-container-spring/pom.xml | 2 +- dubbo-container/pom.xml | 76 +- dubbo-demo/dubbo-demo-api/pom.xml | 60 +- dubbo-demo/dubbo-demo-consumer/pom.xml | 2 +- dubbo-demo/dubbo-demo-examples/pom.xml | 2 +- dubbo-demo/dubbo-demo-provider/pom.xml | 2 +- dubbo-demo/pom.xml | 76 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 72 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 72 +- dubbo-registry/dubbo-registry-api/pom.xml | 2 +- dubbo-registry/dubbo-registry-default/pom.xml | 122 +- .../dubbo-registry-multicast/pom.xml | 74 +- dubbo-registry/dubbo-registry-redis/pom.xml | 84 +- .../dubbo-registry-zookeeper/pom.xml | 84 +- dubbo-registry/pom.xml | 78 +- dubbo-remoting/dubbo-remoting-api/pom.xml | 74 +- dubbo-remoting/dubbo-remoting-grizzly/pom.xml | 82 +- dubbo-remoting/dubbo-remoting-http/pom.xml | 82 +- dubbo-remoting/dubbo-remoting-mina/pom.xml | 90 +- dubbo-remoting/dubbo-remoting-netty/pom.xml | 82 +- dubbo-remoting/dubbo-remoting-p2p/pom.xml | 74 +- .../dubbo-remoting-zookeeper/pom.xml | 98 +- dubbo-remoting/pom.xml | 82 +- dubbo-rpc/dubbo-rpc-api/pom.xml | 74 +- dubbo-rpc/dubbo-rpc-default/pom.xml | 128 +- dubbo-rpc/dubbo-rpc-hessian/pom.xml | 104 +- dubbo-rpc/dubbo-rpc-http/pom.xml | 92 +- dubbo-rpc/dubbo-rpc-injvm/pom.xml | 74 +- dubbo-rpc/dubbo-rpc-memcached/pom.xml | 82 +- dubbo-rpc/dubbo-rpc-redis/pom.xml | 84 +- dubbo-rpc/dubbo-rpc-rmi/pom.xml | 86 +- dubbo-rpc/dubbo-rpc-thrift/pom.xml | 148 +-- dubbo-rpc/dubbo-rpc-webservice/pom.xml | 112 +- dubbo-rpc/pom.xml | 88 +- dubbo-simple/dubbo-monitor-simple/pom.xml | 2 +- dubbo-simple/dubbo-registry-simple/pom.xml | 2 +- dubbo-simple/pom.xml | 72 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- dubbo-test/dubbo-test-compatibility/pom.xml | 2 +- dubbo-test/dubbo-test-integration/pom.xml | 2 +- dubbo-test/pom.xml | 74 +- dubbo/pom.xml | 2 +- pom.xml | 1062 ++++++++--------- 55 files changed, 2098 insertions(+), 2098 deletions(-) diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 386f96852bc..c757f79ae2d 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.3.1-SNAPSHOT + 2.3.1 dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index a4e0e030d9c..e519baf4e9e 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -1,70 +1,70 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-common - jar - ${project.artifactId} - The common module of dubbo project - - true - - - - org.slf4j - slf4j-api - provided - - - commons-logging - commons-logging-api - provided - - - log4j - log4j - - - org.javassist - javassist - - - com.alibaba - hessian-lite - - - com.alibaba - fastjson - provided - - - org.jvnet.sorcerer - sorcerer-javac - provided - - - cglib - cglib-nodep - test - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-common + jar + ${project.artifactId} + The common module of dubbo project + + true + + + + org.slf4j + slf4j-api + provided + + + commons-logging + commons-logging-api + provided + + + log4j + log4j + + + org.javassist + javassist + + + com.alibaba + hessian-lite + + + com.alibaba + fastjson + provided + + + org.jvnet.sorcerer + sorcerer-javac + provided + + + cglib + cglib-nodep + test + + \ No newline at end of file diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 9382ae61a9b..4aec819566a 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -1,103 +1,103 @@ - - - 4.0.0 - - com.alibaba - dubbo-config - 2.3.1-SNAPSHOT - - dubbo-config-api - jar - ${project.artifactId} - The config api module of dubbo project - - true - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-monitor-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-filter-validation - ${project.parent.version} - - - com.alibaba - dubbo-filter-cache - ${project.parent.version} - - - com.alibaba - dubbo-registry-default - ${project.parent.version} - test - - - com.alibaba - dubbo-monitor-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-rmi - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - javax.validation - validation-api - test - - - org.hibernate - hibernate-validator - test - - + + + 4.0.0 + + com.alibaba + dubbo-config + 2.3.1 + + dubbo-config-api + jar + ${project.artifactId} + The config api module of dubbo project + + true + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-monitor-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-filter-validation + ${project.parent.version} + + + com.alibaba + dubbo-filter-cache + ${project.parent.version} + + + com.alibaba + dubbo-registry-default + ${project.parent.version} + test + + + com.alibaba + dubbo-monitor-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-rmi + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + javax.validation + validation-api + test + + + org.hibernate + hibernate-validator + test + + \ No newline at end of file diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index b0107246db2..19ca6ec4364 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.3.1-SNAPSHOT + 2.3.1 dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index a6410d2fe83..d17a60be6db 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -1,36 +1,36 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-config - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The config module of dubbo project - - true - - - dubbo-config-api - dubbo-config-spring - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-config + 2.3.1 + pom + ${project.artifactId} + The config module of dubbo project + + true + + + dubbo-config-api + dubbo-config-spring + + diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index 7141563209c..c3a7a338853 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.3.1-SNAPSHOT + 2.3.1 dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-jetty/pom.xml b/dubbo-container/dubbo-container-jetty/pom.xml index 966727b17f3..5d3cc861aff 100644 --- a/dubbo-container/dubbo-container-jetty/pom.xml +++ b/dubbo-container/dubbo-container-jetty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.3.1-SNAPSHOT + 2.3.1 dubbo-container-jetty jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 207958c1f6d..75f657ed2c7 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.3.1-SNAPSHOT + 2.3.1 dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 1f13e68d974..05b7866a511 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.3.1-SNAPSHOT + 2.3.1 dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 501ced387a3..3aacbd6506a 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-container - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The container module of dubbo project - - true - - - dubbo-container-api - dubbo-container-spring - dubbo-container-jetty - dubbo-container-log4j - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-container + 2.3.1 + pom + ${project.artifactId} + The container module of dubbo project + + true + + + dubbo-container-api + dubbo-container-spring + dubbo-container-jetty + dubbo-container-log4j + + diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index fe16f569ab0..f9cd47fe82d 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -1,31 +1,31 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.3.1-SNAPSHOT - - dubbo-demo-api - jar - ${project.artifactId} - The demo module of dubbo project - - true - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.3.1 + + dubbo-demo-api + jar + ${project.artifactId} + The demo module of dubbo project + + true + \ No newline at end of file diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 58405ed79d9..883ba0b99c2 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.3.1-SNAPSHOT + 2.3.1 dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-examples/pom.xml b/dubbo-demo/dubbo-demo-examples/pom.xml index 89207d315a2..4434d848ddd 100644 --- a/dubbo-demo/dubbo-demo-examples/pom.xml +++ b/dubbo-demo/dubbo-demo-examples/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.3.1-SNAPSHOT + 2.3.1 dubbo-demo-examples jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index ce11750c48f..3ac6e472baa 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.3.1-SNAPSHOT + 2.3.1 dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 6b8802a2af9..2def6d68aef 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-demo - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The demo module of dubbo project - - true - - - dubbo-demo-api - dubbo-demo-provider - dubbo-demo-consumer - dubbo-demo-examples - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-demo + 2.3.1 + pom + ${project.artifactId} + The demo module of dubbo project + + true + + + dubbo-demo-api + dubbo-demo-provider + dubbo-demo-consumer + dubbo-demo-examples + + diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index 110bdb27db6..1c6c66a90de 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.3.1-SNAPSHOT + 2.3.1 dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 6fb5f57d189..0d2e5dc0eb9 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.3.1-SNAPSHOT + 2.3.1 dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 9d71a877a31..02c4805a87d 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -1,36 +1,36 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-filter - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The filter module of dubbo project - - true - - - dubbo-filter-cache - dubbo-filter-validation - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-filter + 2.3.1 + pom + ${project.artifactId} + The filter module of dubbo project + + true + + + dubbo-filter-cache + dubbo-filter-validation + + diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index 0ac236b9c4a..36ffcaef9e8 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.3.1-SNAPSHOT + 2.3.1 dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index 3a970c941da..6502baa59ec 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.3.1-SNAPSHOT + 2.3.1 dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index b8d6f26f203..fd0452fbe57 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -1,36 +1,36 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-monitor - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The monitor module of dubbo project - - true - - - dubbo-monitor-api - dubbo-monitor-default - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-monitor + 2.3.1 + pom + ${project.artifactId} + The monitor module of dubbo project + + true + + + dubbo-monitor-api + dubbo-monitor-default + + diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 3655630c2d2..08b50dd6e0b 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.3.1-SNAPSHOT + 2.3.1 dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 47c71861cd2..33954a6259c 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -1,62 +1,62 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.3.1-SNAPSHOT - - dubbo-registry-default - jar - ${project.artifactId} - The default registry module of dubbo project - - true - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - org.apache.bsf - bsf-api - test - true - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.3.1 + + dubbo-registry-default + jar + ${project.artifactId} + The default registry module of dubbo project + + true + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + org.apache.bsf + bsf-api + test + true + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 1da40182ac1..8c88e534656 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.3.1-SNAPSHOT - - dubbo-registry-multicast - jar - ${project.artifactId} - The multicast registry module of dubbo project - - true - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.3.1 + + dubbo-registry-multicast + jar + ${project.artifactId} + The multicast registry module of dubbo project + + true + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 7d6c49d65bd..37a31911771 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -1,43 +1,43 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.3.1-SNAPSHOT - - dubbo-registry-redis - jar - ${project.artifactId} - The redis registry module of dubbo project - - true - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - redis.clients - jedis - provided - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.3.1 + + dubbo-registry-redis + jar + ${project.artifactId} + The redis registry module of dubbo project + + true + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + redis.clients + jedis + provided + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index a4ef24b83f5..ce593695120 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -1,43 +1,43 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.3.1-SNAPSHOT - - dubbo-registry-zookeeper - jar - ${project.artifactId} - The zookeeper registry module of dubbo project - - true - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-zookeeper - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.3.1 + + dubbo-registry-zookeeper + jar + ${project.artifactId} + The zookeeper registry module of dubbo project + + true + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-zookeeper + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index c13e95398f0..fb71684434e 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -1,39 +1,39 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-registry - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The registry module of dubbo project - - true - - - dubbo-registry-api - dubbo-registry-default - dubbo-registry-multicast - dubbo-registry-zookeeper - dubbo-registry-redis - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-registry + 2.3.1 + pom + ${project.artifactId} + The registry module of dubbo project + + true + + + dubbo-registry-api + dubbo-registry-default + dubbo-registry-multicast + dubbo-registry-zookeeper + dubbo-registry-redis + + diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 0977080ee49..f5d7178ee4a 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-api - jar - ${project.artifactId} - The remoting module of dubbo project - - true - - - - com.alibaba - dubbo-common - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-api + jar + ${project.artifactId} + The remoting module of dubbo project + + true + + + + com.alibaba + dubbo-common + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index 39e4b38f7a7..2f5bbf8fcfb 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -1,42 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-grizzly - jar - ${project.artifactId} - The grizzly remoting module of dubbo project - - true - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.glassfish.grizzly - grizzly-core - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-grizzly + jar + ${project.artifactId} + The grizzly remoting module of dubbo project + + true + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.glassfish.grizzly + grizzly-core + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index b7232ac6f74..6b6aeefe5d1 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -1,42 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-http - jar - ${project.artifactId} - The http remoting module of dubbo project - - true - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - org.mortbay.jetty - jetty - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-http + jar + ${project.artifactId} + The http remoting module of dubbo project + + true + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + org.mortbay.jetty + jetty + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 74be16e4f08..2d13073e59b 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -1,46 +1,46 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-mina - jar - ${project.artifactId} - The mina remoting module of dubbo project - - true - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.apache.mina - mina-core - - - org.slf4j - slf4j-api - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-mina + jar + ${project.artifactId} + The mina remoting module of dubbo project + + true + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.apache.mina + mina-core + + + org.slf4j + slf4j-api + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index ac9189503bb..2d26e3d3f25 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -1,42 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-netty - jar - ${project.artifactId} - The netty remoting module of dubbo project - - true - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.jboss.netty - netty - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-netty + jar + ${project.artifactId} + The netty remoting module of dubbo project + + true + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.jboss.netty + netty + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index a8804149233..c6a654272cf 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-p2p - jar - ${project.artifactId} - The p2p remoting module of dubbo project - - true - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-p2p + jar + ${project.artifactId} + The p2p remoting module of dubbo project + + true + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 3ad86f56e57..90561f31289 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -1,50 +1,50 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.3.1-SNAPSHOT - - dubbo-remoting-zookeeper - jar - ${project.artifactId} - The zookeeper remoting module of dubbo project - - true - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - org.apache.zookeeper - zookeeper - - - com.github.sgroschupf - zkclient - - - com.netflix.curator - curator-framework - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.3.1 + + dubbo-remoting-zookeeper + jar + ${project.artifactId} + The zookeeper remoting module of dubbo project + + true + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + org.apache.zookeeper + zookeeper + + + com.github.sgroschupf + zkclient + + + com.netflix.curator + curator-framework + + \ No newline at end of file diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 5ef1fc86985..40610dd2d48 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -1,41 +1,41 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-remoting - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The remoting module of dubbo project - - true - - - dubbo-remoting-api - dubbo-remoting-netty - dubbo-remoting-mina - dubbo-remoting-grizzly - dubbo-remoting-p2p - dubbo-remoting-http - dubbo-remoting-zookeeper - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-remoting + 2.3.1 + pom + ${project.artifactId} + The remoting module of dubbo project + + true + + + dubbo-remoting-api + dubbo-remoting-netty + dubbo-remoting-mina + dubbo-remoting-grizzly + dubbo-remoting-p2p + dubbo-remoting-http + dubbo-remoting-zookeeper + + diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index 7ccf1a4b91b..021d87f4ee0 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-api - jar - ${project.artifactId} - The rpc module of dubbo project - - true - - - - com.alibaba - dubbo-common - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-api + jar + ${project.artifactId} + The rpc module of dubbo project + + true + + + + com.alibaba + dubbo-common + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-default/pom.xml b/dubbo-rpc/dubbo-rpc-default/pom.xml index 9d93267052a..d22e4af6363 100644 --- a/dubbo-rpc/dubbo-rpc-default/pom.xml +++ b/dubbo-rpc/dubbo-rpc-default/pom.xml @@ -1,65 +1,65 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-default - jar - ${project.artifactId} - The default rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - org.mortbay.jetty - jetty - - - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - org.apache.mina - mina-core - test - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-default + jar + ${project.artifactId} + The default rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + org.mortbay.jetty + jetty + + + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + org.apache.mina + mina-core + test + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 67f93b8d2c1..2795b7014b5 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -1,53 +1,53 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-hessian - jar - ${project.artifactId} - The hessian rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - com.caucho - hessian - - - org.apache.httpcomponents - httpclient - provided - true - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-hessian + jar + ${project.artifactId} + The hessian rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + com.caucho + hessian + + + org.apache.httpcomponents + httpclient + provided + true + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 15bb5471ac2..7f35c2210df 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -1,47 +1,47 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-http - jar - ${project.artifactId} - The http rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - org.springframework - spring - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-http + jar + ${project.artifactId} + The http rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + org.springframework + spring + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 0edec1e62e5..136e31a97db 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -1,38 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-injvm - jar - ${project.artifactId} - The injvm rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-injvm + jar + ${project.artifactId} + The injvm rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 8ef741a52e9..5df2dc84883 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -1,42 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-memcached - jar - ${project.artifactId} - The memcached rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.googlecode.xmemcached - xmemcached - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-memcached + jar + ${project.artifactId} + The memcached rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.googlecode.xmemcached + xmemcached + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 42475134cd7..196e1141061 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -1,43 +1,43 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-redis - jar - ${project.artifactId} - The redis rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - redis.clients - jedis - provided - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-redis + jar + ${project.artifactId} + The redis rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + redis.clients + jedis + provided + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index fbfb44b6ab9..7a8a9f88492 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -1,44 +1,44 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-rmi - jar - ${project.artifactId} - The rmi rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - org.springframework - spring - provided - true - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-rmi + jar + ${project.artifactId} + The rmi rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + org.springframework + spring + provided + true + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index b991e969f91..e0a5a504f82 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -1,75 +1,75 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-thrift - jar - ${project.artifactId} - The thrift rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-default - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - - - org.apache.thrift - libthrift - - - org.springframework - spring - provided - true - - - com.alibaba - dubbo-config-spring - ${project.parent.version} - test - - - com.alibaba - dubbo-registry-multicast - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-thrift + jar + ${project.artifactId} + The thrift rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-default + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + + + org.apache.thrift + libthrift + + + org.springframework + spring + provided + true + + + com.alibaba + dubbo-config-spring + ${project.parent.version} + test + + + com.alibaba + dubbo-registry-multicast + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index d5a5d20f995..a4621b18018 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -1,57 +1,57 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.3.1-SNAPSHOT - - dubbo-rpc-webservice - jar - ${project.artifactId} - The webservice rpc module of dubbo project - - true - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - org.apache.cxf - cxf-rt-frontend-simple - - - org.apache.cxf - cxf-rt-transports-http - - - org.springframework - spring - provided - true - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.3.1 + + dubbo-rpc-webservice + jar + ${project.artifactId} + The webservice rpc module of dubbo project + + true + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + org.apache.cxf + cxf-rt-frontend-simple + + + org.apache.cxf + cxf-rt-transports-http + + + org.springframework + spring + provided + true + + \ No newline at end of file diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 019281dce58..e462ddda941 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -1,44 +1,44 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-rpc - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The rpc module of dubbo project - - true - - - dubbo-rpc-api - dubbo-rpc-default - dubbo-rpc-injvm - dubbo-rpc-rmi - dubbo-rpc-hessian - dubbo-rpc-http - dubbo-rpc-webservice - dubbo-rpc-thrift - dubbo-rpc-memcached - dubbo-rpc-redis - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-rpc + 2.3.1 + pom + ${project.artifactId} + The rpc module of dubbo project + + true + + + dubbo-rpc-api + dubbo-rpc-default + dubbo-rpc-injvm + dubbo-rpc-rmi + dubbo-rpc-hessian + dubbo-rpc-http + dubbo-rpc-webservice + dubbo-rpc-thrift + dubbo-rpc-memcached + dubbo-rpc-redis + + diff --git a/dubbo-simple/dubbo-monitor-simple/pom.xml b/dubbo-simple/dubbo-monitor-simple/pom.xml index 74d641dd742..a3166e7c50b 100644 --- a/dubbo-simple/dubbo-monitor-simple/pom.xml +++ b/dubbo-simple/dubbo-monitor-simple/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-simple - 2.3.1-SNAPSHOT + 2.3.1 dubbo-monitor-simple jar diff --git a/dubbo-simple/dubbo-registry-simple/pom.xml b/dubbo-simple/dubbo-registry-simple/pom.xml index 216d46a5e61..22eecffaef2 100644 --- a/dubbo-simple/dubbo-registry-simple/pom.xml +++ b/dubbo-simple/dubbo-registry-simple/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-simple - 2.3.1-SNAPSHOT + 2.3.1 dubbo-registry-simple jar diff --git a/dubbo-simple/pom.xml b/dubbo-simple/pom.xml index 6518c923891..ef4200569b7 100644 --- a/dubbo-simple/pom.xml +++ b/dubbo-simple/pom.xml @@ -1,36 +1,36 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-simple - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The simple implementation module of dubbo project - - true - - - dubbo-registry-simple - dubbo-monitor-simple - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-simple + 2.3.1 + pom + ${project.artifactId} + The simple implementation module of dubbo project + + true + + + dubbo-registry-simple + dubbo-monitor-simple + + diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 69f7113426e..c903a963343 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.3.1-SNAPSHOT + 2.3.1 dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index dc92db7dc28..1dabe355a53 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.3.1-SNAPSHOT + 2.3.1 dubbo-test-compatibility jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index f44a290f4ef..6e893494f40 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.3.1-SNAPSHOT + 2.3.1 dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 50b7de357c5..a25a9fec60c 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -1,37 +1,37 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.3.1-SNAPSHOT - - dubbo-test - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The test module of dubbo project - - true - - - dubbo-test-benchmark - dubbo-test-compatibility - dubbo-test-integration - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.3.1 + + dubbo-test + 2.3.1 + pom + ${project.artifactId} + The test module of dubbo project + + true + + + dubbo-test-benchmark + dubbo-test-compatibility + dubbo-test-integration + + diff --git a/dubbo/pom.xml b/dubbo/pom.xml index 303f24bb18c..d3636e5bff8 100644 --- a/dubbo/pom.xml +++ b/dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.3.1-SNAPSHOT + 2.3.1 dubbo jar diff --git a/pom.xml b/pom.xml index a7d2ee30d45..22687f83a55 100644 --- a/pom.xml +++ b/pom.xml @@ -1,531 +1,531 @@ - - - 4.0.0 - - com.alibaba - opensesame - 2.0 - - dubbo-parent - 2.3.1-SNAPSHOT - pom - ${project.artifactId} - The parent project of dubbo - http://code.alibabatech.com/wiki/display/dubbo - 2011 - - - Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - A business-friendly OSS license - - - - Alibaba - http://www.alibaba.com - - - dubbo-common - dubbo-container - dubbo-remoting - dubbo-rpc - dubbo-filter - dubbo-cluster - dubbo-registry - dubbo-monitor - dubbo-config - dubbo - - - - test - - - .project - - - - dubbo-simple - dubbo-demo - dubbo-test - - - - hudson - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - - 2.5.6.SEC03 - 3.15.0-GA - 3.2.5.Final - 1.1.7 - 2.1.4 - 4.1.2 - 3.2.1-fixed-2 - 1.4.1 - 1.1.8 - 3.1 - 0.8 - 3.3.3 - 0.1 - 1.1.10 - 2.0.0 - 1.3.6 - 2.6.1 - 0.8.0 - 1.0.13 - 4.0.7 - 2.5 - 6.1.26 - 1.0.0.GA - 4.2.0.Final - 0.4 - 2.0-M5.1 - 3.0 - 2.2 - - 1.6.2 - 1.1 - 1.2.16 - - 4.10 - 3.0 - 0.999.8 - - - false - true - ${file_encoding} - - - - - - org.springframework - spring - ${spring_version} - - - org.javassist - javassist - ${javassist_version} - - - org.jboss.netty - netty - ${netty_version} - - - org.apache.mina - mina-core - ${mina_version} - - - org.glassfish.grizzly - grizzly-core - ${grizzly_version} - - - org.apache.httpcomponents - httpclient - ${httpclient_version} - - - com.alibaba - hessian-lite - ${hessian_lite_version} - - - com.alibaba - fastjson - ${fastjson_version} - - - com.thoughtworks.xstream - xstream - ${xstream_version} - - - org.apache.bsf - bsf-api - ${bsf_version} - - - org.jvnet.sorcerer - sorcerer-javac - ${sorcerer_version} - - - org.apache.zookeeper - zookeeper - ${zookeeper_version} - - - com.github.sgroschupf - zkclient - ${zkclient_version} - - - com.netflix.curator - curator-framework - ${curator_version} - - - redis.clients - jedis - ${jedis_version} - - - com.googlecode.xmemcached - xmemcached - ${xmemcached_version} - - - org.apache.cxf - cxf-rt-frontend-simple - ${cxf_version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf_version} - - - org.apache.thrift - libthrift - ${thrift_version} - - - jfree - jfreechart - ${jfreechart_version} - - - com.caucho - hessian - ${hessian_version} - - - javax.servlet - servlet-api - ${servlet_version} - - - org.mortbay.jetty - jetty - ${jetty_version} - - - javax.validation - validation-api - ${validation_version} - - - org.hibernate - hibernate-validator - ${hibernate_validator_version} - - - javax.cache - cache-api - ${jcache_version} - - - org.apache.tuscany.sca - tuscany-sca-api - ${sca_version} - - - com.google.inject - guice - ${guice_version} - - - - org.slf4j - slf4j-api - ${slf4j_version} - - - org.slf4j - slf4j-log4j12 - ${slf4j_version} - - - commons-logging - commons-logging-api - ${jcl_version} - - - log4j - log4j - ${log4j_version} - - - - junit - junit - ${junit_version} - test - - - org.easymock - easymock - ${easymock_version} - test - - - com.googlecode.jmockit - jmockit - ${jmockit_version} - test - - - org.easymock - easymockclassextension - ${easymock_version} - test - - - cglib - cglib-nodep - ${cglib_version} - - - - - - junit - junit - - - org.easymock - easymock - - - org.easymock - easymockclassextension - - - com.googlecode.jmockit - jmockit - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - true - true - - true - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - once - ${argline} - - - - transporter - ${transporter} - - - serialization - ${serialization} - - - - port - ${port} - - - threadpool - ${threadpool} - - - threads - ${threads} - - - iothreads - ${iothreads} - - - - server - ${server} - - - timeout - ${timeout} - - - length - ${length} - - - connections - ${connections} - - - base - ${base} - - - concurrent - ${concurrent} - - - runs - ${runs} - - - onerror - ${onerror} - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - ${skip_maven_deploy} - - - - - - - opensesame.releases - http://code.alibabatech.com/mvn/releases - - true - - - false - - - - - jira - http://code.alibabatech.com/jira/browse/DUBBO - - - http://code.alibabatech.com/svn/dubbo/trunk - scm:svn:http://code.alibabatech.com/svn/dubbo/trunk - - - - Dubbo User Mailling List - dubbo-subscribe AT googlegroups DOT com - dubbo-unsubscribe AT googlegroups DOT com - dubbo AT googlegroups DOT com - http://groups.google.com/group/dubbo - - - - - QianXiao(Shawn) - shawn.qianx - shawn.qianx (AT) alibaba-inc.com - - Developer - - +8 - - - LiangFei(William) - william.liangf - william.liangf (AT) alibaba-inc.com - - Developer - - +8 - - - LiDing(Jerry) - ding.lid - ding.lid (AT) alibaba-inc.com - - Developer - - +8 - - - LiuChao(Charles) - chao.liuc - chao.liuc (AT) alibaba-inc.com - - Developer - - +8 - - - LiuHaoMin(Ludvik) - haoming.liuhm - haoming.liuhm (AT) alibaba-inc.com - - Developer - - +8 - - - ChenLei(Tony) - tony.chenl - tony.chenl (AT) alibaba-inc.com - - Developer - - +8 - - - LvGang(Kimi) - gang.lvg - gang.lvg (AT) alibaba-inc.com - - Developer - - +8 - - - + + + 4.0.0 + + com.alibaba + opensesame + 2.0 + + dubbo-parent + 2.3.1 + pom + ${project.artifactId} + The parent project of dubbo + http://code.alibabatech.com/wiki/display/dubbo + 2011 + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + Alibaba + http://www.alibaba.com + + + dubbo-common + dubbo-container + dubbo-remoting + dubbo-rpc + dubbo-filter + dubbo-cluster + dubbo-registry + dubbo-monitor + dubbo-config + dubbo + + + + test + + + .project + + + + dubbo-simple + dubbo-demo + dubbo-test + + + + hudson + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + + + 2.5.6.SEC03 + 3.15.0-GA + 3.2.5.Final + 1.1.7 + 2.1.4 + 4.1.2 + 3.2.1-fixed-2 + 1.4.1 + 1.1.8 + 3.1 + 0.8 + 3.3.3 + 0.1 + 1.1.10 + 2.0.0 + 1.3.6 + 2.6.1 + 0.8.0 + 1.0.13 + 4.0.7 + 2.5 + 6.1.26 + 1.0.0.GA + 4.2.0.Final + 0.4 + 2.0-M5.1 + 3.0 + 2.2 + + 1.6.2 + 1.1 + 1.2.16 + + 4.10 + 3.0 + 0.999.8 + + + false + true + ${file_encoding} + + + + + + org.springframework + spring + ${spring_version} + + + org.javassist + javassist + ${javassist_version} + + + org.jboss.netty + netty + ${netty_version} + + + org.apache.mina + mina-core + ${mina_version} + + + org.glassfish.grizzly + grizzly-core + ${grizzly_version} + + + org.apache.httpcomponents + httpclient + ${httpclient_version} + + + com.alibaba + hessian-lite + ${hessian_lite_version} + + + com.alibaba + fastjson + ${fastjson_version} + + + com.thoughtworks.xstream + xstream + ${xstream_version} + + + org.apache.bsf + bsf-api + ${bsf_version} + + + org.jvnet.sorcerer + sorcerer-javac + ${sorcerer_version} + + + org.apache.zookeeper + zookeeper + ${zookeeper_version} + + + com.github.sgroschupf + zkclient + ${zkclient_version} + + + com.netflix.curator + curator-framework + ${curator_version} + + + redis.clients + jedis + ${jedis_version} + + + com.googlecode.xmemcached + xmemcached + ${xmemcached_version} + + + org.apache.cxf + cxf-rt-frontend-simple + ${cxf_version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf_version} + + + org.apache.thrift + libthrift + ${thrift_version} + + + jfree + jfreechart + ${jfreechart_version} + + + com.caucho + hessian + ${hessian_version} + + + javax.servlet + servlet-api + ${servlet_version} + + + org.mortbay.jetty + jetty + ${jetty_version} + + + javax.validation + validation-api + ${validation_version} + + + org.hibernate + hibernate-validator + ${hibernate_validator_version} + + + javax.cache + cache-api + ${jcache_version} + + + org.apache.tuscany.sca + tuscany-sca-api + ${sca_version} + + + com.google.inject + guice + ${guice_version} + + + + org.slf4j + slf4j-api + ${slf4j_version} + + + org.slf4j + slf4j-log4j12 + ${slf4j_version} + + + commons-logging + commons-logging-api + ${jcl_version} + + + log4j + log4j + ${log4j_version} + + + + junit + junit + ${junit_version} + test + + + org.easymock + easymock + ${easymock_version} + test + + + com.googlecode.jmockit + jmockit + ${jmockit_version} + test + + + org.easymock + easymockclassextension + ${easymock_version} + test + + + cglib + cglib-nodep + ${cglib_version} + + + + + + junit + junit + + + org.easymock + easymock + + + org.easymock + easymockclassextension + + + com.googlecode.jmockit + jmockit + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + true + true + + true + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + once + ${argline} + + + + transporter + ${transporter} + + + serialization + ${serialization} + + + + port + ${port} + + + threadpool + ${threadpool} + + + threads + ${threads} + + + iothreads + ${iothreads} + + + + server + ${server} + + + timeout + ${timeout} + + + length + ${length} + + + connections + ${connections} + + + base + ${base} + + + concurrent + ${concurrent} + + + runs + ${runs} + + + onerror + ${onerror} + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + ${skip_maven_deploy} + + + + + + + opensesame.releases + http://code.alibabatech.com/mvn/releases + + true + + + false + + + + + jira + http://code.alibabatech.com/jira/browse/DUBBO + + + http://code.alibabatech.com/svn/dubbo/trunk + scm:svn:http://code.alibabatech.com/svn/dubbo/trunk + + + + Dubbo User Mailling List + dubbo-subscribe AT googlegroups DOT com + dubbo-unsubscribe AT googlegroups DOT com + dubbo AT googlegroups DOT com + http://groups.google.com/group/dubbo + + + + + QianXiao(Shawn) + shawn.qianx + shawn.qianx (AT) alibaba-inc.com + + Developer + + +8 + + + LiangFei(William) + william.liangf + william.liangf (AT) alibaba-inc.com + + Developer + + +8 + + + LiDing(Jerry) + ding.lid + ding.lid (AT) alibaba-inc.com + + Developer + + +8 + + + LiuChao(Charles) + chao.liuc + chao.liuc (AT) alibaba-inc.com + + Developer + + +8 + + + LiuHaoMin(Ludvik) + haoming.liuhm + haoming.liuhm (AT) alibaba-inc.com + + Developer + + +8 + + + ChenLei(Tony) + tony.chenl + tony.chenl (AT) alibaba-inc.com + + Developer + + +8 + + + LvGang(Kimi) + gang.lvg + gang.lvg (AT) alibaba-inc.com + + Developer + + +8 + + +