Skip to content

Commit

Permalink
docs: 更新2.3.0.RELEASE版本文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashunx committed Nov 13, 2024
1 parent edbf435 commit e134bf9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion masker-rest-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jiashunx</groupId>
<artifactId>masker-rest</artifactId>
<version>x.y.z-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>masker-rest-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion masker-rest-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jiashunx</groupId>
<artifactId>masker-rest</artifactId>
<version>x.y.z-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>masker-rest-framework</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion masker-rest-jjwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jiashunx</groupId>
<artifactId>masker-rest</artifactId>
<version>x.y.z-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>masker-rest-jjwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion masker-rest-rsa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jiashunx</groupId>
<artifactId>masker-rest</artifactId>
<version>x.y.z-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>masker-rest-rsa</artifactId>
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 @@
<artifactId>masker-rest</artifactId>
<name>masker-rest</name>
<packaging>pom</packaging>
<version>x.y.z-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit e134bf9

Please sign in to comment.