Skip to content

Commit

Permalink
update document for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qdaxb committed Apr 29, 2016
1 parent 051b9b7 commit 1a28826
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ The quick start gives very basic example of running client and server on the sam
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-core</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>

<!-- dependencies blow were only needed for spring-based features -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-springsupport</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
10 changes: 5 additions & 5 deletions docs/wiki/en_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ The quick start gives very basic example of running server and client on the sam
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-core</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>

<!-- dependencies blow were only needed for spring-based features -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-springsupport</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -173,7 +173,7 @@ UI backend [http://localhost:8500/ui](http://localhost:8500/ui)
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-registry-consul</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -230,7 +230,7 @@ Install and start ZooKeeper:
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-registry-zookeeper</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions docs/wiki/zh_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-core</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>

<!-- only needed for spring-based features -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-springsupport</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -172,7 +172,7 @@ ui后台 [http://localhost:8500/ui](http://localhost:8500/ui)
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-registry-consul</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -229,7 +229,7 @@ ui后台 [http://localhost:8500/ui](http://localhost:8500/ui)
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-registry-zookeeper</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 1a28826

Please sign in to comment.