Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 5, 2022
1 parent 3ffa761 commit 45f4357
Show file tree
Hide file tree
Showing 30 changed files with 34 additions and 30 deletions.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>Quarkus - Satoken - Parent</name>

Expand Down Expand Up @@ -82,4 +82,8 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>1.0.1</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion quarkus-satoken-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-parent</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-resteasy-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-resteasy-deployment</artifactId>
<name>Quarkus - Satoken Resteasy - Deployment</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-resteasy-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-resteasy-integration-tests</artifactId>
<name>Quarkus - Satoken Resteasy - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-satoken-main/quarkus-satoken-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-satoken-main</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-resteasy-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-resteasy-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-resteasy</artifactId>
<name>Quarkus - Satoken Resteasy - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-satoken-main/quarkus-satoken-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-main</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quarkus-satoken-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-parent</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-context-dubbo-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-context-dubbo-deployment</artifactId>
<name>Quarkus - Satoken Context Dubbo - Deployment</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-context-dubbo-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-context-dubbo-integration-tests</artifactId>
<name>Quarkus - Satoken Context Dubbo - Integration Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-satoken-plugins</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-context-dubbo-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-context-dubbo-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-context-dubbo</artifactId>
<name>Quarkus - Satoken Context Dubbo - Runtime</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-dao-redis-jackson-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-dao-redis-jackson-deployment</artifactId>
<name>Quarkus - Satoken Dao Redis Jackson - Deployment</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-dao-redis-jackson-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-dao-redis-jackson-integration-tests</artifactId>
<name>Quarkus - Satoken Dao Redis Jackson - Integration Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-satoken-plugins</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-dao-redis-jackson-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-dao-redis-jackson-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-dao-redis-jackson</artifactId>
<name>Quarkus - Satoken Dao Redis Jackson - Runtime</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-oauth2-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-oauth2-deployment</artifactId>
<name>Quarkus - Satoken Oauth2 - Deployment</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-oauth2-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-oauth2-integration-tests</artifactId>
<name>Quarkus - Satoken Oauth2 - Integration Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-oauth2-integration-tests</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-oauth2-integration-tests</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quarkus-satoken-plugins/quarkus-satoken-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-satoken-plugins</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-oauth2-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-oauth2-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-oauth2</artifactId>
<name>Quarkus - Satoken Oauth2 - Runtime</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-sso-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-sso-deployment</artifactId>
<name>Quarkus - Satoken Sso - Deployment</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-sso-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-sso-integration-tests</artifactId>
<name>Quarkus - Satoken Sso - Integration Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-sso-integration-tests</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-sso-integration-tests</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-sso-integration-tests</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-satoken-sso-integration-tests</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quarkus-satoken-plugins/quarkus-satoken-sso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-satoken-plugins</artifactId>
<groupId>io.quarkiverse.satoken</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-sso-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.satoken</groupId>
<artifactId>quarkus-satoken-sso-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>quarkus-satoken-sso</artifactId>
<name>Quarkus - Satoken Sso - Runtime</name>
Expand Down

0 comments on commit 45f4357

Please sign in to comment.