Skip to content

Commit

Permalink
Update the snapshot version after release. (#868)
Browse files Browse the repository at this point in the history
Signed-off-by: Kamesh Akella <[email protected]>
  • Loading branch information
kami619 committed Jun 26, 2024
1 parent 8c1bafd commit 2db25f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.keycloak.benchmark</groupId>
<artifactId>keycloak-benchmark</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>

<properties>
<scala.version>2.13.13</scala.version>
Expand Down
2 changes: 1 addition & 1 deletion dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>keycloak-benchmark-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion doc/benchmark/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Benchmark Guide
name: benchmark-guide
version: '0.10'
version: '0.14'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion doc/dataset/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Dataset Guide
name: dataset-guide
version: '0.10'
version: '0.14'
nav:
- modules/ROOT/nav.adoc

2 changes: 1 addition & 1 deletion doc/kubernetes/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Kubernetes Guide
name: kubernetes-guide
version: '0.10'
version: '0.14'
nav:
- modules/ROOT/nav.adoc
ext:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-benchmark-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Keycloak Benchmark Parent</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-benchmark-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.14-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2db25f7

Please sign in to comment.