Skip to content

Commit

Permalink
1.3.8 (#659)
Browse files Browse the repository at this point in the history
* 1.3.8

* build script fix
  • Loading branch information
block authored Aug 10, 2021
1 parent 17cbbd0 commit 34af4e2
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 13 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
with:
java-version: 1.8
- name: Maven Test
run: mvn --projects jraft-core test || mvn --projects jraft-core test || mvn --projects jraft-core test
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
&& (mvn --projects jraft-core test
|| mvn --projects jraft-core test
|| mvn --projects jraft-core test)

test_rheakv_core:
needs: check_format
Expand All @@ -41,7 +44,10 @@ jobs:
with:
java-version: 1.8
- name: Maven Test
run: mvn --projects jraft-rheakv/rheakv-core test || mvn --projects jraft-rheakv/rheakv-core test || mvn --projects jraft-rheakv/rheakv-core test
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
&& (mvn --projects jraft-rheakv/rheakv-core test
|| mvn --projects jraft-rheakv/rheakv-core test
|| mvn --projects jraft-rheakv/rheakv-core test)

test_rheakv_pd:
needs: check_format
Expand All @@ -53,7 +59,10 @@ jobs:
with:
java-version: 1.8
- name: Maven Test
run: mvn --projects jraft-rheakv/rheakv-pd test || mvn --projects jraft-rheakv/rheakv-pd test || mvn --projects jraft-rheakv/rheakv-pd test
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
&& (mvn --projects jraft-rheakv/rheakv-pd test
|| mvn --projects jraft-rheakv/rheakv-pd test
|| mvn --projects jraft-rheakv/rheakv-pd test)

test_rpc_grpc_impl:
needs: check_format
Expand All @@ -65,4 +74,7 @@ jobs:
with:
java-version: 1.8
- name: Maven Test
run: mvn --projects jraft-extension/rpc-grpc-impl test || mvn --projects jraft-extension/rpc-grpc-impl test || mvn --projects jraft-extension/rpc-grpc-impl test
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
&& (mvn --projects jraft-extension/rpc-grpc-impl test
|| mvn --projects jraft-extension/rpc-grpc-impl test
|| mvn --projects jraft-extension/rpc-grpc-impl test)
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.7</version>
<version>1.3.8</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.7</version>
<version>1.3.8</version>
</parent>
<artifactId>jraft-example</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jraft-extension/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.7</version>
<version>1.3.8</version>
</parent>

<artifactId>jraft-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jraft-extension/rpc-grpc-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jraft-extension</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>

<artifactId>rpc-grpc-impl</artifactId>
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.7</version>
<version>1.3.8</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.7</version>
<version>1.3.8</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.7</version>
<version>1.3.8</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.7</version>
<version>1.3.8</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.7</version>
<version>1.3.8</version>
<packaging>pom</packaging>

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

0 comments on commit 34af4e2

Please sign in to comment.