Skip to content

Commit

Permalink
v1.3.1.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun committed Jan 1, 2020
1 parent 125dbef commit 373a02e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jraft-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jraft-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
</parent>
<artifactId>jraft-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jraft-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jraft-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
</parent>
<artifactId>jraft-example</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jraft-rheakv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jraft-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
</parent>

<artifactId>jraft-rheakv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jraft-rheakv/rheakv-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jraft-rheakv</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
</parent>

<artifactId>jraft-rheakv-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jraft-rheakv/rheakv-pd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jraft-rheakv</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
</parent>

<artifactId>jraft-rheakv-pd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jraft-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jraft-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
</parent>
<artifactId>jraft-test</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>jraft-parent</artifactId>
<version>1.3.1.beta1</version>
<version>1.3.1.beta2</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 373a02e

Please sign in to comment.