Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server
1 result
Show changes
Commits on Source (3)
# [18.2.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.1.0...v18.2.0) (2024-04-08)
### Features
* 🎸 Add ERIC jurisdiction as EU_EAA ([42c7884](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/42c788489ea8e800cfe7cb687771565df6ad1355))
# [18.1.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.0.2...v18.1.0) (2024-04-03)
......
......@@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>18.1.0</version>
<version>18.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>18.1.0</version>
<version>18.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -68,7 +68,8 @@ public abstract class AuthenticationUtilities {
"(NOR) Norway",
"(ISL) Iceland",
"(LIE) Liechtenstein",
"(GBR) United Kingdom"
"(GBR) United Kingdom",
"(ERIC) European Research Infrastructure Consortium"
);
/**
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>18.1.0</version>
<version>18.2.0</version>
<packaging>pom</packaging>
<modules>
......