Skip to content

Commit 4ffb8f3

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

File tree

9 files changed

+38
-48
lines changed

9 files changed

+38
-48
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 & 9 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 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>
@@ -192,13 +193,4 @@
192193
<scope>test</scope>
193194
</dependency>
194195
</dependencies>
195-
<dependencyManagement>
196-
<dependencies>
197-
<dependency>
198-
<groupId>com.fasterxml.woodstox</groupId>
199-
<artifactId>woodstox-core</artifactId>
200-
<version>6.4.0</version>
201-
</dependency>
202-
</dependencies>
203-
</dependencyManagement>
204196
</project>

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

Lines changed: 1 addition & 9 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
<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>
@@ -210,13 +211,4 @@
210211
<artifactId>openam-federation-library</artifactId>
211212
</dependency>
212213
</dependencies>
213-
<dependencyManagement>
214-
<dependencies>
215-
<dependency>
216-
<groupId>com.fasterxml.woodstox</groupId>
217-
<artifactId>woodstox-core</artifactId>
218-
<version>6.4.0</version>
219-
</dependency>
220-
</dependencies>
221-
</dependencyManagement>
222214
</project>

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 & 10 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">
@@ -927,13 +927,4 @@
927927
<artifactId>openam-cassandra-cts</artifactId>
928928
</dependency>
929929
</dependencies>
930-
<dependencyManagement>
931-
<dependencies>
932-
<dependency>
933-
<groupId>com.fasterxml.woodstox</groupId>
934-
<artifactId>woodstox-core</artifactId>
935-
<version>6.4.0</version>
936-
</dependency>
937-
</dependencies>
938-
</dependencyManagement>
939930
</project>

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

Lines changed: 1 addition & 9 deletions
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>
@@ -151,13 +152,4 @@
151152
<scope>test</scope>
152153
</dependency>
153154
</dependencies>
154-
<dependencyManagement>
155-
<dependencies>
156-
<dependency>
157-
<groupId>com.fasterxml.woodstox</groupId>
158-
<artifactId>woodstox-core</artifactId>
159-
<version>6.4.0</version>
160-
</dependency>
161-
</dependencies>
162-
</dependencyManagement>
163155
</project>

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)