Skip to content

Commit aebde1f

Browse files
committed
发布v4.0.3.M1版本
1 parent b60422c commit aebde1f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<java.version>1.8</java.version>
3333
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
3434

35-
<lcn.last.version>4.0.3.SNAPSHOT</lcn.last.version>
35+
<lcn.last.version>4.0.3.M1</lcn.last.version>
3636
</properties>
3737

3838

tx-manager/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-manager</artifactId>
8-
<version>4.0.3.SNAPSHOT</version>
8+
<version>4.0.3.M1</version>
99
<packaging>jar</packaging>
1010

1111
<name>tx-manager</name>

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.3.SNAPSHOT</title>
5+
<title>TxManager v4.0.3.M1</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.3.SNAPSHOT 服务已启动</h3>
27+
<h3 class="text-center">TxManagerV4.0.3.M1 服务已启动</h3>
2828
<div class="table-responsive">
2929
<table class="table table-bordered table-striped">
3030
<colgroup>

0 commit comments

Comments
 (0)