Skip to content

Commit

Permalink
[release]: release for 1.4.0 (apache#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Nov 2, 2020
1 parent e2685b8 commit daf0fec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http

## Maven dependency
```xml
<seata.version>1.3.0</seata.version>
<seata.version>1.4.0</seata.version>

<dependency>
<groupId>io.seata</groupId>
Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.seata</groupId>
<artifactId>seata-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<name>Seata All-in-one ${project.version}</name>
<url>http://seata.io</url>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.seata</groupId>
<artifactId>seata-bom</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/seata/core/protocol/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Version {
/**
* The constant CURRENT.
*/
private static final String CURRENT = "1.4.0-SNAPSHOT";
private static final String CURRENT = "1.4.0";
private static final String VERSION_0_7_1 = "0.7.1";
private static final int MAX_VERSION_DOT = 3;

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<properties>
<!-- seata version -->
<revision>1.4.0-SNAPSHOT</revision>
<revision>1.4.0</revision>

<!-- Compiler settings properties -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit daf0fec

Please sign in to comment.