chore(release): 8.2.4 [skip ci]
## [8.2.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.2.3...v8.2.4) (2022-04-11) ### Bug Fixes * 🐛 Added missing return values when RPC disabled ([pull/1580/head733597a
](733597a473
))
parent
ad94928b58
commit
e3426eeff1
|
@ -1,3 +1,10 @@
|
||||||
|
## [8.2.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.2.3...v8.2.4) (2022-04-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* 🐛 Added missing return values when RPC disabled ([733597a](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/733597a4731dc840520672f344f55a290237e988))
|
||||||
|
|
||||||
## [8.2.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.2.2...v8.2.3) (2022-04-11)
|
## [8.2.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.2.2...v8.2.3) (2022-04-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>cz.muni.ics</groupId>
|
<groupId>cz.muni.ics</groupId>
|
||||||
<artifactId>perun-oidc-parent</artifactId>
|
<artifactId>perun-oidc-parent</artifactId>
|
||||||
<version>8.2.3</version>
|
<version>8.2.4</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>cz.muni.ics</groupId>
|
<groupId>cz.muni.ics</groupId>
|
||||||
<artifactId>perun-oidc-parent</artifactId>
|
<artifactId>perun-oidc-parent</artifactId>
|
||||||
<version>8.2.3</version>
|
<version>8.2.4</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -20,7 +20,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>cz.muni.ics</groupId>
|
<groupId>cz.muni.ics</groupId>
|
||||||
<artifactId>perun-oidc-parent</artifactId>
|
<artifactId>perun-oidc-parent</artifactId>
|
||||||
<version>8.2.3</version>
|
<version>8.2.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue