Skip to content

Commit

Permalink
% 发布4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Oct 15, 2021
1 parent 467bb0f commit c928688
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[javadoc](https://apidoc.gitee.com/fangjinuo/langx-java)
[教程](https://fangjinuo.gitee.io/docs/)

[![maven](https://img.shields.io/badge/maven-v4.0.2.green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.langx%20AND%20v:4.0.2)
[![maven](https://img.shields.io/badge/maven-v4.0.3.green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.langx%20AND%20v:4.0.3)

## [GitHub地址](https://github.com/fangjinuo/langx-java)
## [Gitee地址](https://gitee.com/fangjinuo/langx-java)
Expand Down
2 changes: 1 addition & 1 deletion langx-java-gmssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langx</artifactId>
<groupId>com.github.fangjinuo.langx</groupId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langx-java-reflect-asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langx-java-reflect-aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langx-java-security-gm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langx</artifactId>
<groupId>com.github.fangjinuo.langx</groupId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langx-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>

<artifactId>langx-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langx-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>

<artifactId>langx-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx</artifactId>
<packaging>pom</packaging>
<version>4.0.2</version>
<version>4.0.3</version>

<name>${groupId}:${artifactId}:${version}</name>

Expand Down

0 comments on commit c928688

Please sign in to comment.