Skip to content
Snippets Groups Projects
Unverified Commit ea19c259 authored by jimin's avatar jimin Committed by GitHub
Browse files

release: release for release 1.4.2 (#3666)


Signed-off-by: default avatarslievrly <slievrly@163.com>
parent faa1b7dd
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http ...@@ -81,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http
## Maven dependency ## Maven dependency
```xml ```xml
<seata.version>1.4.1</seata.version> <seata.version>1.4.2</seata.version>
<dependency> <dependency>
<groupId>io.seata</groupId> <groupId>io.seata</groupId>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<groupId>io.seata</groupId> <groupId>io.seata</groupId>
<artifactId>seata-all</artifactId> <artifactId>seata-all</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.4.2</version>
<name>Seata All-in-one ${project.version}</name> <name>Seata All-in-one ${project.version}</name>
<url>http://seata.io</url> <url>http://seata.io</url>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<groupId>io.seata</groupId> <groupId>io.seata</groupId>
<artifactId>seata-bom</artifactId> <artifactId>seata-bom</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.4.2</version>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -32,7 +32,7 @@ public class Version { ...@@ -32,7 +32,7 @@ public class Version {
/** /**
* The constant CURRENT. * 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 String VERSION_0_7_1 = "0.7.1";
private static final int MAX_VERSION_DOT = 3; private static final int MAX_VERSION_DOT = 3;
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<properties> <properties>
<!-- seata version --> <!-- seata version -->
<revision>1.5.0-SNAPSHOT</revision> <revision>1.4.2</revision>
<!-- Compiler settings properties --> <!-- Compiler settings properties -->
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment