Skip to content

Commit

Permalink
修改版本为2.0.12
Browse files Browse the repository at this point in the history
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@904 1a56cb94-b969-4eaa-88fa-be21384802f2
  • Loading branch information
william.liangf committed Feb 6, 2012
1 parent a956bd9 commit d8adcc0
Show file tree
Hide file tree
Showing 29 changed files with 44 additions and 40 deletions.
16 changes: 8 additions & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,32 @@ 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

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
Expand Down
2 changes: 1 addition & 1 deletion dubbo-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-cluster</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-config</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-container</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 3 additions & 2 deletions dubbo-demo-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-demo-consumer</artifactId>
<packaging>jar</packaging>
<name>Dubbo Demo Consumer Module</name>
<description>The demo consumer module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<skip_maven_deploy>false</skip_maven_deploy>
<eclipse.useProjectReferences>false</eclipse.useProjectReferences>
</properties>
<dependencies>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions dubbo-demo-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-demo-provider</artifactId>
<packaging>jar</packaging>
<name>Dubbo Demo Provider Module</name>
<description>The demo provider module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<skip_maven_deploy>false</skip_maven_deploy>
<eclipse.useProjectReferences>false</eclipse.useProjectReferences>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-demo</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-monitor-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-monitor-default</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 3 additions & 2 deletions dubbo-monitor-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-monitor-simple</artifactId>
<packaging>jar</packaging>
<name>Dubbo Simple Monitor Module</name>
<description>The simple monitor module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<skip_maven_deploy>false</skip_maven_deploy>
<eclipse.useProjectReferences>false</eclipse.useProjectReferences>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-monitor</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-registry-default</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-multicast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-registry-multicast</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 3 additions & 2 deletions dubbo-registry-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-registry-simple</artifactId>
<packaging>jar</packaging>
<name>Dubbo Simple Registry Module</name>
<description>The simple registry module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<skip_maven_deploy>false</skip_maven_deploy>
<eclipse.useProjectReferences>false</eclipse.useProjectReferences>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-registry-zookeeper</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-registry</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-remoting-grizzly</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-remoting-http</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-mina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-remoting-mina</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-remoting-netty</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-p2p/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-remoting-p2p</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-remoting</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-rpc-default</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-hessian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-rpc-hessian</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-injvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-rpc-injvm</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-rpc-rmi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo-rpc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
</parent>
<artifactId>dubbo</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version>1.0</version>
</parent>
<artifactId>dubbo-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.12</version>
<packaging>pom</packaging>
<name>Dubbo Parent POM</name>
<description>The parent project of dubbo</description>
Expand Down

0 comments on commit d8adcc0

Please sign in to comment.