Skip to content

Commit

Permalink
chore(main): release jans-auth-server 1.0.4 (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto authored Nov 8, 2022
1 parent df78336 commit affe76f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions jans-auth-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.0.4](https://github.com/JanssenProject/jans/compare/jans-auth-server-v1.0.3...jans-auth-server-v1.0.4) (2022-11-08)


### Features

* **jans-auth-server:** added token exchange support to client [#2518](https://github.com/JanssenProject/jans/issues/2518) ([#2855](https://github.com/JanssenProject/jans/issues/2855)) ([943d99f](https://github.com/JanssenProject/jans/commit/943d99f2784e671d361c66c1ddb82c10f567a698))
* **jans-auth-server:** ssa validation endpoint ([#2842](https://github.com/JanssenProject/jans/issues/2842)) ([de8a86e](https://github.com/JanssenProject/jans/commit/de8a86ed1eb29bd02546e9e22fc6f668ac3217c4))
* ssa revoke endpoint ([#2865](https://github.com/JanssenProject/jans/issues/2865)) ([9c68f91](https://github.com/JanssenProject/jans/commit/9c68f914e155de492e54121033c8f0ed45d66817))


### Bug Fixes

* **jans-auth-server:** fix language metadata format ([#2883](https://github.com/JanssenProject/jans/issues/2883)) ([e21e206](https://github.com/JanssenProject/jans/commit/e21e206df16b048b1743c3ee441d9fbdb1f8c67e))


### Documentation

* prepare for 1.0.4 release ([c23a2e5](https://github.com/JanssenProject/jans/commit/c23a2e505b7eb325a293975d60bbc65d5e367c7d))

## 1.0.3 (2022-11-01)


Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/persistence-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>jans-auth-persistence-model</artifactId>
<name>Persistence model</name>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<name>Jans authentication server parent</name>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.jans</groupId>
<artifactId>jans-auth-static</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<name>jans-auth-static</name>
Expand Down

0 comments on commit affe76f

Please sign in to comment.