Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion openam-samples/custom-authentication-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2013-2016 ForgeRock AS.
* Portions copyright 2026 3A Systems, LLC
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -21,7 +22,8 @@
<parent>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam</artifactId>
<version>14.6.7-SNAPSHOT</version>
<version>16.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.openidentityplatform.openam.examples</groupId>
<artifactId>custom-authentication-module</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion openam-samples/policy-evaluation-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2013-2016 ForgeRock AS.
* Portions copyright 2026 3A Systems, LLC
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -22,7 +23,8 @@
<parent>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam</artifactId>
<version>14.6.7-SNAPSHOT</version>
<version>16.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.openidentityplatform.openam.examples</groupId>
<artifactId>policy-evaluation-plugin</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@
<!-- openam cassandra submodules -->
<module>openam-cassandra</module>
<module>transform-jakarta</module>
<!-- OpenAM Samples / Examples -->
<module>openam-samples/custom-authentication-module</module>
<module>openam-samples/policy-evaluation-plugin</module>
</modules>
<!-- Mailing Lists -->
<mailingLists>
Expand Down