diff --git a/README.md b/README.md index 0bf75718e03d756ed171e976e8677bf44b42da01..e684f10162327428f6a48990d8bfee43aa7254a7 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http ## Maven dependency ```xml -<seata.version>1.4.1</seata.version> +<seata.version>1.4.2</seata.version> <dependency> <groupId>io.seata</groupId> diff --git a/all/pom.xml b/all/pom.xml index 7ad0d2de5c60ee0605bad603930dc8ac141b9ec5..544712a0a183ed62e0091f2302524ef5f306b2ed 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -21,7 +21,7 @@ <groupId>io.seata</groupId> <artifactId>seata-all</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.2</version> <name>Seata All-in-one ${project.version}</name> <url>http://seata.io</url> diff --git a/bom/pom.xml b/bom/pom.xml index 93f09d76f77719d81c6cd90792a36034931d1adb..20e7cd58f5f8db2a3a5f83eb1f6e1822f985acaf 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -20,7 +20,7 @@ <groupId>io.seata</groupId> <artifactId>seata-bom</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.2</version> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/core/src/main/java/io/seata/core/protocol/Version.java b/core/src/main/java/io/seata/core/protocol/Version.java index 7a81a9a88887b984de7bdeeca3a799d03cb7628b..f03f30851cbf05c7c5775a3f6e6c4f043f784e6b 100644 --- a/core/src/main/java/io/seata/core/protocol/Version.java +++ b/core/src/main/java/io/seata/core/protocol/Version.java @@ -32,7 +32,7 @@ public class Version { /** * The constant CURRENT. */ - private static final String CURRENT = "1.5.0-SNAPSHOT"; + private static final String CURRENT = "1.4.2"; private static final String VERSION_0_7_1 = "0.7.1"; private static final int MAX_VERSION_DOT = 3; diff --git a/pom.xml b/pom.xml index 09611c383a7b0720a22bd3cdb1bc82d5ee8fdb89..17f1e85cd49296867e6d95ddb2301db0101c4b7a 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ <properties> <!-- seata version --> - <revision>1.5.0-SNAPSHOT</revision> + <revision>1.4.2</revision> <!-- Compiler settings properties --> <maven.compiler.source>1.8</maven.compiler.source>