Skip to content

Commit 35b7528

Browse files
committed
Release: autoPublish waitMaxTime 1800->5400 + fix OSS validation
1 parent a7da1e7 commit 35b7528

21 files changed

Lines changed: 41 additions & 28 deletions

File tree

commons/audit/core/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 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>core</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/handler-csv/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-2025 3A Systems, LLC
1617
-->
18+
1719
<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">
1820
<modelVersion>4.0.0</modelVersion>
1921
<parent>
@@ -25,7 +27,7 @@
2527
<artifactId>handler-csv</artifactId>
2628
<packaging>bundle</packaging>
2729
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
30+
<description>${project.groupId}:${project.artifactId}</description>
2931

3032
<dependencies>
3133
<dependency>

commons/audit/handler-elasticsearch/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 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-elasticsearch</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/handler-jms/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 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-jms</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132

commons/audit/handler-json/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 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-json</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/handler-syslog/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 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>handler-syslog</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/json/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 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>json</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<dependency>

commons/audit/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<dependency>
7878
<groupId>javax.servlet</groupId>
7979
<artifactId>javax.servlet-api</artifactId>
80+
<version>${javax.version}</version>
8081
<scope>provided</scope>
8182
</dependency>
8283
</dependencies>

commons/audit/servlet/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 2015-2016 ForgeRock AS.
16+
~ Portions copyright 2020-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>
@@ -25,7 +26,7 @@
2526
<artifactId>servlet</artifactId>
2627
<packaging>bundle</packaging>
2728
<name>${project.groupId}.${project.artifactId}</name>
28-
<description />
29+
<description>${project.groupId}:${project.artifactId}</description>
2930

3031
<dependencies>
3132
<!-- Open Identity Platform CommunityCommons Dependencies -->

commons/auth-filters/authn-filter/jaspi-modules/jwt-session-module/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<dependency>
6060
<groupId>javax.servlet</groupId>
6161
<artifactId>javax.servlet-api</artifactId>
62+
<version>${javax.version}</version>
6263
<scope>provided</scope>
6364
</dependency>
6465
<dependency>

0 commit comments

Comments
 (0)