Skip to content

Commit

Permalink
发布4.0.1版本,统一版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne committed Nov 23, 2017
1 parent 39bdb8e commit 627113e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions transaction-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.codingapi</groupId>
<artifactId>transaction-dubbo</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>

<name>transaction-dubbo</name>
<url>https://github.com/codingapi/tx-lcn</url>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions transaction-motan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.codingapi</groupId>
<artifactId>transaction-motan</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>

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

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


<licenses>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>
</dependency>

<!-- motan config start-->
Expand Down
4 changes: 2 additions & 2 deletions transaction-springcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.codingapi</groupId>
<artifactId>transaction-springcloud</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>

<name>transaction-springcloud</name>
<url>https://github.com/codingapi/tx-lcn</url>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tx-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>

<name>tx-client</name>
<url>https://github.com/codingapi/tx-lcn</url>
Expand Down
2 changes: 1 addition & 1 deletion tx-manager/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tm.transaction.netty.hearttime = 15
tm.redis.savemaxtime=30

#socket server Socket对外服务端口
tm.socket.port=8898
tm.socket.port=9999
# 最大socket连接数
tm.socket.maxconnection=100

Expand Down
4 changes: 2 additions & 2 deletions tx-plugins-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.codingapi</groupId>
<artifactId>tx-plugins-db</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>

<name>tx-plugins-db</name>
<url>https://github.com/codingapi/tx-lcn</url>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions tx-plugins-nodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.codingapi</groupId>
<artifactId>tx-plugins-nodb</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>

<name>tx-plugins-nodb</name>
<url>https://github.com/codingapi/tx-lcn</url>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.1</version>
<version>4.0.1</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions tx-plugins-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.codingapi</groupId>
<artifactId>tx-plugins-redis</artifactId>
<version>1.0.0</version>
<version>4.0.1</version>

<name>tx-plugins-redis</name>
<description>tx-plugins-redis project for Spring Boot</description>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.0</version>
<version>4.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 627113e

Please sign in to comment.