Skip to content

Commit ef4c483

Browse files
committed
发布v4.0.2-SNAPSHOT
1 parent e96bdc1 commit ef4c483

10 files changed

Lines changed: 17 additions & 24 deletions

File tree

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-lcn</artifactId>
8-
<version>4.0.0</version>
8+
<version>4.0.2-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>tx-lcn</name>

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>4.0.1</version>
10+
<version>4.0.2-SNAPSHOT</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>4.0.1</version>
71+
<version>4.0.2-SNAPSHOT</version>
7272
</dependency>
7373

7474
<dependency>

transaction-motan/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-motan</artifactId>
9-
<version>4.0.1</version>
9+
<version>4.0.2-SNAPSHOT</version>
1010

1111
<name>transaction-motan</name>
1212
<url>https://github.com/codingapi/tx-lcn</url>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.codingapi</groupId>
6868
<artifactId>tx-client</artifactId>
69-
<version>4.0.1</version>
69+
<version>4.0.2-SNAPSHOT</version>
7070
</dependency>
7171

7272
<!-- motan config start-->

transaction-springcloud/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
76
<groupId>com.codingapi</groupId>
87
<artifactId>transaction-springcloud</artifactId>
9-
<version>4.0.1</version>
8+
<version>4.0.2-SNAPSHOT</version>
109

1110
<name>transaction-springcloud</name>
1211
<url>https://github.com/codingapi/tx-lcn</url>
@@ -70,7 +69,7 @@
7069
<dependency>
7170
<groupId>com.codingapi</groupId>
7271
<artifactId>tx-client</artifactId>
73-
<version>4.0.1</version>
72+
<version>4.0.2-SNAPSHOT</version>
7473
</dependency>
7574

7675
<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>4.0.1</version>
8+
<version>4.0.2-SNAPSHOT</version>
99

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

tx-manager/pom.xml

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

66
<groupId>com.codingapi</groupId>
77
<artifactId>tx-manager</artifactId>
8-
<version>4.0.1</version>
8+
<version>4.0.2-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>tx-manager</name>
@@ -84,11 +84,6 @@
8484

8585
<build>
8686
<plugins>
87-
<plugin>
88-
<groupId>org.springframework.boot</groupId>
89-
<artifactId>spring-boot-maven-plugin</artifactId>
90-
</plugin>
91-
9287
<plugin>
9388
<groupId>org.apache.maven.plugins</groupId>
9489
<artifactId>maven-jar-plugin</artifactId>

tx-manager/src/main/resources/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
33
<head>
44
<meta charset="UTF-8"/>
5-
<title>TxManager v4.0.1</title>
5+
<title>TxManager v4.0.2-SNAPSHOT</title>
66
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
77
<link rel="stylesheet" href="static/bootstrap/css/bootstrap.min.css"/>
88
<script src="static/jquery/jquery.min.js"></script>
@@ -24,7 +24,7 @@
2424
<body>
2525
<div class="container">
2626

27-
<h3 class="text-center">TxManagerV4.0.1 服务已启动</h3>
27+
<h3 class="text-center">TxManagerV4.0.2-SNAPSHOT 服务已启动</h3>
2828
<div class="table-responsive">
2929
<table class="table table-bordered table-striped">
3030
<colgroup>

tx-plugins-db/pom.xml

Lines changed: 2 additions & 3 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>4.0.1</version>
8+
<version>4.0.2-SNAPSHOT</version>
99

1010
<name>tx-plugins-db</name>
1111
<url>https://github.com/codingapi/tx-lcn</url>
@@ -62,13 +62,12 @@
6262
</properties>
6363

6464

65-
6665
<dependencies>
6766

6867
<dependency>
6968
<groupId>com.codingapi</groupId>
7069
<artifactId>tx-client</artifactId>
71-
<version>4.0.1</version>
70+
<version>4.0.2-SNAPSHOT</version>
7271
</dependency>
7372

7473

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>4.0.1</version>
8+
<version>4.0.2-SNAPSHOT</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>4.0.1</version>
71+
<version>4.0.2-SNAPSHOT</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>4.0.1</version>
8+
<version>4.0.2-SNAPSHOT</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>4.0.1</version>
77+
<version>4.0.2-SNAPSHOT</version>
7878
</dependency>
7979

8080
<dependency>

0 commit comments

Comments
 (0)