chore(release): 9.1.1 [skip ci]

## [9.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.0...v9.1.1) (2022-04-22)

### Bug Fixes

* 🐛 Fixed wrong mail in LS consent ([c84912c](c84912c551))
pull/1580/head
semantic-release-bot 2022-04-22 12:14:41 +00:00
parent 5dc2a061c1
commit 58c0e80346
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [9.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.0...v9.1.1) (2022-04-22)
### Bug Fixes
* 🐛 Fixed wrong mail in LS consent ([c84912c](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/c84912c55106b5b272e5221efbacdbd1451aeb7e))
# [9.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.3...v9.1.0) (2022-04-22)

View File

@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>9.1.0</version>
<version>9.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>9.1.0</version>
<version>9.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>9.1.0</version>
<version>9.1.1</version>
<packaging>pom</packaging>
<modules>