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

Commit f6bbab6

Browse files
Set version to 19.0.3
1 parent 46eb07b commit f6bbab6

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

aggregation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

api_documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

authorization_services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

getting_started/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

header-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>documentation-parent</artifactId>
77
<groupId>org.keycloak.documentation</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
</parent>
1010

1111
<groupId>org.keycloak.documentation</groupId>
1212
<artifactId>header-maven-plugin</artifactId>
13-
<version>999-SNAPSHOT</version>
13+
<version>19.0.3</version>
1414
<packaging>maven-plugin</packaging>
1515

1616
<name>github-maven-plugin</name>

openshift-openj9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

openshift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Keycloak Documentation Parent</name>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<packaging>pom</packaging>
1010

1111
<properties>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.keycloak.documentation</groupId>
141141
<artifactId>header-maven-plugin</artifactId>
142-
<version>999-SNAPSHOT</version>
142+
<version>19.0.3</version>
143143
<executions>
144144
<execution>
145145
<id>add-file-headers</id>

release_notes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.keycloak.documentation</groupId>
77
<artifactId>documentation-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>19.0.3</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)