Skip to content

Commit 1c0e6b0

Browse files
committed
release 1.1.14
1 parent 81a94e1 commit 1c0e6b0

27 files changed

Lines changed: 38 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Change Log
2+
## [1.1.14](https://github.com/weibocom/motan/tree/1.1.14) (2022-11-24)
3+
[Full Changelog](https://github.com/weibocom/motan/compare/1.1.13...1.1.14)
4+
5+
**Implemented enhancements:**
6+
- mesh proxy support motan1 protocol[\#1018](https://github.com/weibocom/motan/pull/1018) ([Ray](https://github.com/rayzhang0603))
7+
8+
**Merged pull requests:**
9+
10+
**Fixed bugs:**
11+
- not compatible with @Autowired, revert [\#1003](https://github.com/weibocom/motan/pull/1003)
12+
13+
214
## [1.1.13](https://github.com/weibocom/motan/tree/1.1.13) (2022-09-29)
315
[Full Changelog](https://github.com/weibocom/motan/compare/1.1.12...1.1.13)
416

motan-benchmark/motan-benchmark-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan-benchmark</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.1.14-SNAPSHOT</version>
24+
<version>1.1.14</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-benchmark/motan-benchmark-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan-benchmark</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.1.14-SNAPSHOT</version>
24+
<version>1.1.14</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-benchmark/motan-benchmark-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan-benchmark</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.1.14-SNAPSHOT</version>
24+
<version>1.1.14</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.1.14-SNAPSHOT</version>
24+
<version>1.1.14</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

motan-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>motan</artifactId>
2323
<groupId>com.weibo</groupId>
24-
<version>1.1.14-SNAPSHOT</version>
24+
<version>1.1.14</version>
2525
</parent>
2626
<artifactId>motan-core</artifactId>
2727
<name>motan-core</name>

motan-demo/motan-demo-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan-demo</artifactId>
25-
<version>1.1.14-SNAPSHOT</version>
25+
<version>1.1.14</version>
2626
</parent>
2727
<artifactId>motan-demo-api</artifactId>
2828
<name>motan-demo-api</name>

motan-demo/motan-demo-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan-demo</artifactId>
25-
<version>1.1.14-SNAPSHOT</version>
25+
<version>1.1.14</version>
2626
</parent>
2727
<artifactId>motan-demo-client</artifactId>
2828
<name>motan-demo-client</name>

motan-demo/motan-demo-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan-demo</artifactId>
25-
<version>1.1.14-SNAPSHOT</version>
25+
<version>1.1.14</version>
2626
</parent>
2727
<artifactId>motan-demo-server</artifactId>
2828
<name>motan-demo-server</name>

motan-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.weibo</groupId>
2424
<artifactId>motan</artifactId>
25-
<version>1.1.14-SNAPSHOT</version>
25+
<version>1.1.14</version>
2626
</parent>
2727
<artifactId>motan-demo</artifactId>
2828
<name>motan-demo</name>

0 commit comments

Comments
 (0)