From c5e342a19b53626ceb4db5f3940ce758eb312d69 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Sat, 23 Apr 2011 17:02:01 +0000
Subject: [PATCH] Partial fix for issue OpenDJ-141: migration OpenDJ3 to Maven 3 - initial commit
---
opendj3/opendj-maven-plugin/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/opendj-build-tools/opendj-maven-plugin/pom.xml b/opendj3/opendj-maven-plugin/pom.xml
similarity index 97%
rename from opendj3/opendj-build-tools/opendj-maven-plugin/pom.xml
rename to opendj3/opendj-maven-plugin/pom.xml
index a3d50d3..4f92575 100644
--- a/opendj3/opendj-build-tools/opendj-maven-plugin/pom.xml
+++ b/opendj3/opendj-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>opendj-build-tools</artifactId>
+ <artifactId>opendj-project</artifactId>
<groupId>org.opendj</groupId>
<version>3.0-SNAPSHOT</version>
</parent>
--
Gitblit v1.10.0