Skip to content

Commit 627113e

Browse files
committed
发布4.0.1版本,统一版本号
1 parent 39bdb8e commit 627113e

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

transaction-dubbo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.codingapi</groupId>
99
<artifactId>transaction-dubbo</artifactId>
10-
<version>1.0.1</version>
10+
<version>4.0.1</version>
1111

1212
<name>transaction-dubbo</name>
1313
<url>https://github.com/codingapi/tx-lcn</url>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.codingapi</groupId>
7070
<artifactId>tx-client</artifactId>
71-
<version>1.0.1</version>
71+
<version>4.0.1</version>
7272
</dependency>
7373

7474
<dependency>

transaction-motan/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<groupId>com.codingapi</groupId>
88
<artifactId>transaction-motan</artifactId>
9-
<version>1.0.1</version>
9+
<version>4.0.1</version>
1010

1111
<name>transaction-motan</name>
1212
<url>https://github.com/codingapi/tx-lcn</url>
1313

14-
<description>transaction-dubbo project for Spring Boot</description>
14+
<description>transaction-motan project for Spring Boot</description>
1515

1616

1717
<licenses>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.codingapi</groupId>
6868
<artifactId>tx-client</artifactId>
69-
<version>1.0.1</version>
69+
<version>4.0.1</version>
7070
</dependency>
7171

7272
<!-- motan config start-->

transaction-springcloud/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.codingapi</groupId>
88
<artifactId>transaction-springcloud</artifactId>
9-
<version>1.0.1</version>
9+
<version>4.0.1</version>
1010

1111
<name>transaction-springcloud</name>
1212
<url>https://github.com/codingapi/tx-lcn</url>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.codingapi</groupId>
7272
<artifactId>tx-client</artifactId>
73-
<version>1.0.1</version>
73+
<version>4.0.1</version>
7474
</dependency>
7575

7676
<dependency>

tx-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.codingapi</groupId>
77
<artifactId>tx-client</artifactId>
8-
<version>1.0.1</version>
8+
<version>4.0.1</version>
99

1010
<name>tx-client</name>
1111
<url>https://github.com/codingapi/tx-lcn</url>

tx-manager/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tm.transaction.netty.hearttime = 15
3434
tm.redis.savemaxtime=30
3535

3636
#socket server Socket对外服务端口
37-
tm.socket.port=8898
37+
tm.socket.port=9999
3838
# 最大socket连接数
3939
tm.socket.maxconnection=100
4040

tx-plugins-db/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.codingapi</groupId>
77
<artifactId>tx-plugins-db</artifactId>
8-
<version>1.0.1</version>
8+
<version>4.0.1</version>
99

1010
<name>tx-plugins-db</name>
1111
<url>https://github.com/codingapi/tx-lcn</url>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.codingapi</groupId>
7070
<artifactId>tx-client</artifactId>
71-
<version>1.0.1</version>
71+
<version>4.0.1</version>
7272
</dependency>
7373

7474

tx-plugins-nodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.codingapi</groupId>
77
<artifactId>tx-plugins-nodb</artifactId>
8-
<version>1.0.1</version>
8+
<version>4.0.1</version>
99

1010
<name>tx-plugins-nodb</name>
1111
<url>https://github.com/codingapi/tx-lcn</url>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.codingapi</groupId>
7070
<artifactId>tx-client</artifactId>
71-
<version>1.0.1</version>
71+
<version>4.0.1</version>
7272
</dependency>
7373

7474

tx-plugins-redis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.codingapi</groupId>
77
<artifactId>tx-plugins-redis</artifactId>
8-
<version>1.0.0</version>
8+
<version>4.0.1</version>
99

1010
<name>tx-plugins-redis</name>
1111
<description>tx-plugins-redis project for Spring Boot</description>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.codingapi</groupId>
7676
<artifactId>tx-client</artifactId>
77-
<version>1.0.0</version>
77+
<version>4.0.1</version>
7878
</dependency>
7979

8080
<dependency>

0 commit comments

Comments
 (0)