From e6c513bb9c6a39c8f03b05bdc9ecdc1f23a543b1 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 07 Apr 2016 14:51:26 +0000
Subject: [PATCH] OPENDJ-2768 merge OpenDJ SDK, packaging, and manual pages sources with server
---
opendj-server/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-server/pom.xml b/opendj-server/pom.xml
index 12bbc75..c035133 100644
--- a/opendj-server/pom.xml
+++ b/opendj-server/pom.xml
@@ -17,12 +17,12 @@
<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>
- <artifactId>opendj-server-parent</artifactId>
<groupId>org.forgerock.opendj</groupId>
+ <artifactId>opendj-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>opendj-server</artifactId>
- <name>OpenDJ Server</name>
+ <name>OpenDJ Server NG</name>
<description>
OpenDJ LDAP embedded directory server.
</description>
--
Gitblit v1.10.0