Skip to content

Commit

Permalink
chore(main): release jans-keycloak-integration 1.0.22 (#7470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto authored Jan 22, 2024
1 parent 0f1e091 commit 6f82e7f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
7 changes: 7 additions & 0 deletions jans-keycloak-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.22 (2024-01-22)


### Bug Fixes

* **keycloak-integration:** Keycloak startup issue [#7123](https://github.com/JanssenProject/jans/issues/7123) ([#7133](https://github.com/JanssenProject/jans/issues/7133)) ([8d8cd3b](https://github.com/JanssenProject/jans/commit/8d8cd3bc72874d57abef667a3ac46c91dd9d1071))

## 1.0.19 (2023-10-11)


Expand Down
5 changes: 2 additions & 3 deletions jans-keycloak-integration/authenticator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>io.jans</groupId>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-kc-parent</artifactId>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.22</version>
</parent>

<prerequisites>
Expand Down
5 changes: 2 additions & 3 deletions jans-keycloak-integration/job-scheduler/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>io.jans</groupId>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-kc-parent</artifactId>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.22</version>
</parent>

<prerequisites>
Expand Down
5 changes: 2 additions & 3 deletions jans-keycloak-integration/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>io.jans</groupId>
<artifactId>jans-kc-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.22</version>
<name>keycloak-integration-parent</name>

<distributionManagement>
Expand Down
7 changes: 2 additions & 5 deletions jans-keycloak-integration/storage-spi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<modelVersion>4.0.0</modelVersion>
<artifactId>kc-jans-storage-plugin</artifactId>
Expand All @@ -12,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-kc-parent</artifactId>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.22</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 6f82e7f

Please sign in to comment.