Skip to content

Commit a5740e6

Browse files
1.1.2
1 parent 53a2951 commit a5740e6

File tree

763 files changed

+31669
-32787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+31669
-32787
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Go to https://docs.swedenconnect.se/signservice for documentation of how to unde
1616

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

19+
Release notes: https://docs.swedenconnect.se/signservice/release-notes.html
20+
1921
## Modules
2022

2123
This repository comprises of the following modules:

audit/actuator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-audit-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Auditing :: Actuator</name>

audit/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-audit-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Auditing :: Base</name>

audit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Auditing</name>

authn/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-authn-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Authentication :: Base</name>

authn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Authentication</name>

authn/saml/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-authn-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Authentication :: SAML</name>
@@ -150,9 +150,9 @@
150150
<doctitle>SignService SAML Authentication Handler - ${project.version}</doctitle>
151151
<windowtitle>SignService SAML Authentication Handler - ${project.version}</windowtitle>
152152
<links>
153-
<link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/4.2.0/apidocs/</link>
154-
<link>https://build.shibboleth.net/nexus/content/sites/site/java-support/8.2.1/apidocs/</link>
155-
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/latest/</link>
153+
<link>https://shibboleth.net/api/java-opensaml/5.1.2/</link>
154+
<link>https://shibboleth.net/api/java-support/8.4.0/</link>
155+
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/</link>
156156
<link>https://docs.swedenconnect.se/opensaml-addons/apidoc/</link>
157157
<link>https://docs.swedenconnect.se/opensaml-swedish-eid/apidoc/</link>
158158
</links>

bom/pom.xml

+16-16
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
~ limitations under the License.
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1818

1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<groupId>se.swedenconnect.signservice</groupId>
2222
<artifactId>signservice-application-bom</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.1.2-SNAPSHOT</version>
24+
<version>1.1.2</version>
2525

2626
<name>Sweden Connect :: SignService :: Application BOM</name>
2727
<description>BOM for SignService Applications</description>
@@ -130,85 +130,85 @@
130130
<dependency>
131131
<groupId>se.swedenconnect.signservice</groupId>
132132
<artifactId>signservice-core</artifactId>
133-
<version>1.1.2-SNAPSHOT</version>
133+
<version>1.1.2</version>
134134
</dependency>
135135

136136
<dependency>
137137
<groupId>se.swedenconnect.signservice</groupId>
138138
<artifactId>signservice-engine</artifactId>
139-
<version>1.1.2-SNAPSHOT</version>
139+
<version>1.1.2</version>
140140
</dependency>
141141

142142
<dependency>
143143
<groupId>se.swedenconnect.signservice</groupId>
144144
<artifactId>signservice-protocol-dssext11</artifactId>
145-
<version>1.1.2-SNAPSHOT</version>
145+
<version>1.1.2</version>
146146
</dependency>
147147

148148
<dependency>
149149
<groupId>se.swedenconnect.signservice</groupId>
150150
<artifactId>signservice-authn-base</artifactId>
151-
<version>1.1.2-SNAPSHOT</version>
151+
<version>1.1.2</version>
152152
</dependency>
153153

154154
<dependency>
155155
<groupId>se.swedenconnect.signservice</groupId>
156156
<artifactId>signservice-authn-saml</artifactId>
157-
<version>1.1.2-SNAPSHOT</version>
157+
<version>1.1.2</version>
158158
</dependency>
159159

160160
<dependency>
161161
<groupId>se.swedenconnect.signservice</groupId>
162162
<artifactId>signservice-audit-base</artifactId>
163-
<version>1.1.2-SNAPSHOT</version>
163+
<version>1.1.2</version>
164164
</dependency>
165165

166166
<dependency>
167167
<groupId>se.swedenconnect.signservice</groupId>
168168
<artifactId>signservice-audit-actuator</artifactId>
169-
<version>1.1.2-SNAPSHOT</version>
169+
<version>1.1.2</version>
170170
</dependency>
171171

172172
<dependency>
173173
<groupId>se.swedenconnect.signservice</groupId>
174174
<artifactId>signservice-signhandler</artifactId>
175-
<version>1.1.2-SNAPSHOT</version>
175+
<version>1.1.2</version>
176176
</dependency>
177177

178178
<dependency>
179179
<groupId>se.swedenconnect.signservice</groupId>
180180
<artifactId>signservice-keycert-base</artifactId>
181-
<version>1.1.2-SNAPSHOT</version>
181+
<version>1.1.2</version>
182182
</dependency>
183183

184184
<dependency>
185185
<groupId>se.swedenconnect.signservice</groupId>
186186
<artifactId>signservice-keycert-simple</artifactId>
187-
<version>1.1.2-SNAPSHOT</version>
187+
<version>1.1.2</version>
188188
</dependency>
189189

190190
<dependency>
191191
<groupId>se.swedenconnect.signservice</groupId>
192192
<artifactId>signservice-keycert-cmc</artifactId>
193-
<version>1.1.2-SNAPSHOT</version>
193+
<version>1.1.2</version>
194194
</dependency>
195195

196196
<dependency>
197197
<groupId>se.swedenconnect.signservice</groupId>
198198
<artifactId>signservice-config</artifactId>
199-
<version>1.1.2-SNAPSHOT</version>
199+
<version>1.1.2</version>
200200
</dependency>
201201

202202
<dependency>
203203
<groupId>se.swedenconnect.signservice</groupId>
204204
<artifactId>signservice-config-spring</artifactId>
205-
<version>1.1.2-SNAPSHOT</version>
205+
<version>1.1.2</version>
206206
</dependency>
207207

208208
<dependency>
209209
<groupId>se.swedenconnect.signservice</groupId>
210210
<artifactId>signservice-spring-boot-starter</artifactId>
211-
<version>1.1.2-SNAPSHOT</version>
211+
<version>1.1.2</version>
212212
</dependency>
213213

214214
</dependencies>

config/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-config-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Configuration :: Base</name>

config/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Configuration</name>
@@ -103,7 +103,7 @@
103103
</dependency>
104104

105105
</dependencies>
106-
106+
107107
<profiles>
108108
<profile>
109109
<id>release</id>
@@ -112,10 +112,10 @@
112112
<plugin>
113113
<groupId>org.sonatype.plugins</groupId>
114114
<artifactId>nexus-staging-maven-plugin</artifactId>
115-
</plugin>
115+
</plugin>
116116
</plugins>
117117
</build>
118118
</profile>
119-
</profiles>
119+
</profiles>
120120

121121
</project>

config/spring/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-config-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Configuration :: Spring</name>
@@ -133,7 +133,7 @@
133133
<links>
134134
<link>https://docs.spring.io/spring-framework/docs/current/javadoc-api/</link>
135135
<link>https://docs.spring.io/spring-boot/docs/current/api/</link>
136-
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/latest/</link>
136+
<link>https://docs.swedenconnect.se/opensaml-security-ext/javadoc/</link>
137137
<link>https://docs.swedenconnect.se/opensaml-addons/apidoc/</link>
138138
<link>https://docs.swedenconnect.se/opensaml-swedish-eid/apidoc/</link>
139139
</links>

core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Core</name>
@@ -160,7 +160,7 @@
160160
</plugins>
161161

162162
</build>
163-
163+
164164
<profiles>
165165
<profile>
166166
<id>release</id>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.sonatype.plugins</groupId>
171171
<artifactId>nexus-staging-maven-plugin</artifactId>
172-
</plugin>
172+
</plugin>
173173
</plugins>
174174
</build>
175175
</profile>

demo-apps/app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice.demo</groupId>
2626
<artifactId>signservice-demo-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Demo :: Application</name>

demo-apps/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>se.swedenconnect.signservice.demo</groupId>
2222
<artifactId>signservice-demo-parent</artifactId>
23-
<version>1.1.2-SNAPSHOT</version>
23+
<version>1.1.2</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Sweden Connect :: SignService :: Demo</name>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>se.swedenconnect.signservice</groupId>
109109
<artifactId>signservice-application-bom</artifactId>
110-
<version>1.1.2-SNAPSHOT</version>
110+
<version>1.1.2</version>
111111
<type>pom</type>
112112
<scope>import</scope>
113113
</dependency>

demo-apps/rest/backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice.demo</groupId>
2626
<artifactId>signservice-demo-rest-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Demo :: REST :: Backend</name>

demo-apps/rest/frontend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice.demo</groupId>
2626
<artifactId>signservice-demo-rest-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Demo :: REST :: Frontend</name>

demo-apps/rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice.demo</groupId>
2626
<artifactId>signservice-demo-parent</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.2</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Demo :: REST</name>

0 commit comments

Comments
 (0)