Skip to content

Commit c74930b

Browse files
committed
Release 8.4.1
1 parent 2868c59 commit c74930b

File tree

3 files changed

+6
-29
lines changed

3 files changed

+6
-29
lines changed

oidc/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
2+
<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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<artifactId>oidcng</artifactId>
75
<name>oidcng</name>
8-
96
<parent>
107
<groupId>org.openconext</groupId>
118
<artifactId>oidcng-parent</artifactId>
12-
<version>8.5.0</version>
9+
<version>8.4.1</version>
1310
</parent>
14-
1511
<dependencyManagement>
1612
<dependencies>
1713
<dependency>
@@ -30,7 +26,6 @@
3026
</dependency>
3127
</dependencies>
3228
</dependencyManagement>
33-
3429
<dependencies>
3530
<dependency>
3631
<groupId>org.springframework.boot</groupId>
@@ -261,9 +256,7 @@
261256
<version>${junit-vintage-engine.version}</version>
262257
<scope>test</scope>
263258
</dependency>
264-
265259
</dependencies>
266-
267260
<profiles>
268261
<profile>
269262
<id>security-updates</id>
@@ -291,7 +284,6 @@
291284
</build>
292285
</profile>
293286
</profiles>
294-
295287
<build>
296288
<plugins>
297289
<plugin>
@@ -336,5 +328,4 @@
336328
</extension>
337329
</extensions>
338330
</build>
339-
340331
</project>

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-starter-parent</artifactId>
87
<version>3.5.8</version>
98
<relativePath/>
109
</parent>
11-
1210
<groupId>org.openconext</groupId>
1311
<artifactId>oidcng-parent</artifactId>
14-
<version>8.5.0</version>
12+
<version>8.4.1</version>
1513
<name>oidcng</name>
1614
<packaging>pom</packaging>
17-
1815
<modules>
1916
<module>oidc</module>
2017
<module>release</module>
2118
</modules>
22-
2319
<properties>
2420
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2521
<bouncycastle.version>1.83</bouncycastle.version>
@@ -47,7 +43,6 @@
4743
<wiremock-standalone.version>3.6.0</wiremock-standalone.version>
4844
<xmlsec.version>4.0.4</xmlsec.version>
4945
</properties>
50-
5146
<profiles>
5247
<profile>
5348
<id>security-updates</id>
@@ -117,7 +112,6 @@
117112
</extension>
118113
</extensions>
119114
</build>
120-
121115
<repositories>
122116
<repository>
123117
<snapshots>
@@ -153,7 +147,6 @@
153147
<url>https://build.shibboleth.net/maven/releases/</url>
154148
</repository>
155149
</repositories>
156-
157150
<distributionManagement>
158151
<repository>
159152
<id>openconext-releases</id>
@@ -166,5 +159,4 @@
166159
<url>dav:https://build.openconext.org/repository/public/snapshots</url>
167160
</snapshotRepository>
168161
</distributionManagement>
169-
170162
</project>

release/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.openconext</groupId>
76
<artifactId>oidcng-parent</artifactId>
8-
<version>8.5.0</version>
7+
<version>8.4.1</version>
98
</parent>
10-
119
<artifactId>oidcng-release</artifactId>
1210
<name>oidcng-release</name>
1311
<packaging>pom</packaging>
1412
<description>The module is used to create a release of the OIDCng application and contains documents like installation instructions and release notes.</description>
15-
1613
<properties>
1714
<maven.deploy.skip>false</maven.deploy.skip>
1815
</properties>
19-
2016
<dependencies>
2117
<dependency>
2218
<groupId>${project.groupId}</groupId>
@@ -25,7 +21,6 @@
2521
<type>jar</type>
2622
</dependency>
2723
</dependencies>
28-
2924
<profiles>
3025
<profile>
3126
<id>release</id>
@@ -61,5 +56,4 @@
6156
</build>
6257
</profile>
6358
</profiles>
64-
6559
</project>

0 commit comments

Comments
 (0)