chore(release): 6.0.0 [skip ci]

# [6.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.1...v6.0.0) (2021-12-06)

### Code Refactoring

* 💡 Drop support for java 8 ([4a0b63e](4a0b63ec0e))

### BREAKING CHANGES

* 🧨 Dropped support for java 8
pull/1580/head
semantic-release-bot 2021-12-06 10:26:43 +00:00
parent 4899ea3a6b
commit fe36808016
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
# [6.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.1...v6.0.0) (2021-12-06)
### Code Refactoring
* 💡 Drop support for java 8 ([4a0b63e](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/4a0b63ec0e67c519cd9c0af79c8224777761090b))
### BREAKING CHANGES
* 🧨 Dropped support for java 8
## [5.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.0...v5.0.1) (2021-12-02)

View File

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