chore(release): 10.0.0 [skip ci]

# [10.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.4.0...v10.0.0) (2022-07-09)

### Bug Fixes

* 🐛 Fix displaying for consent for EMBL ([ef47df1](ef47df163f))

### BREAKING CHANGES

* 🧨 DB changes (see v10.0.0.sql files)
pull/1580/head
semantic-release-bot 2022-07-09 13:55:20 +00:00
parent 8518a6adc0
commit 189c9a40d7
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
# [10.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.4.0...v10.0.0) (2022-07-09)
### Bug Fixes
* 🐛 Fix displaying for consent for EMBL ([ef47df1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/ef47df163f76a10e8d504b4068c20d1204e7d048))
### BREAKING CHANGES
* 🧨 DB changes (see v10.0.0.sql files)
# [9.4.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.3.2...v9.4.0) (2022-07-08)

View File

@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>9.4.0</version>
<version>10.0.0</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.4.0</version>
<version>10.0.0</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.4.0</version>
<version>10.0.0</version>
<packaging>pom</packaging>
<modules>