Skip to content

Commit

Permalink
build: release version 2.1.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashunx committed Jan 11, 2024
1 parent 2f2fa5a commit 77b9cb7
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.1.1.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.1.1.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.1.1.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.1.1.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.1.1.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 77b9cb7

Please sign in to comment.