chore(release): 10.1.0 [skip ci]

# [10.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.3...v10.1.0) (2022-07-28)

### Features

* 🎸 Configurable timeouts in RPC connector ([a929858](a929858026))
pull/1580/head
semantic-release-bot 2022-07-28 09:52:03 +00:00
parent 14a3360f82
commit c1be3a18c3
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# [10.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.3...v10.1.0) (2022-07-28)
### Features
* 🎸 Configurable timeouts in RPC connector ([a929858](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/a929858026de152e8c33c2819f551302b292a443))
## [10.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.2...v10.0.3) (2022-07-27) ## [10.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.2...v10.0.3) (2022-07-27)

View File

@ -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>10.0.3</version> <version>10.1.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -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>10.0.3</version> <version>10.1.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -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>10.0.3</version> <version>10.1.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>