From 00f4e41384e4246e1cfb18f43380390b80cfe109 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 23 Oct 2015 16:43:51 +0000
Subject: [PATCH] OPENDJ-2089 Rename to opendj-server-parent

---
 opendj-rest2ldap-servlet/pom.xml     |    2 +-
 opendj-server/pom.xml                |    4 ++--
 opendj-legacy/pom.xml                |    4 ++--
 opendj-server-legacy/pom.xml         |    2 +-
 opendj-maven-plugin/pom.xml          |    2 +-
 opendj-server-example-plugin/pom.xml |    4 ++--
 opendj-config/pom.xml                |    2 +-
 pom.xml                              |    4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/opendj-config/pom.xml b/opendj-config/pom.xml
index a07357b..8b2e7c4 100644
--- a/opendj-config/pom.xml
+++ b/opendj-config/pom.xml
@@ -27,7 +27,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>
-    <artifactId>opendj-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <groupId>org.forgerock.opendj</groupId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
diff --git a/opendj-legacy/pom.xml b/opendj-legacy/pom.xml
index dfc1227..efa3f77 100644
--- a/opendj-legacy/pom.xml
+++ b/opendj-legacy/pom.xml
@@ -12,13 +12,13 @@
   ! Header, with the fields enclosed by brackets [] replaced by your own identifying
   ! information: "Portions Copyright [year] [name of copyright owner]".
   !
-  ! Copyright 2014 ForgeRock AS.
+  ! Copyright 2014-2015 ForgeRock AS.
   !
 -->
 <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-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <groupId>org.forgerock.opendj</groupId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
diff --git a/opendj-maven-plugin/pom.xml b/opendj-maven-plugin/pom.xml
index de94f07..a38ce26 100644
--- a/opendj-maven-plugin/pom.xml
+++ b/opendj-maven-plugin/pom.xml
@@ -27,7 +27,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>
-    <artifactId>opendj-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <groupId>org.forgerock.opendj</groupId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
diff --git a/opendj-rest2ldap-servlet/pom.xml b/opendj-rest2ldap-servlet/pom.xml
index 63526ca..de14eac 100644
--- a/opendj-rest2ldap-servlet/pom.xml
+++ b/opendj-rest2ldap-servlet/pom.xml
@@ -20,7 +20,7 @@
          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-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <groupId>org.forgerock.opendj</groupId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
diff --git a/opendj-server-example-plugin/pom.xml b/opendj-server-example-plugin/pom.xml
index d684b2a..216f4a4 100644
--- a/opendj-server-example-plugin/pom.xml
+++ b/opendj-server-example-plugin/pom.xml
@@ -21,13 +21,13 @@
   !
   ! CDDL HEADER END
   !
-  !      Copyright 2014 ForgeRock AS
+  !      Copyright 2014-2015 ForgeRock AS
   !    
 -->
 <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-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <groupId>org.forgerock.opendj</groupId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 3a316df..4f50918 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.forgerock.opendj</groupId>
-    <artifactId>opendj-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-server-legacy</artifactId>
diff --git a/opendj-server/pom.xml b/opendj-server/pom.xml
index bf4baa9..f1164b0 100644
--- a/opendj-server/pom.xml
+++ b/opendj-server/pom.xml
@@ -21,13 +21,13 @@
   !
   ! CDDL HEADER END
   !
-  !      Copyright 2013 ForgeRock AS
+  !      Copyright 2013-2015 ForgeRock AS
   !    
 -->
 <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-project</artifactId>
+    <artifactId>opendj-server-parent</artifactId>
     <groupId>org.forgerock.opendj</groupId>
     <version>3.0.0-SNAPSHOT</version>
   </parent>
diff --git a/pom.xml b/pom.xml
index ddcf3c6..4634788 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <version>2.0.3</version>
   </parent>
   <groupId>org.forgerock.opendj</groupId>
-  <artifactId>opendj-project</artifactId>
+  <artifactId>opendj-server-parent</artifactId>
   <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OpenDJ Directory Services Project</name>
@@ -70,7 +70,7 @@
   </scm>
   <ciManagement>
     <system>jenkins</system>
-    <url>https://builds.forgerock.org/view/OpenDJ/job/OpenDJ%20SDK%20-%20trunk%20-%20postcommit/</url>
+    <url>https://ci.forgerock.org/view/OpenDJ/job/OpenDJ%20-%20postcommit</url>
     <notifiers>
       <notifier>
         <type>mail</type>

--
Gitblit v1.10.0