Skip to content

Commit

Permalink
release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed May 9, 2019
1 parent 9930dfd commit 8b747c0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springcloud</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
```
###### 1.1.2. dubbo
```xml
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-dubbo</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springcloud</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
```
###### 1.1.2. 使用dubbo
```xml
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-dubbo</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion bytetcc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>
<artifactId>bytetcc-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bytetcc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>
<artifactId>bytetcc-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bytetcc-supports-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>
<artifactId>bytetcc-supports-dubbo</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bytetcc-supports-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>
<artifactId>bytetcc-supports-springboot</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bytetcc-supports-springcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>
<artifactId>bytetcc-supports-springcloud</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bytetcc-supports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>
<artifactId>bytetcc-supports</artifactId>
<packaging>jar</packaging>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
<packaging>pom</packaging>
<name>bytetcc-parent</name>
<description>ByteTCC is a transaction manager based on the TCC(Try/Confirm/Cancel) mechanism.</description>
Expand Down Expand Up @@ -274,32 +274,32 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-common</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-core</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-dubbo</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springcloud</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springboot</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>

<!-- logger -->
Expand Down

0 comments on commit 8b747c0

Please sign in to comment.