Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEYCLOAK-11733 API to get parents of a role #2

Open
wants to merge 144 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
28673ed
KEYCLOAK-19832 Update to Quarkus 2.5.1
DGuhr Dec 2, 2021
8750d94
[KEYCLOAK-19847] - Restore Docker Dist tests coverage
andreaTP Dec 2, 2021
e1a2e27
Faster Quarkus Docker based tests
andreaTP Dec 6, 2021
1f9b2be
more improvements
andreaTP Dec 7, 2021
3602873
Introduce model-entity util methods
hmlnarik Oct 26, 2021
43c46db
[KEYCLOAK-19686] - Windows support and recording if persisted properties
pedroigor Dec 7, 2021
95614e8
Fix NPE for component creation when realm unset but config known
hmlnarik Dec 6, 2021
7aaa337
KEYCLOAK-19570 Add annotation processing for HotRod clients
mhajas Nov 23, 2021
5283db8
KEYCLOAK-19489 Verify WebAuthn settings in admin console
mabartos Nov 15, 2021
08fccf5
Change WebAuthn tests execution in docs
mabartos Dec 6, 2021
4f66087
Fix for WebAuthn tests
mabartos Dec 6, 2021
2785cab
Simplify component model overrides
hmlnarik Dec 6, 2021
c5eeb70
KEYCLOAK-19881 Make module 'other' independent
mabartos Dec 7, 2021
654f1f7
Refactor StorageId
hmlnarik Dec 7, 2021
2d341dd
Renew personal access token for installing Admin UI
jonkoops Dec 9, 2021
4883557
[KEYCLOAK-19885] - Parallelize cache manager init
pedroigor Dec 9, 2021
5006077
8877 Make KeycloakMetricsHandler aware of context-path
thomasdarimont Nov 22, 2021
bf0f3d6
[fixes #9052] - Renaming cluster options to cache
pedroigor Dec 9, 2021
fc237a8
Introduce ancestor interface for entities with attributes
mhajas Dec 8, 2021
c7134fd
Initial toolchain for Quarkus distribution documentation
stianst Nov 18, 2021
3c3c330
KEYCLOAK-19550 Completely remove Zocial CSS components (#8581)
mabartos Dec 10, 2021
3817421
Fix issue where Patternfly background clashes with Keycloak one (#8422)
stingrayfunk Dec 10, 2021
faefecc
KEYCLOAK-19487 Test cases for managing 2FA authenticators in account …
mabartos Oct 12, 2021
3a2bf0c
WebAuthnAuthenticator add timeout property
mabartos Dec 10, 2021
8e8fab8
KEYCLOAK-19486 Verify the WebAuthn registration functionality
mabartos Nov 23, 2021
c474e77
Clarify Admin UI Name of NoCookieFlowRedirectAuthenticator
Sep 23, 2021
24e7ab6
8942 - port in location header is -1 when doing SAML global logout
hokuda Dec 1, 2021
7e7f2b2
Remove EAP 6 and JBoss AS 7 adapters from distribution
stianst Dec 10, 2021
b4876dd
Solves #9102 - Update to Quarkus 2.5.2.Final
DGuhr Dec 13, 2021
d6abade
Solves #9080 - relocating dependency jars to new location.
DGuhr Dec 10, 2021
85240c9
Remove deprecated kcinit from keycloak
stianst Nov 8, 2021
02b1932
Update pom.xml
stianst Dec 10, 2021
3c7e5c8
Create delegates and empty instances in DeepCloner
hmlnarik Nov 2, 2021
8e03942
Enhance available tree operations
hmlnarik Dec 6, 2021
5aa9a09
Closes #8969 - Add Groups HotRod storage
mhajas Nov 30, 2021
21ccf7d
Fixes 9094: Remove other values for features command. Only preview al…
DGuhr Dec 13, 2021
a062bcc
Update pom.xml
stianst Dec 13, 2021
93853e9
Update pom.xml
stianst Dec 13, 2021
f2abfec
KEYCLOAK-19858 Add Tests to check that no credentials are leaking whe…
DGuhr Dec 5, 2021
9b243ce
[fixes #9089] - Fixing export and import commands
pedroigor Dec 13, 2021
07196cd
[fixes #9116] - Fixing cluster config tests
pedroigor Dec 13, 2021
7dc5556
[fixes #9092] - Avoid failing when request is not a form-urlencoded
pedroigor Dec 13, 2021
6cc674a
[fixes #9108] - Unable to recognized SPI persisted properties
pedroigor Dec 13, 2021
dad5639
WIP: use extra buildstep and configprovider for tests
DGuhr Dec 14, 2021
c70dc0e
Add IsIntegrationTest BuildStep Annotation
DGuhr Dec 14, 2021
74970ac
[fixes #9128] - Enable new admin console to Dist.X
pedroigor Dec 14, 2021
04da528
KEYCLOAK-19371 - fix for UI crash when logged in user has access to (…
aznamier Dec 14, 2021
cdd5c47
Update french translation for account console
vanrar68 Dec 8, 2021
e69c3dc
KEYCLOAK-19391: Fix ldap query search adding custom serach filter
masales Nov 25, 2021
afeaa6f
KEYCLOAK-19391: Fix ldap query search adding custom serach filter
masales Dec 1, 2021
e61da27
When ternary conditional operator uses primitive type it could throw …
vramik Dec 14, 2021
848b170
Use DeepCloner.Builder().constructorDC in cases when possible
vramik Dec 14, 2021
c6312e3
KEYCLOAK-18717 KEYCLOAK-18716 KEYCLOAK-18715 KEYCLOAK-18713 KEYCLOAK-…
vramik Jul 17, 2021
b4d720d
Fix DB Migration Script to 13.0.0
vramik Dec 14, 2021
5f0b65e
Fix Cross DC test failures caused by Keycloak not increasing failure …
mhajas Dec 15, 2021
44184ab
MapRoleProvider uses ILIKE operator when EQ operator should be used
vramik Dec 14, 2021
68271ba
Solves Issue [#9186] Update to 2.5.3 and small typo fix
DGuhr Dec 16, 2021
b032694
add JAVA_OPTS_APPEND option from legacy to X (resolves #9188)
dasniko Dec 16, 2021
31345c4
Server-only upgrade to WildFly 25.0.1 (#9190)
stianst Dec 17, 2021
45e9243
Verify fine-grained admin permissions feature is enabled before check…
stianst Dec 17, 2021
4dd58eb
Update files
stianst Dec 17, 2021
30cef7a
Fix app-server addHttpListener failure
mhajas Dec 17, 2021
9f3d4a7
Set version to 17.0.0-SNAPSHOT
keycloak-bot Dec 17, 2021
c6e1ab2
Bump PAT used for admin-ui
stianst Dec 20, 2021
db04889
Upgrade to WildFly 26
stianst Dec 20, 2021
8fb45d3
Fix
stianst Dec 20, 2021
79463ff
Stabilize docker distribution tests
andreaTP Dec 15, 2021
6c12c18
review
andreaTP Dec 17, 2021
009ca27
Make JsonbType generic
vramik Dec 15, 2021
454f156
Moved SECURITY.md to .github repository
stianst Dec 21, 2021
d5551c4
Moved SECURITY.md to .github repository
stianst Dec 21, 2021
6383f07
Moved issue templates to .github repository
stianst Dec 21, 2021
db60f56
Translate the title of the login screen into Japanese (#9266)
y-tabata Dec 21, 2021
15d5a07
Avoid building configuration all the time when running tests
pedroigor Dec 20, 2021
408687f
KEYCLOAK-19877 Update additional Arquillian dependencies
mabartos Dec 6, 2021
93aeb57
[closes #9284] - remove xmlsec version from quarkus pom
DGuhr Dec 21, 2021
4f568df
[fixes #9133] - Allow setting JDBC driver and transaction type
pedroigor Dec 15, 2021
f201760
Fixed #8892 "does not exists" language
bentatham Nov 23, 2021
ca58aa7
[fixes #9250] - Wrong query when fetching last model version (#9251)
pedroigor Dec 22, 2021
3fe7a50
Add profile to include new admin console (#9283)
stianst Dec 22, 2021
5b96bdc
Update pom.xml (#9281)
stianst Dec 22, 2021
dfcf46c
Bump Quarkus to 2.5.4.Final
andreaTP Dec 21, 2021
dff79ce
KEYCLOAK-847 Add support for step up authentication (#7897)
CorneliaLahnsteiner Dec 22, 2021
6d0b551
CIAM-1692 OfflineTokenSpringBootTest is failing in pipeline due to Ha…
mabartos Dec 22, 2021
96b2669
Refactoring of constructors for generated entities
mhajas Dec 20, 2021
fd23d1b
CIAM-1694 SigningInTest failure - Missing WebAuthn category
mabartos Dec 22, 2021
422ae0b
CIAM-1693 WebAuthn tests failures on JBoss
mabartos Dec 22, 2021
4700d21
Upgrade Arquillian Graphene for WebAuthn tests
mabartos Dec 23, 2021
208e45c
Add issue templates directly to repo to fix issue with labels not bei…
stianst Jan 3, 2022
b12830a
8947 - Add liquibase extension to handle JSON operations
sguilhen Nov 18, 2021
4817e15
[ref: 8889] Annotation processor support for Java > 11
andreaTP Jan 3, 2022
dd3d7be
Make JpaClientMapStorage generic
vramik Dec 15, 2021
80873ea
Allow changing the session id on login in Tomcat adapter
Jan 5, 2022
d39eb95
Introduce per-field delegation of entities
hmlnarik Jan 5, 2022
981cda5
Database configuration tests
pedroigor Dec 21, 2021
baad104
KEYCLOAK-18880 change "look ahead window" to "look around window" (#9…
y-tabata Jan 5, 2022
1cebd79
Solves [#9206] - Initial version for proxy documentation
DGuhr Dec 17, 2021
d9d77fe
Fix for KEYCLOAK-18914 (#9355)
hc42 Jan 6, 2022
9d5355b
Upgrade Infinispan to 12.1.7.Final
martin-kanis Dec 23, 2021
9b18688
fixes #9427 regex pattern is now pre-compiled
ahus1 Jan 7, 2022
9849df3
Convert MapUserEntity to interface
mhajas Dec 15, 2021
ab9413b
Store user nested entities in Set instead of Map
mhajas Jan 7, 2022
d75d284
KEYCLOAK-19490 Add more details about 2FA to authenticate page (#9252)
mabartos Jan 11, 2022
cbfd989
Allow equal sign within option values (#9402)
pedroigor Jan 11, 2022
b2e5576
Properly setting the database schema (#9400)
pedroigor Jan 11, 2022
8f221bb
Validation for CIBA binding_message parameter (#9470)
mposolda Jan 11, 2022
a93ab35
Update commit message and issue linking sections in contributors guid…
stianst Jan 11, 2022
4436fb3
Fixes outdated Readme
DGuhr Jan 11, 2022
fe506bc
Change config ordinals and simpler keycloak.properties file
DGuhr Jan 11, 2022
8649ca3
Multiple active tabs when realm name equals name of the tab in Admin …
mabartos Jan 11, 2022
8c5e158
Baseline for the new Keycloak operator (#9381)
andreaTP Jan 12, 2022
1ff558b
Closes #9488
y-tabata Jan 11, 2022
93419a1
KEYCLOAK-19289 check if values to set is not null (#8426)
domids Jan 12, 2022
8ea09d3
[fixes #9222] - Let users configure Dynamic Client Scopes (#9327)
dgozalo Jan 12, 2022
dea1231
KEYCLOAK-14817 Allow JS adapter to be bundled as ES module (#9351)
jonkoops Jan 13, 2022
2fd1593
Set order of LiquibaseDBLockProviderFactory to 1
sguilhen Jan 10, 2022
4c74704
Backward compatibility for lower-case bearer type in token responses …
pedroigor Jan 13, 2022
02d544b
#9555 Multiple warnings caused by typed varargs in TokenVerifier
dteleguin Jan 13, 2022
ecd5dd2
Package server guides (#9568)
stianst Jan 14, 2022
db0b364
KEYCLOAK-19148 correct getGroupsCountByNameContaining of MapGroupProv…
cgeorgilakis Sep 23, 2021
99e7208
new title, summary and headlines for proxy guide (#9572)
DGuhr Jan 17, 2022
f80d336
Add support to linking between guides (#9590)
stianst Jan 17, 2022
d451ae0
Guide for enabling HTTPS/TLS (#9536)
DGuhr Jan 18, 2022
86e683b
Remove output of summary in guides (#9615)
stianst Jan 18, 2022
8ed7c05
Defaults to TLSv1.3
pedroigor Jan 12, 2022
0a9387f
Unified configuration option format and renaming keycloak.properties …
pedroigor Jan 17, 2022
22bcdcb
MapRoleProvider could return also client roles when searching for rea…
vramik Jan 16, 2022
0c9ab32
Fix scope bug in device authorization request
cgeorgilakis Jan 18, 2022
61fbb2f
JPA-Map storage might loose writes due to missing locking mechanism
vramik Jan 13, 2022
213b1f5
Closes #9562: Add DB index for UserEntity getRealmUserByServiceAccount
guusdk Jan 14, 2022
7b89d15
KEYCLOAK-18565 JPA roles no-downtime store
vramik Dec 20, 2021
2877482
Limit time for running model tests
hmlnarik Jan 19, 2022
3dd97f3
Fix migration test
mposolda Jan 20, 2022
b8d3c12
Update layout for options in guides (#9658)
stianst Jan 20, 2022
a6acc89
Update LDAPOperationManager.java (#9561)
pravsjv Jan 20, 2022
ddcabe6
KEYCLOAK-19571 Add indices to HotRodClientEntity fields
martin-kanis Dec 1, 2021
bdb7cf9
Quarkus relational database setup documentation error
vanrar68 Dec 23, 2021
7511725
GHA failing due to wrong scheme when downloading ISPN server
pedroigor Jan 20, 2022
f2430c0
Exclude some folders from our SAST analysis
Jan 18, 2022
1b1e220
Remove system property from help message (#9694)
pedroigor Jan 21, 2022
510c482
Use tools icon instead of lock for build options on all-config guide …
stianst Jan 21, 2022
438fc28
Fix embedded theme-resources lookup in Keycloak.X
thomasdarimont Jan 20, 2022
e751626
Closes #9418: Admin UI: sort the realm localization texts alphabetica…
leischt Jan 21, 2022
3e0ab0e
KEYCLOAK-11733 API to get parents of a role
Dec 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
*.eot binary
*.otf binary
*.woff binary
# See https://github.com/approvals/ApprovalTests.Java#approved-file-artifacts (used in golden testing for help output of quarkus based dist)
*.approved.* binary
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jobs:

- name: Run Quarkus Tests in Docker
run: |
mvn clean install -nsu -B -f quarkus/tests/pom.xml -Dkc.quarkus.tests.dist=docker -Dtest=StartDevCommandTest | misc/log/trimmer.sh
mvn clean install -nsu -B -f quarkus/tests/pom.xml -Dkc.quarkus.tests.dist=docker | misc/log/trimmer.sh
TEST_RESULT=${PIPESTATUS[0]}
exit $TEST_RESULT

Expand All @@ -425,6 +425,13 @@ jobs:
find . -path '*/target/surefire-reports/*.xml' | zip -q reports-quarkus-tests.zip -@
exit $TEST_RESULT

- name: Run Quarkus Storage Tests
run: |
mvn clean install -nsu -B -f quarkus/tests/pom.xml -Ptest-database -Dtest=PostgreSQLStartDatabaseTest | misc/log/trimmer.sh
TEST_RESULT=${PIPESTATUS[0]}
find . -path '*/target/surefire-reports/*.xml' | zip -q reports-quarkus-tests.zip -@
exit $TEST_RESULT

- name: Quarkus test reports
uses: actions/upload-artifact@v2
if: failure()
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
paths-ignore:
- 'testsuite/**'
- 'examples/**'
- 'quarkus/tests/**'
schedule:
- cron: '0 9 * * 2'

Expand Down
39 changes: 39 additions & 0 deletions .github/workflows/operator-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Keycloak Operator CI

on: [push, pull_request]

env:
JDK_VERSION: 11

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
group: ci-operator-keycloak-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update maven settings
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/
- uses: actions/setup-java@v1
with:
java-version: ${{ env.JDK_VERSION }}
- name: Cache Maven packages
id: cache
uses: actions/cache@v2
with:
path: |
~/.m2/repository
key: cache-1-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: cache-1-${{ runner.os }}-m2

- name: Create the Keycloak distribution
run: |
mvn clean install -DskipTests -DskipExamples -DskipTestsuite

- name: Build the Keycloak Operator
run: |
mvn clean package -nsu -B -e -pl operator -Doperator -Dquarkus.container-image.build=true -Dquarkus.kubernetes.deployment-target=minikube
41 changes: 40 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here's a quick checklist for a good PR, more details below:
3. One feature/change per PR
4. One commit per PR
5. PR rebased on main (`git rebase`, not `git pull`)
5. Commit message includes link to issue ([linking a pull request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue))
5. [Good descriptive commit message, with link to issue](#commit-messages-and-issue-linking)
6. No changes to code not directly related to your PR
7. Includes functional/integration test
8. Includes documentation
Expand Down Expand Up @@ -92,4 +92,43 @@ for more details.
The above helps us review your PR and also makes it easier for us to maintain the repository. It is also required by
our automatic merging process.

Please, also provide a good description [commit message, with a link to the issue](#commit-messages-and-issue-linking).
We also require that the commit message includes a link to the issue ([linking a pull request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)).

### Commit messages and issue linking

The format for a commit message should look like:

```
A brief descriptive summary

Optionally, more details around how it was implemented

Closes #1234
```

The very last part of the commit message should be a link to the GitHub issue, when done correctly GitHub will automatically link the issue with the PR. There are 3 alternatives provided by GitHub here:

* Closes: Issues in the same repository
* Fixes: Issues in a different repository (this shouldn't be used, as issues should be created in the correct repository instead)
* Resolves: When multiple issues are resolved (this should be avoided)

Although, GitHub allows alternatives (close, closed, fix, fixed), please only use the above formats.

Creating multi line commit messages with `git` can be done with:

```
git commit -m "Summary" -m "Optional description" -m "Closes #1234"
```

Alternatively, `shift + enter` can be used to add line breaks:

```
$ git commit -m "Summary
>
> Optional description
>
> Closes #1234"
```

For more information linking PRs to issues refer to the [GitHub Documentation](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository contains the source code for the Keycloak Server, Java adapters

## Reporting Security Vulnerabilities

If you've found a security vulnerability, please look at the [instructions on how to properly report it](SECURITY.md)
If you've found a security vulnerability, please look at the [instructions on how to properly report it](https://github.com/keycloak/keycloak/security/policy)


## Reporting an issue
Expand Down
30 changes: 0 additions & 30 deletions SECURITY.md

This file was deleted.

2 changes: 1 addition & 1 deletion adapters/oidc/adapter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/as7-eap6/as7-adapter-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-as7-integration-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/as7-eap6/as7-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-as7-integration-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/as7-eap6/as7-subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-as7-integration-pom</artifactId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/as7-eap6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<name>Keycloak AS7 / JBoss EAP 6 Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/fuse7/camel-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-fuse7-integration-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/fuse7/jetty94/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-fuse7-integration-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/fuse7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/fuse7/tomcat8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-fuse7-integration-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/fuse7/undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-fuse7-integration-pom</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/oidc/installed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>16.0.0-SNAPSHOT</version>
<version>17.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading