Skip to content

Commit

Permalink
change version to 0.9.0-SNAPSHOT and fix typo (apache#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored and l81893521 committed Sep 19, 2019
1 parent 2376b8c commit 532b434
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Please follow the [template](https://github.com/seata/seata/blob/develop/.github

## Contributing

Contributors are welcomed to join the FEATS project. Please check [CONTRIBUTING](./CONTRIBUTING.md) about how to contribute to this project.
Contributors are welcomed to join the Seata project. Please check [CONTRIBUTING](./CONTRIBUTING.md) about how to contribute to this project.


## Contact
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</version>
<version>0.9.0-SNAPSHOT</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</version>
<version>0.9.0-SNAPSHOT</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";
public static final String CURRENT = "0.9.0-SNAPSHOT";

/**
* The constant VERSION_MAP.
Expand Down
4 changes: 2 additions & 2 deletions 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</revision>
<revision>0.9.0-SNAPSHOT</revision>

<!-- Compiler settings properties -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -447,7 +447,7 @@
<id>validate</id>
<phase>validate</phase>
<configuration>
<configLocation>${user.dir}/style/feats_checkstyle.xml</configLocation>
<configLocation>${user.dir}/style/seata_checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>false</failsOnError>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 532b434

Please sign in to comment.