From 0fe8b870893eddd6089d0b147884dbbacc21e0aa Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 30 Dec 2013 21:13:20 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1235 : Migrate configuration framework
---
pom.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 36c2258..8e657c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,10 +89,10 @@
</site>
</distributionManagement>
<modules>
- <!--module>opendj-admin</module-->
+ <module>opendj-config-maven-plugin</module>
<module>opendj-core</module>
<module>opendj-grizzly</module>
- <!-- <module>opendj-admin</module> -->
+ <!--module>opendj-admin</module-->
<module>opendj-ldap-sdk</module>
<module>opendj-ldap-toolkit</module>
<module>opendj-ldap-sdk-examples</module>
@@ -117,7 +117,7 @@
<forgerockRestVersion>2.1.0-SNAPSHOT</forgerockRestVersion>
<gaId>UA-23412190-8</gaId>
<!-- OSGi bundles properties -->
- <opendj.osgi.import.additional />
+ <opendj.osgi.import.additional/>
<!--
| Use provide:=true to disallow mixing OpenDJ and ForgeRock resource versions.
| it change the version policy from == + to == =+ [2.0,3) [2.0,2.1)
@@ -134,9 +134,9 @@
-D"pubDate=Publication date: December 31, 1969"
At all other times, the dates should be empty.
-->
- <releaseDate />
+ <releaseDate/>
<softwareReleaseDate>${releaseDate}</softwareReleaseDate>
- <pubDate />
+ <pubDate/>
<publicationDate>${pubDate}</publicationDate>
<checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
<frDocPluginVersion>2.0.0</frDocPluginVersion>
@@ -448,4 +448,4 @@
<distribution>repo</distribution>
</license>
</licenses>
-</project>
+</project>
\ No newline at end of file
--
Gitblit v1.10.0