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-packages/opendj-rpm/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-packages/opendj-rpm/pom.xml b/opendj-packages/opendj-rpm/pom.xml
index be271fb..5f31394 100644
--- a/opendj-packages/opendj-rpm/pom.xml
+++ b/opendj-packages/opendj-rpm/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.forgerock.opendj</groupId>
+ <groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-packages</artifactId>
<version>4.4.4-SNAPSHOT</version>
</parent>
@@ -91,7 +91,7 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.forgerock.opendj</groupId>
+ <groupId>org.openidentityplatform.opendj</groupId>
<artifactId>opendj-doc-generated-ref</artifactId>
<version>${project.version}</version>
<outputDirectory>${project.build.directory}/dependency/man</outputDirectory>
--
Gitblit v1.10.0