From 1def15fa9e8a245327dffdde00f1f32756c66147 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Wed, 11 Dec 2019 10:10:49 +0000
Subject: [PATCH] groupID org.openidentityplatform
---
opendj-ldap-toolkit/pom.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opendj-ldap-toolkit/pom.xml b/opendj-ldap-toolkit/pom.xml
index 2e5bdea..065ed4d 100644
--- a/opendj-ldap-toolkit/pom.xml
+++ b/opendj-ldap-toolkit/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>opendj-parent</artifactId>
- <groupId>org.forgerock.opendj</groupId>
+ <groupId>org.openidentityplatform.opendj</groupId>
<version>4.4.4-SNAPSHOT</version>
</parent>
@@ -42,12 +42,12 @@
</dependency>
<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>
@@ -62,24 +62,24 @@
</dependency>
<dependency>
- <groupId>org.forgerock.commons</groupId>
+ <groupId>org.openidentityplatform.commons</groupId>
<artifactId>i18n-core</artifactId>
</dependency>
<dependency>
- <groupId>org.forgerock.opendj</groupId>
+ <groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-cli</artifactId>
</dependency>
<dependency>
- <groupId>org.forgerock.opendj</groupId>
+ <groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.forgerock</groupId>
+ <groupId>org.openidentityplatform</groupId>
<artifactId>forgerock-build-tools</artifactId>
<scope>test</scope>
</dependency>
@@ -89,7 +89,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.forgerock.commons</groupId>
+ <groupId>org.openidentityplatform.commons</groupId>
<artifactId>i18n-maven-plugin</artifactId>
<executions>
<execution>
--
Gitblit v1.10.0