Skip to content

Commit

Permalink
new version 0.2.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhang0603 committed Feb 16, 2017
1 parent 2c79eca commit 3c7aac1
Show file tree
Hide file tree
Showing 22 changed files with 37 additions and 21 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [0.2.3](https://github.com/weibocom/motan/tree/0.2.3) (2017-02-16)
[Full Changelog](https://github.com/weibocom/motan/compare/0.2.2...0.2.3)

**Implemented enhancements:**

- OpenTracing supported [\#311](https://github.com/weibocom/motan/pull/311) ([Ray](https://github.com/rayzhang0603))
- change xsd type to string [\#326](https://github.com/weibocom/motan/pull/326) ([Ray](https://github.com/rayzhang0603))

**Fixed bugs:**

- add Ordered interface to AnnotationBean [\#322](https://github.com/weibocom/motan/pull/322) ([feilaoda](https://github.com/feilaoda))
- available after register while heartbeat switcher is open [\#305](https://github.com/weibocom/motan/pull/305) ([Ray](https://github.com/rayzhang0603))

**Merged pull requests:**


## [0.2.2](https://github.com/weibocom/motan/tree/0.2.2) (2016-11-25)
[Full Changelog](https://github.com/weibocom/motan/compare/0.2.1...0.2.2)

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/motan-benchmark-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan-benchmark</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/motan-benchmark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan-benchmark</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/motan-benchmark-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan-benchmark</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion motan-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-core</artifactId>
<name>motan-core</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/motan-demo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-demo</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-demo-api</artifactId>
<name>motan-demo-api</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/motan-demo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-demo</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-demo-client</artifactId>
<name>motan-demo-client</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/motan-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-demo</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-demo-server</artifactId>
<name>motan-demo-server</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-demo</artifactId>
<name>motan-demo</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>filter-extension</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>filter-opentracing</artifactId>
<name>filter-opentracing</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/filter-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>filter-extension</artifactId>
<name>filter-extension</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-extension</artifactId>
<name>motan-extension</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>protocol-extension</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-protocol-yar</artifactId>
<name>motan-protocol-yar</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/protocol-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>protocol-extension</artifactId>
<name>protocol-extension</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-extension/serialization-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan-extension</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>serialization-extension</artifactId>
<name>serialization-extension</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>motan-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion motan-registry-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-registry-consul</artifactId>
<name>motan-registry-consul</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-registry-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-registry-zookeeper</artifactId>
<name>motan-registry-zookeeper</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-springsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-springsupport</artifactId>
<name>motan-springsupport</name>
Expand Down
2 changes: 1 addition & 1 deletion motan-transport-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>motan</artifactId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
</parent>
<artifactId>motan-transport-netty</artifactId>
<name>motan-transport-netty</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>motan</artifactId>
<groupId>com.weibo</groupId>
<version>0.2.3</version>
<version>0.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://github.com/weibocom/motan.git</connection>
Expand Down

0 comments on commit 3c7aac1

Please # to comment.