From f8609be49ad5c3171e2bf0102d6bf10ff163b2e8 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 28 May 2015 10:30:49 +0000
Subject: [PATCH] [maven-release-plugin] rollback changes from release preparation of b2.8

---
 opendj-sdk/opendj-config/pom.xml                          |    2 +-
 opendj-sdk/opendj-doc-maven-plugin/pom.xml                |    4 ++--
 opendj-sdk/opendj-ldap-sdk-examples/pom.xml               |    2 +-
 opendj-sdk/opendj-svn-property-check-maven-plugin/pom.xml |    4 ++--
 opendj-sdk/opendj-server/pom.xml                          |    2 +-
 opendj-sdk/opendj-rest2ldap/pom.xml                       |    2 +-
 opendj-sdk/opendj-copyright-maven-plugin/pom.xml          |    4 ++--
 opendj-sdk/opendj-legacy/pom.xml                          |    2 +-
 opendj-sdk/opendj-ldap-toolkit/pom.xml                    |    2 +-
 opendj-sdk/opendj-maven-plugin/pom.xml                    |    2 +-
 opendj-sdk/pom.xml                                        |   12 ++++++------
 opendj-sdk/opendj-core/pom.xml                            |    2 +-
 opendj-sdk/opendj-grizzly/pom.xml                         |    2 +-
 opendj-sdk/opendj-rest2ldap-servlet/pom.xml               |    2 +-
 opendj-sdk/opendj-server-legacy/pom.xml                   |    4 ++--
 opendj-sdk/opendj-cli/pom.xml                             |    2 +-
 opendj-sdk/opendj-server-example-plugin/pom.xml           |    2 +-
 17 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/opendj-sdk/opendj-cli/pom.xml b/opendj-sdk/opendj-cli/pom.xml
index ff7a827..fb39c3a 100644
--- a/opendj-sdk/opendj-cli/pom.xml
+++ b/opendj-sdk/opendj-cli/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-cli</artifactId>
   <name>OpenDJ CLI API</name>
diff --git a/opendj-sdk/opendj-config/pom.xml b/opendj-sdk/opendj-config/pom.xml
index 2353309..9818d99 100644
--- a/opendj-sdk/opendj-config/pom.xml
+++ b/opendj-sdk/opendj-config/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-config</artifactId>
   <name>OpenDJ Configuration API</name>
diff --git a/opendj-sdk/opendj-copyright-maven-plugin/pom.xml b/opendj-sdk/opendj-copyright-maven-plugin/pom.xml
index 6299caf..399afff 100644
--- a/opendj-sdk/opendj-copyright-maven-plugin/pom.xml
+++ b/opendj-sdk/opendj-copyright-maven-plugin/pom.xml
@@ -4,11 +4,11 @@
 	<parent>
 		<artifactId>opendj-project</artifactId>
 		<groupId>org.forgerock.opendj</groupId>
-		<version>2.8.0-SNAPSHOT</version>
+		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>opendj-copyright-maven-plugin</artifactId>
-	<version>2.8.0-SNAPSHOT</version>
+	<version>3.0.0-SNAPSHOT</version>
 	<name>OpenDJ Copyright Check Maven Plugin</name>
 	<description>
     Checks ForgeRock source file copyrights.
diff --git a/opendj-sdk/opendj-core/pom.xml b/opendj-sdk/opendj-core/pom.xml
index 2614ac9..8449f41 100644
--- a/opendj-sdk/opendj-core/pom.xml
+++ b/opendj-sdk/opendj-core/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-core</artifactId>
   <name>OpenDJ Core APIs</name>
diff --git a/opendj-sdk/opendj-doc-maven-plugin/pom.xml b/opendj-sdk/opendj-doc-maven-plugin/pom.xml
index 1aee390..c443c62 100644
--- a/opendj-sdk/opendj-doc-maven-plugin/pom.xml
+++ b/opendj-sdk/opendj-doc-maven-plugin/pom.xml
@@ -24,13 +24,13 @@
   !      Copyright 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">
+<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>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>opendj-doc-maven-plugin</artifactId>
diff --git a/opendj-sdk/opendj-grizzly/pom.xml b/opendj-sdk/opendj-grizzly/pom.xml
index d96c2f9..cfb188d 100644
--- a/opendj-sdk/opendj-grizzly/pom.xml
+++ b/opendj-sdk/opendj-grizzly/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-grizzly</artifactId>
   <name>OpenDJ Grizzly Transport Provider</name>
diff --git a/opendj-sdk/opendj-ldap-sdk-examples/pom.xml b/opendj-sdk/opendj-ldap-sdk-examples/pom.xml
index 9c9312f..9fd8103 100644
--- a/opendj-sdk/opendj-ldap-sdk-examples/pom.xml
+++ b/opendj-sdk/opendj-ldap-sdk-examples/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-ldap-sdk-examples</artifactId>
   <name>OpenDJ SDK Examples</name>
diff --git a/opendj-sdk/opendj-ldap-toolkit/pom.xml b/opendj-sdk/opendj-ldap-toolkit/pom.xml
index e84f64e..171d04b 100644
--- a/opendj-sdk/opendj-ldap-toolkit/pom.xml
+++ b/opendj-sdk/opendj-ldap-toolkit/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-ldap-toolkit</artifactId>
   <name>OpenDJ SDK Toolkit</name>
diff --git a/opendj-sdk/opendj-legacy/pom.xml b/opendj-sdk/opendj-legacy/pom.xml
index caeb1e5..dfc1227 100644
--- a/opendj-sdk/opendj-legacy/pom.xml
+++ b/opendj-sdk/opendj-legacy/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-legacy</artifactId>
   <name>OpenDJ Legacy</name>
diff --git a/opendj-sdk/opendj-maven-plugin/pom.xml b/opendj-sdk/opendj-maven-plugin/pom.xml
index 8cb0d4c..bed999a 100644
--- a/opendj-sdk/opendj-maven-plugin/pom.xml
+++ b/opendj-sdk/opendj-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>opendj-maven-plugin</artifactId>
diff --git a/opendj-sdk/opendj-rest2ldap-servlet/pom.xml b/opendj-sdk/opendj-rest2ldap-servlet/pom.xml
index 61f1494..c6c5249 100644
--- a/opendj-sdk/opendj-rest2ldap-servlet/pom.xml
+++ b/opendj-sdk/opendj-rest2ldap-servlet/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-project</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>opendj-rest2ldap-servlet</artifactId>
     <name>OpenDJ Commons REST LDAP Gateway</name>
diff --git a/opendj-sdk/opendj-rest2ldap/pom.xml b/opendj-sdk/opendj-rest2ldap/pom.xml
index fc42f50..c800614 100644
--- a/opendj-sdk/opendj-rest2ldap/pom.xml
+++ b/opendj-sdk/opendj-rest2ldap/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-project</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>opendj-rest2ldap</artifactId>
     <name>OpenDJ Commons REST Adapter</name>
diff --git a/opendj-sdk/opendj-server-example-plugin/pom.xml b/opendj-sdk/opendj-server-example-plugin/pom.xml
index c7b2ba5..d684b2a 100644
--- a/opendj-sdk/opendj-server-example-plugin/pom.xml
+++ b/opendj-sdk/opendj-server-example-plugin/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-server-example-plugin</artifactId>
   <name>OpenDJ Server Example Plugin</name>
diff --git a/opendj-sdk/opendj-server-legacy/pom.xml b/opendj-sdk/opendj-server-legacy/pom.xml
index 9cd6b3c..f9eb43d 100644
--- a/opendj-sdk/opendj-server-legacy/pom.xml
+++ b/opendj-sdk/opendj-server-legacy/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.forgerock.opendj</groupId>
     <artifactId>opendj-project</artifactId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-server-legacy</artifactId>
   <packaging>jar</packaging>
@@ -1201,7 +1201,7 @@
           <plugin>
             <groupId>org.forgerock.opendj</groupId>
             <artifactId>opendj-svn-property-check-maven-plugin</artifactId>
-            <version>2.8.0-SNAPSHOT</version>
+            <version>3.0.0-SNAPSHOT</version>
             <executions>
               <execution>
                 <id>check-eol-property</id>
diff --git a/opendj-sdk/opendj-server/pom.xml b/opendj-sdk/opendj-server/pom.xml
index dcfe0a0..bf4baa9 100644
--- a/opendj-sdk/opendj-server/pom.xml
+++ b/opendj-sdk/opendj-server/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-server</artifactId>
   <name>OpenDJ Server</name>
diff --git a/opendj-sdk/opendj-svn-property-check-maven-plugin/pom.xml b/opendj-sdk/opendj-svn-property-check-maven-plugin/pom.xml
index 488492e..c047a04 100644
--- a/opendj-sdk/opendj-svn-property-check-maven-plugin/pom.xml
+++ b/opendj-sdk/opendj-svn-property-check-maven-plugin/pom.xml
@@ -29,11 +29,11 @@
   <parent>
      <artifactId>opendj-project</artifactId>
      <groupId>org.forgerock.opendj</groupId>
-     <version>2.8.0-SNAPSHOT</version>
+     <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>opendj-svn-property-check-maven-plugin</artifactId>
-  <version>2.8.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <name>OpenDJ Check SVN property maven plugin</name>
   <description>
     Checks ForgeRock source file copyrights.
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index 3204694..737261b 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -33,7 +33,7 @@
   </parent>
   <groupId>org.forgerock.opendj</groupId>
   <artifactId>opendj-project</artifactId>
-  <version>2.8.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OpenDJ Directory Services Project</name>
   <description>
@@ -64,9 +64,9 @@
     </mailingList>
   </mailingLists>
   <scm>
-    <url>https://svn.forgerock.org/opendj/fr-branches/b2.8</url>
-    <connection>scm:svn:https://svn.forgerock.org/opendj/fr-branches/b2.8</connection>
-    <developerConnection>scm:svn:https://svn.forgerock.org/opendj/fr-branches/b2.8</developerConnection>
+    <url>https://svn.forgerock.org/opendj/trunk/opendj/</url>
+    <connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj/</connection>
+    <developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj/</developerConnection>
   </scm>
   <ciManagement>
     <system>jenkins</system>
@@ -533,7 +533,7 @@
           <plugin>
             <groupId>org.forgerock.opendj</groupId>
             <artifactId>opendj-copyright-maven-plugin</artifactId>
-            <version>2.8.0-SNAPSHOT</version>
+            <version>3.0.0-SNAPSHOT</version>
             <executions>
                 <execution>
                     <id>check-copyright</id>
@@ -554,7 +554,7 @@
             <plugin>
               <groupId>org.forgerock.opendj</groupId>
               <artifactId>opendj-copyright-maven-plugin</artifactId>
-              <version>2.8.0-SNAPSHOT</version>
+              <version>3.0.0-SNAPSHOT</version>
               <executions>
                   <execution>
                     <id>check-copyright</id>

--
Gitblit v1.10.0