Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 09f3a69

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.0.0...v7.0.0) (2021-12-06) ### Code Refactoring * 💡 Refactored GA4GH Passports and visas ([a94fd99](a94fd99)) ### Features * 🎸 Implemented BBMRI-ERIC Ga4gh Passports and Visas ([141e6c8](141e6c8)) ### BREAKING CHANGES * 🧨 Ga4gh Claim source class for ELIXIR has been changed. Also, the ElixirAccessTokenModifier class has been moved and renamed.
1 parent faa7260 commit 09f3a69

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [7.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v6.0.0...v7.0.0) (2021-12-06)
2+
3+
4+
### Code Refactoring
5+
6+
* 💡 Refactored GA4GH Passports and visas ([a94fd99](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/a94fd992dd5889745b93b25e2d17460569688c16))
7+
8+
9+
### Features
10+
11+
* 🎸 Implemented BBMRI-ERIC Ga4gh Passports and Visas ([141e6c8](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/141e6c8653112e1b3b0beda2ea3ba8be3eca4bca))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* 🧨 Ga4gh Claim source class for ELIXIR has been changed. Also, the
17+
ElixirAccessTokenModifier class has been moved and renamed.
18+
119
# [6.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.1...v6.0.0) (2021-12-06)
220

321

perun-oidc-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>cz.muni.ics</groupId>
2323
<artifactId>perun-oidc-parent</artifactId>
24-
<version>6.0.0</version>
24+
<version>7.0.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

perun-oidc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>cz.muni.ics</groupId>
2424
<artifactId>perun-oidc-parent</artifactId>
25-
<version>6.0.0</version>
25+
<version>7.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>cz.muni.ics</groupId>
2222
<artifactId>perun-oidc-parent</artifactId>
23-
<version>6.0.0</version>
23+
<version>7.0.0</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)