Skip to content

Commit

Permalink
GroupId org.forgerock.ce, uses community repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BohoCode committed Apr 3, 2017
1 parent 38f8e05 commit 5549ba6
Show file tree
Hide file tree
Showing 40 changed files with 206 additions and 247 deletions.
8 changes: 4 additions & 4 deletions openidm-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,17 +35,17 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-enhanced-config</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-repo</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-smartevent</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions openidm-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,12 +35,12 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-enhanced-config</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-repo</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions openidm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,22 +35,22 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-enhanced-config</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-repo</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-quartz-fragment</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-smartevent</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions openidm-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,7 +35,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-util</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions openidm-customendpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>openidm-project</artifactId>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<version>2.1.2</version>
</parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-customendpoint</artifactId>
<name>OpenIDM Custom Endpoints Service</name>
<packaging>bundle</packaging>

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-core</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions openidm-enhanced-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -28,7 +28,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-crypto</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions openidm-external-email/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,7 +35,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-enhanced-config</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions openidm-external-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,7 +35,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-enhanced-config</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions openidm-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -35,12 +35,12 @@

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-core</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-httpcontext</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions openidm-httpcontext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>openidm-project</artifactId>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<version>2.1.2</version>
</parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-httpcontext</artifactId>
<name>OpenIDM http context</name>
<packaging>bundle</packaging>
Expand Down
6 changes: 3 additions & 3 deletions openidm-infoservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>openidm-project</artifactId>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<version>2.1.2</version>
</parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-infoservice</artifactId>
<name>OpenIDM Info Service</name>
<packaging>bundle</packaging>

<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-core</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions openidm-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand Down Expand Up @@ -76,12 +76,12 @@


<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.forgerock.ce.commons</groupId>
<artifactId>org.forgerock.json.resource</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<groupId>org.forgerock.ce.commons</groupId>
<artifactId>launcher</artifactId>
<version>1.0.0</version>
<scope>test</scope>
Expand Down Expand Up @@ -243,7 +243,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-zip</artifactId>
<version>${openidm.version}</version>
<type>zip</type>
Expand Down
6 changes: 3 additions & 3 deletions openidm-jaas-loginmodule-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -36,12 +36,12 @@
<dependencies>
<!-- CryptoService dependency -->
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-core</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-httpcontext</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions openidm-jetty-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.2</version>
</parent>
Expand All @@ -34,14 +34,14 @@
<packaging>bundle</packaging>
<dependencies>
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-crypto</artifactId>
<version>${openidm.version}</version>
</dependency>

<!-- Not necessary when using dynamic import
<dependency>
<groupId>org.forgerock.openidm-ce</groupId>
<groupId>org.forgerock.ce.openidm</groupId>
<artifactId>openidm-jaas-loginmodule-repo</artifactId>
<version>${openidm.version}</version>
</dependency>
Expand Down
Loading

0 comments on commit 5549ba6

Please sign in to comment.