Skip to content

Commit 451bb01

Browse files
authored
release 0.8.1 (#1672)
Signed-off-by: slievrly <[email protected]>
1 parent ff90eb3 commit 451bb01

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http
8181

8282
## Maven dependency
8383
```xml
84-
<seata.version>0.8.0</seata.version>
84+
<seata.version>0.8.1</seata.version>
8585

8686
<dependency>
8787
<groupId>io.seata</groupId>

all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>io.seata</groupId>
2323
<artifactId>seata-all</artifactId>
24-
<version>0.8.1-SNAPSHOT</version>
24+
<version>0.8.1</version>
2525

2626
<name>Seata All-in-one ${project.version}</name>
2727
<url>http://seata.io</url>

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>io.seata</groupId>
2222
<artifactId>seata-bom</artifactId>
23-
<version>0.8.1-SNAPSHOT</version>
23+
<version>0.8.1</version>
2424

2525
<modelVersion>4.0.0</modelVersion>
2626
<packaging>pom</packaging>

core/src/main/java/io/seata/core/protocol/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Version {
3131
/**
3232
* The constant CURRENT.
3333
*/
34-
public static final String CURRENT = "0.8.1-SNAPSHOT";
34+
public static final String CURRENT = "0.8.1";
3535

3636
/**
3737
* The constant VERSION_MAP.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
<properties>
8787
<!-- seata version -->
88-
<revision>0.8.1-SNAPSHOT</revision>
88+
<revision>0.8.1</revision>
8989

9090
<!-- Compiler settings properties -->
9191
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)