From ea19c259b3a3d57025e41694a810dcdb3f8378c7 Mon Sep 17 00:00:00 2001
From: jimin <slievrly@gmail.com>
Date: Sat, 24 Apr 2021 01:56:01 +0800
Subject: [PATCH] release: release for release 1.4.2 (#3666)

Signed-off-by: slievrly <slievrly@163.com>
---
 README.md                                              | 2 +-
 all/pom.xml                                            | 2 +-
 bom/pom.xml                                            | 2 +-
 core/src/main/java/io/seata/core/protocol/Version.java | 2 +-
 pom.xml                                                | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 0bf75718e..e684f1016 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 7ad0d2de5..544712a0a 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 93f09d76f..20e7cd58f 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 7a81a9a88..f03f30851 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 09611c383..17f1e85cd 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>
-- 
GitLab