Skip to content

Commit

Permalink
groupID org.openidentityplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Dec 12, 2019
1 parent 9a1fa96 commit 8ed63b8
Show file tree
Hide file tree
Showing 145 changed files with 8,595 additions and 893 deletions.
2 changes: 1 addition & 1 deletion openam-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
18 changes: 9 additions & 9 deletions openam-audit/openam-audit-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<artifactId>openam-audit</artifactId>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<version>14.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -32,35 +32,35 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-audit-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-csv</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-syslog</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-splunk</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-handler-jms</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions openam-audit/openam-audit-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<artifactId>openam-audit</artifactId>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<version>14.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -32,11 +32,11 @@

<dependencies>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-util</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-core</artifactId>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-guice-core</artifactId>
</dependency>
<dependency>
Expand Down
16 changes: 8 additions & 8 deletions openam-audit/openam-audit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<artifactId>openam-audit</artifactId>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<version>14.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -32,15 +32,15 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-shared</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-i18n</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-core</artifactId>
</dependency>
<dependency>
Expand All @@ -53,23 +53,23 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-test-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-test-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-resource</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-guice-test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions openam-audit/openam-audit-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<artifactId>openam-audit</artifactId>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<version>14.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,19 +31,19 @@

<dependencies>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-audit-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-rest</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-i18n</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-test-utils</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion openam-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<artifactId>openam</artifactId>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<version>14.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions openam-authentication/openam-auth-ad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand All @@ -32,7 +32,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-auth-ldap</artifactId>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-adaptive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions openam-authentication/openam-auth-amster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<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">
<parent>
<artifactId>openam-authentication</artifactId>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<version>14.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>openam-auth-amster</artifactId>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-auth-common</artifactId>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-anonymous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions openam-authentication/openam-auth-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand All @@ -37,7 +37,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-certs</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions openam-authentication/openam-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand All @@ -32,7 +32,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>forgerock-jaspi-runtime</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions openam-authentication/openam-auth-device-id/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand All @@ -30,11 +30,11 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-auth-scripted</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-scripting</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions openam-authentication/openam-auth-fr-oath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand All @@ -32,11 +32,11 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-auth-hotp</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-core-rest</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-hotp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-httpbasic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion openam-authentication/openam-auth-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions openam-authentication/openam-auth-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-authentication</artifactId>
<version>14.4.3-SNAPSHOT</version>
</parent>
Expand All @@ -32,11 +32,11 @@

<dependencies>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-grizzly</artifactId>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 8ed63b8

Please sign in to comment.