Skip to content

Commit 1c78355

Browse files
committed
new version 1.2.6-SNAPSHOT
1 parent e46d258 commit 1c78355

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

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.2.5</version>
24+
<version>1.2.6-SNAPSHOT</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.2.5</version>
24+
<version>1.2.6-SNAPSHOT</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.2.5</version>
24+
<version>1.2.6-SNAPSHOT</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.2.5</version>
24+
<version>1.2.6-SNAPSHOT</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.2.5</version>
24+
<version>1.2.6-SNAPSHOT</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.2.5</version>
25+
<version>1.2.6-SNAPSHOT</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.2.5</version>
25+
<version>1.2.6-SNAPSHOT</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.2.5</version>
25+
<version>1.2.6-SNAPSHOT</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.2.5</version>
25+
<version>1.2.6-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>motan-demo</artifactId>
2828
<name>motan-demo</name>

motan-extension/codec-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.weibo</groupId>
1616
<artifactId>motan-extension</artifactId>
17-
<version>1.2.5</version>
17+
<version>1.2.6-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>codec-extension</artifactId>
2020
<name>codec-extension</name>

0 commit comments

Comments
 (0)