Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Set version to 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 30, 2023
1 parent edf7f5f commit bc680ad
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion api_documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion authorization_services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions header-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>documentation-parent</artifactId>
<groupId>org.keycloak.documentation</groupId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
</parent>

<groupId>org.keycloak.documentation</groupId>
<artifactId>header-maven-plugin</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<packaging>maven-plugin</packaging>

<name>github-maven-plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Keycloak Documentation Parent</name>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.keycloak.documentation</groupId>
<artifactId>header-maven-plugin</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<executions>
<execution>
<id>add-file-headers</id>
Expand Down
2 changes: 1 addition & 1 deletion release_notes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion securing_apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion server_admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion server_development/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions topics/templates/document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
:project_name_full: Keycloak
:project_community: true
:project_product: false
:project_version: DEV
:project_versionMvn: 999-SNAPSHOT
:project_versionNpm: 999
:project_versionDoc: DEV
:project_version: 21.0.2
:project_versionMvn: 21.0.2
:project_versionNpm: 21.0.2
:project_versionDoc: 21.0

:standalone:
:api-management!:
Expand Down
2 changes: 1 addition & 1 deletion upgrading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.keycloak.documentation</groupId>
<artifactId>documentation-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>21.0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit bc680ad

Please sign in to comment.