Skip to content

Commit

Permalink
% release 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Sep 12, 2022
1 parent ab58010 commit 3c37faa
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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.8.1</version>
<version>4.8.2</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.8.1</version>
<version>4.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langx-java-regexp-joni/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.8.1</version>
<version>4.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.langx.security</groupId>
<artifactId>langx-java-security-gm</artifactId>
<version>4.8.1</version>
<version>4.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.langx.security</groupId>
<artifactId>langx-java-security-gm</artifactId>
<version>4.8.1</version>
<version>4.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.langx.security</groupId>
<artifactId>langx-java-security-gm</artifactId>
<version>4.8.1</version>
<version>4.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion langx-java-security-pam/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.8.1</version>
<version>4.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fangjinuo.langx.security</groupId>
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.8.1</version>
<version>4.8.2</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.8.1</version>
<version>4.8.2</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.8.1</version>
<version>4.8.2</version>

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

Expand Down

0 comments on commit 3c37faa

Please sign in to comment.