Skip to content

Commit

Permalink
release 0.8.1 (apache#1672)
Browse files Browse the repository at this point in the history
Signed-off-by: slievrly <slievrly@163.com>
  • Loading branch information
slievrly committed Sep 18, 2019
1 parent ff90eb3 commit 451bb01
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>0.8.0</seata.version>
<seata.version>0.8.1</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>0.8.1-SNAPSHOT</version>
<version>0.8.1</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>0.8.1-SNAPSHOT</version>
<version>0.8.1</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 @@ -31,7 +31,7 @@ public class Version {
/**
* The constant CURRENT.
*/
public static final String CURRENT = "0.8.1-SNAPSHOT";
public static final String CURRENT = "0.8.1";

/**
* The constant VERSION_MAP.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

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

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

0 comments on commit 451bb01

Please sign in to comment.