Skip to content

Commit

Permalink
升级版本的4.0.3.M2
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne committed Jan 5, 2018
1 parent 4560b60 commit e29875f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 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.M1</version>
<version>4.0.3.M2</version>
<packaging>pom</packaging>

<name>tx-lcn</name>
Expand All @@ -31,10 +31,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.7</maven.compile.source>
<maven.compile.target>1.7</maven.compile.target>
<java.version>1.8</java.version>
<java.version>1.7</java.version>
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>

<lcn.last.version>4.0.3.M1</lcn.last.version>
<lcn.last.version>4.0.3.M2</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.M1</version>
<version>4.0.3.M2</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.M1</version>
<version>4.0.3.M2</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.M1</version>
<version>4.0.3.M2</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.M1</version>
<version>4.0.3.M2</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.M1</version>
<version>4.0.3.M2</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.M1</title>
<title>TxManager v4.0.3.M2</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.M1 服务已启动</h3>
<h3 class="text-center">TxManagerV4.0.3.M2 服务已启动</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.M1</version>
<version>4.0.3.M2</version>
</parent>

<groupId>com.codingapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tx-plugins-nodb/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.M1</version>
<version>4.0.3.M2</version>
</parent>


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.M1</version>
<version>4.0.3.M2</version>
</parent>

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

0 comments on commit e29875f

Please sign in to comment.