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-maven-plugin/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-maven-plugin/pom.xml b/opendj-maven-plugin/pom.xml
index e82ca32..7c3970a 100644
--- a/opendj-maven-plugin/pom.xml
+++ b/opendj-maven-plugin/pom.xml
@@ -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">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.forgerock.opendj</groupId>
+    <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
     <version>4.4.4-SNAPSHOT</version>
   </parent>
@@ -35,7 +35,7 @@
   </properties>
   <dependencies>
     <dependency>
-        <groupId>org.forgerock.commons</groupId>
+        <groupId>org.openidentityplatform.commons</groupId>
         <artifactId>forgerock-util</artifactId>
     </dependency>
     <dependency>

--
Gitblit v1.10.0