Skip to content

Commit df82751

Browse files
committed
Release: FIX central validation
1 parent 083b6de commit df82751

File tree

9 files changed

+38
-16
lines changed

9 files changed

+38
-16
lines changed

openam-authentication/openam-auth-amster/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2016 ForgeRock AS.
16+
~ Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718

1819
<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">
@@ -24,6 +25,7 @@
2425
<modelVersion>4.0.0</modelVersion>
2526

2627
<artifactId>openam-auth-amster</artifactId>
28+
<name>OpenAM Authentication Amster</name>
2729
<dependencies>
2830
<dependency>
2931
<groupId>org.openidentityplatform.openam</groupId>

openam-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2012-2016 ForgeRock AS.
16+
* Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718
<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">
1819
<modelVersion>4.0.0</modelVersion>
@@ -197,7 +198,6 @@
197198
<dependency>
198199
<groupId>com.fasterxml.woodstox</groupId>
199200
<artifactId>woodstox-core</artifactId>
200-
<version>6.4.0</version>
201201
</dependency>
202202
</dependencies>
203203
</dependencyManagement>

openam-federation/openam-fedlet-unconfigured-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2016 ForgeRock AS.
16+
* Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718
<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">
1819
<parent>
@@ -215,7 +216,6 @@
215216
<dependency>
216217
<groupId>com.fasterxml.woodstox</groupId>
217218
<artifactId>woodstox-core</artifactId>
218-
<version>6.4.0</version>
219219
</dependency>
220220
</dependencies>
221221
</dependencyManagement>

openam-notifications-integration/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2016 ForgeRock AS.
16+
~ Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718

1819
<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">
@@ -24,6 +25,7 @@
2425
<modelVersion>4.0.0</modelVersion>
2526

2627
<artifactId>openam-notifications-integration</artifactId>
28+
<name>OpenAM Notifications integration</name>
2729

2830
<dependencies>
2931
<dependency>

openam-notifications-websocket/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2016 ForgeRock AS.
16+
~ Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718

1819
<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">
@@ -24,7 +25,7 @@
2425
<modelVersion>4.0.0</modelVersion>
2526

2627
<artifactId>openam-notifications-websocket</artifactId>
27-
28+
<name>OpenAM Notifications websocket</name>
2829
<dependencies>
2930
<dependency>
3031
<groupId>org.openidentityplatform.commons</groupId>

openam-notifications/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2016 ForgeRock AS.
16+
~ Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718

1819
<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">
@@ -24,7 +25,7 @@
2425
<modelVersion>4.0.0</modelVersion>
2526

2627
<artifactId>openam-notifications</artifactId>
27-
28+
<name>OpenAM Notifications</name>
2829
<dependencies>
2930
<dependency>
3031
<groupId>org.openidentityplatform.commons</groupId>

openam-server-only/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2011-2016 ForgeRock AS.
16-
* Copyright 2019 Open Identity Platform Community.
16+
* Portions copyright 2017-2025 3A Systems, LLC
1717
1818
-->
1919
<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">
@@ -932,7 +932,6 @@
932932
<dependency>
933933
<groupId>com.fasterxml.woodstox</groupId>
934934
<artifactId>woodstox-core</artifactId>
935-
<version>6.4.0</version>
936935
</dependency>
937936
</dependencies>
938937
</dependencyManagement>

openam-sts/openam-soap-sts/openam-soap-sts-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* information: "Portions Copyrighted [year] [name of copyright owner]".
1414
*
1515
* Copyright 2013-2016 ForgeRock AS.
16+
* Portions copyright 2017-2025 3A Systems, LLC
1617
-->
1718
<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">
1819
<modelVersion>4.0.0</modelVersion>
@@ -156,7 +157,6 @@
156157
<dependency>
157158
<groupId>com.fasterxml.woodstox</groupId>
158159
<artifactId>woodstox-core</artifactId>
159-
<version>6.4.0</version>
160160
</dependency>
161161
</dependencies>
162162
</dependencyManagement>

pom.xml

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,19 @@
265265
</executions>
266266
</plugin>
267267
<plugin>
268-
<groupId>org.sonatype.central</groupId>
269-
<artifactId>central-publishing-maven-plugin</artifactId>
270-
<version>0.8.0</version>
271-
<extensions>true</extensions>
272-
<configuration>
273-
<publishingServerId>ossrh</publishingServerId>
274-
<autoPublish>true</autoPublish>
275-
<waitMaxTime>5400</waitMaxTime>
276-
</configuration>
268+
<groupId>org.sonatype.central</groupId>
269+
<artifactId>central-publishing-maven-plugin</artifactId>
270+
<version>0.8.0</version>
271+
<extensions>true</extensions>
272+
<configuration>
273+
<publishingServerId>ossrh</publishingServerId>
274+
<autoPublish>true</autoPublish>
275+
<waitMaxTime>5400</waitMaxTime>
276+
<excludeArtifacts>
277+
<!--very large for central may cause broken pipe error-->
278+
<excludeArtifact>openam-distribution-kit</excludeArtifact>
279+
</excludeArtifacts>
280+
</configuration>
277281
</plugin>
278282
</plugins>
279283
</build>
@@ -402,6 +406,18 @@
402406
</snapshots>
403407
</pluginRepository>
404408
</pluginRepositories>
409+
<distributionManagement>
410+
<repository>
411+
<id>ossrh</id>
412+
<name>Central Portal Staging</name>
413+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url>
414+
</repository>
415+
<snapshotRepository>
416+
<id>ossrh</id>
417+
<name>Central Portal Snapshots</name>
418+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
419+
</snapshotRepository>
420+
</distributionManagement>
405421
<!-- Source Control -->
406422
<scm>
407423
<connection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM.git</connection>
@@ -1730,6 +1746,7 @@
17301746
<dependency>
17311747
<groupId>com.fasterxml.woodstox</groupId>
17321748
<artifactId>woodstox-core</artifactId>
1749+
<version>6.4.0</version>
17331750
</dependency>
17341751
<dependency>
17351752
<groupId>org.owasp.antisamy</groupId>

0 commit comments

Comments
 (0)