Skip to content

Commit

Permalink
1.1.2 release (#182)
Browse files Browse the repository at this point in the history
1.1.2 release
  • Loading branch information
martin-lindstrom authored Dec 19, 2024
1 parent 53a2951 commit e41715a
Show file tree
Hide file tree
Showing 763 changed files with 31,675 additions and 32,787 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Go to https://docs.swedenconnect.se/signservice for documentation of how to unde

Java API documentation: https://docs.swedenconnect.se/signservice/apidocs

Release notes: https://docs.swedenconnect.se/signservice/release-notes.html

## Modules

This repository comprises of the following modules:
Expand Down
2 changes: 1 addition & 1 deletion audit/actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Actuator</name>
Expand Down
2 changes: 1 addition & 1 deletion audit/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Base</name>
Expand Down
2 changes: 1 addition & 1 deletion audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing</name>
Expand Down
2 changes: 1 addition & 1 deletion authn/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: Base</name>
Expand Down
2 changes: 1 addition & 1 deletion authn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication</name>
Expand Down
8 changes: 4 additions & 4 deletions authn/saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: SAML</name>
Expand Down Expand Up @@ -150,9 +150,9 @@
<doctitle>SignService SAML Authentication Handler - ${project.version}</doctitle>
<windowtitle>SignService SAML Authentication Handler - ${project.version}</windowtitle>
<links>
<link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/4.2.0/apidocs/</link>
<link>https://build.shibboleth.net/nexus/content/sites/site/java-support/8.2.1/apidocs/</link>
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/latest/</link>
<link>https://shibboleth.net/api/java-opensaml/5.1.2/</link>
<link>https://shibboleth.net/api/java-support/8.4.0/</link>
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/</link>
<link>https://docs.swedenconnect.se/opensaml-addons/apidoc/</link>
<link>https://docs.swedenconnect.se/opensaml-swedish-eid/apidoc/</link>
</links>
Expand Down
32 changes: 16 additions & 16 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-application-bom</artifactId>
<packaging>pom</packaging>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>

<name>Sweden Connect :: SignService :: Application BOM</name>
<description>BOM for SignService Applications</description>
Expand Down Expand Up @@ -130,85 +130,85 @@
<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-core</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-engine</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-protocol-dssext11</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-base</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-saml</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-base</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-actuator</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-signhandler</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-base</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-simple</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-cmc</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-spring</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-spring-boot-starter</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration :: Base</name>
Expand Down
8 changes: 4 additions & 4 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
</dependency>

</dependencies>

<profiles>
<profile>
<id>release</id>
Expand All @@ -112,10 +112,10 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</profiles>

</project>
4 changes: 2 additions & 2 deletions config/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration :: Spring</name>
Expand Down Expand Up @@ -133,7 +133,7 @@
<links>
<link>https://docs.spring.io/spring-framework/docs/current/javadoc-api/</link>
<link>https://docs.spring.io/spring-boot/docs/current/api/</link>
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/latest/</link>
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/</link>
<link>https://docs.swedenconnect.se/opensaml-addons/apidoc/</link>
<link>https://docs.swedenconnect.se/opensaml-swedish-eid/apidoc/</link>
</links>
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Core</name>
Expand Down Expand Up @@ -160,7 +160,7 @@
</plugins>

</build>

<profiles>
<profile>
<id>release</id>
Expand All @@ -169,7 +169,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugin>
</plugins>
</build>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: Application</name>
Expand Down
4 changes: 2 additions & 2 deletions demo-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<name>Sweden Connect :: SignService :: Demo</name>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-application-bom</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/rest/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-rest-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: REST :: Backend</name>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/rest/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-rest-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: REST :: Frontend</name>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: REST</name>
Expand Down
Loading

0 comments on commit e41715a

Please sign in to comment.