Skip to content

Commit

Permalink
chore: Set version to 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anarsultanov authored and github-actions[bot] committed Jun 28, 2024
1 parent 3fbf7f2 commit 6237eba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.3",
"info" : {
"title" : "Keycloak Multi-Tenancy",
"version" : "24.1.0"
"version" : "25.0.0"
},
"servers" : [ {
"url" : "{{keycloakUrl}}/auth/realms/{{realmName}}"
Expand Down
16 changes: 8 additions & 8 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: Keycloak Multi-Tenancy
version: 24.1.0
version: 25.0.0
servers:
- url: "{{keycloakUrl}}/auth/realms/{{realmName}}"
paths:
Expand Down Expand Up @@ -36,7 +36,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/TenantRepresentation'
$ref: "#/components/schemas/TenantRepresentation"
"401":
description: Unauthorized
post:
Expand All @@ -46,7 +46,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/TenantRepresentation'
$ref: "#/components/schemas/TenantRepresentation"
required: true
responses:
"201":
Expand Down Expand Up @@ -90,7 +90,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/TenantRepresentation'
$ref: "#/components/schemas/TenantRepresentation"
responses:
"204":
description: No Content
Expand Down Expand Up @@ -146,7 +146,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/TenantInvitationRepresentation'
$ref: "#/components/schemas/TenantInvitationRepresentation"
"401":
description: Unauthorized
"403":
Expand All @@ -158,7 +158,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/TenantInvitationRepresentation'
$ref: "#/components/schemas/TenantInvitationRepresentation"
required: true
responses:
"201":
Expand Down Expand Up @@ -228,7 +228,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/TenantMembershipRepresentation'
$ref: "#/components/schemas/TenantMembershipRepresentation"
"401":
description: Unauthorized
"403":
Expand Down Expand Up @@ -271,7 +271,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/TenantMembershipRepresentation'
$ref: "#/components/schemas/TenantMembershipRepresentation"
required: true
responses:
"204":
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 @@

<groupId>dev.sultanov</groupId>
<artifactId>keycloak-multi-tenancy</artifactId>
<version>24.1.0</version>
<version>25.0.0</version>
<packaging>jar</packaging>

<name>Keycloak Multi-Tenancy</name>
Expand Down

0 comments on commit 6237eba

Please sign in to comment.