Skip to content

Commit

Permalink
2.0.0 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom authored Jan 15, 2025
1 parent 49f2c61 commit 685f29c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion attribute-handling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.eidas</groupId>
<artifactId>eidas-connector-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<name>Sweden Connect :: eIDAS :: Connector :: Attribute Handling</name>
Expand Down
4 changes: 2 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Version 2.0.0

**Release date:** 2025-01-XX
**Release date:** 2025-01-15

Completely new IdP-base where we use Spring Boot instead of Shibboleth.

Expand Down Expand Up @@ -496,4 +496,4 @@ A threading issue caused metadata without a valid `<SignatureValue>` to be creat

---

Copyright &copy; 2017-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2017-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion idp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.eidas</groupId>
<artifactId>eidas-connector-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<name>Sweden Connect :: eIDAS :: Connector :: IdP</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>se.swedenconnect.eidas</groupId>
<artifactId>eidas-connector-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>Sweden Connect :: eIDAS :: Connector :: Parent POM</name>
<description>Parent POM for Sweden Connect eIDAS Connector</description>
Expand Down
2 changes: 1 addition & 1 deletion prid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.eidas</groupId>
<artifactId>eidas-connector-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<name>Sweden Connect :: eIDAS :: Connector :: Provisional ID support</name>
Expand Down

0 comments on commit 685f29c

Please sign in to comment.