Skip to content

Commit

Permalink
4.0.3 上线准备
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne committed Jan 22, 2018
1 parent 2ef085e commit 1e67e93
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
<packaging>pom</packaging>

<name>tx-lcn</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<java.version>1.7</java.version>
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>

<lcn.last.version>4.0.3.M2</lcn.last.version>
<lcn.last.version>4.0.3</lcn.last.version>
</properties>


Expand Down
2 changes: 1 addition & 1 deletion transaction-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
</parent>

<groupId>com.codingapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion transaction-motan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
</parent>

<groupId>com.codingapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion transaction-springcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
</parent>

<groupId>com.codingapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tx-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
</parent>

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

<groupId>com.codingapi</groupId>
<artifactId>tx-manager</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
<packaging>jar</packaging>

<name>tx-manager</name>
Expand Down
4 changes: 2 additions & 2 deletions tx-manager/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8"/>
<title>TxManager v4.0.3.M2</title>
<title>TxManager v4.0.3</title>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="static/bootstrap/css/bootstrap.min.css"/>
<script src="static/jquery/jquery.min.js"></script>
Expand All @@ -24,7 +24,7 @@
<body>
<div class="container">

<h3 class="text-center">TxManagerV4.0.3.M2 服务已启动</h3>
<h3 class="text-center">TxManagerV4.0.3 服务已启动</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<colgroup>
Expand Down
2 changes: 1 addition & 1 deletion tx-plugins-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
</parent>

<groupId>com.codingapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tx-plugins-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codingapi</groupId>
<artifactId>tx-lcn</artifactId>
<version>4.0.3.M2</version>
<version>4.0.3</version>
</parent>

<groupId>com.codingapi</groupId>
Expand Down

0 comments on commit 1e67e93

Please sign in to comment.