Skip to content

Commit

Permalink
1.3.10 (#791)
Browse files Browse the repository at this point in the history
* 1.3.10

* upgrade log4j2 to 2.17.1
  • Loading branch information
Block committed Mar 17, 2022
1 parent f69e7e9 commit 4739cbd
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</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.9</version>
<version>1.3.10</version>
</parent>
<artifactId>jraft-test</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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.9</version>
<version>1.3.10</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<jsr305.version>3.0.2</jsr305.version>
<junit.dep.version>4.8.2</junit.dep.version>
<junit.version>4.13.1</junit.version>
<log4j.version>2.17.0</log4j.version>
<log4j.version>2.17.1</log4j.version>
<main.user.dir>${user.dir}</main.user.dir>
<metrics.version>4.0.2</metrics.version>
<mockito.version>1.9.5</mockito.version>
Expand Down

0 comments on commit 4739cbd

Please sign in to comment.