Skip to content

Commit

Permalink
$ 发布3.6.3 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Jul 27, 2021
1 parent 261c585 commit ba5aa54
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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-v3.6.2.green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.langx%20AND%20v:3.6.2)
[![maven](https://img.shields.io/badge/maven-v3.6.3.green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.langx%20AND%20v:3.6.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-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>3.6.2</version>
<version>3.6.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>3.6.2</version>
<version>3.6.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>3.6.2</version>
<version>3.6.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>3.6.2</version>
<version>3.6.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>3.6.2</version>
<version>3.6.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>3.6.2</version>
<version>3.6.3</version>

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

Expand Down

0 comments on commit ba5aa54

Please sign in to comment.