chore(release): 9.0.3 [skip ci]
## [9.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.2...v9.0.3) (2022-04-22) ### Bug Fixes * **deps:** update dependency org.projectlombok:lombok to v1.18.24 ([pull/1580/head6736cf4
](6736cf4c38
)) * improve MUNI header ([3f0f910
](3f0f9103d8
))
parent
19a9e84164
commit
fc92a45d32
|
@ -1,3 +1,11 @@
|
||||||
|
## [9.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.2...v9.0.3) (2022-04-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency org.projectlombok:lombok to v1.18.24 ([6736cf4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/6736cf4c38adad8b37e8c9914348da938c69506c))
|
||||||
|
* improve MUNI header ([3f0f910](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/3f0f9103d8223ff41476f04e6c6a034a483da84f))
|
||||||
|
|
||||||
## [9.0.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.1...v9.0.2) (2022-04-20)
|
## [9.0.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.0.1...v9.0.2) (2022-04-20)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>9.0.2</version>
|
<version>9.0.3</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>9.0.2</version>
|
<version>9.0.3</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>9.0.2</version>
|
<version>9.0.3</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue