Skip to content

Commit

Permalink
release 0.4.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed Jun 9, 2017
1 parent 78fefe6 commit 96d5f9b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</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.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</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.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</parent>
<artifactId>bytetcc-supports-dubbo</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.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</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.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</parent>
<artifactId>bytetcc-supports</artifactId>
<packaging>jar</packaging>
Expand Down
18 changes: 9 additions & 9 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.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</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 @@ -111,44 +111,44 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-core</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports-dubbo</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>

<!-- bytetcc -->
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-common</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-core</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-dubbo</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springcloud</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0-alpha</version>
</dependency>

<!-- logger -->
Expand Down

0 comments on commit 96d5f9b

Please sign in to comment.