From 9cd800c33f7dd7f6b113539390951fd07855b9f0 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Thu, 12 Dec 2019 05:06:45 +0000
Subject: [PATCH] Merge pull request #94 from OpenIdentityPlatform/groupid_openidentityplatform

---
 opendj-cli/pom.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj-cli/pom.xml b/opendj-cli/pom.xml
index 8598c38..39b9ea7 100644
--- a/opendj-cli/pom.xml
+++ b/opendj-cli/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>
 
@@ -31,24 +31,24 @@
 
     <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-core</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
 
         <dependency>
-            <groupId>org.forgerock.commons</groupId>
+            <groupId>org.openidentityplatform.commons</groupId>
             <artifactId>i18n-core</artifactId>
         </dependency>
 
         <dependency>
-            <groupId>org.forgerock</groupId>
+            <groupId>org.openidentityplatform</groupId>
             <artifactId>forgerock-build-tools</artifactId>
             <scope>test</scope>
         </dependency>
@@ -72,7 +72,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