From c2fdbf2fdaea4851577f950ea1b0b9a8ea0b1cf8 Mon Sep 17 00:00:00 2001
From: jenkins <jenkins@forgerock.com>
Date: Tue, 27 Oct 2015 08:53:40 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 3.0.0-M3

---
 opendj-sdk/opendj-rest2ldap/pom.xml              |    2 +-
 opendj-sdk/opendj-copyright-maven-plugin/pom.xml |    4 ++--
 opendj-sdk/opendj-doc-maven-plugin/pom.xml       |    2 +-
 opendj-sdk/opendj-ldap-sdk-examples/pom.xml      |    2 +-
 opendj-sdk/opendj-ldap-toolkit/pom.xml           |    2 +-
 opendj-sdk/pom.xml                               |    8 ++++----
 opendj-sdk/opendj-core/pom.xml                   |    2 +-
 opendj-sdk/opendj-grizzly/pom.xml                |    2 +-
 opendj-sdk/opendj-cli/pom.xml                    |    2 +-
 9 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/opendj-sdk/opendj-cli/pom.xml b/opendj-sdk/opendj-cli/pom.xml
index 73c90f0..4803f2f 100644
--- a/opendj-sdk/opendj-cli/pom.xml
+++ b/opendj-sdk/opendj-cli/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
     <artifactId>opendj-cli</artifactId>
     <name>OpenDJ CLI API</name>
diff --git a/opendj-sdk/opendj-copyright-maven-plugin/pom.xml b/opendj-sdk/opendj-copyright-maven-plugin/pom.xml
index 4821278..eaac6b5 100644
--- a/opendj-sdk/opendj-copyright-maven-plugin/pom.xml
+++ b/opendj-sdk/opendj-copyright-maven-plugin/pom.xml
@@ -30,11 +30,11 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
 
     <artifactId>opendj-copyright-maven-plugin</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
     <name>OpenDJ Copyright Check Maven Plugin</name>
     <description>Checks ForgeRock source file copyrights.</description>
 
diff --git a/opendj-sdk/opendj-core/pom.xml b/opendj-sdk/opendj-core/pom.xml
index c67e61f..1093faf 100644
--- a/opendj-sdk/opendj-core/pom.xml
+++ b/opendj-sdk/opendj-core/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
 
     <artifactId>opendj-core</artifactId>
diff --git a/opendj-sdk/opendj-doc-maven-plugin/pom.xml b/opendj-sdk/opendj-doc-maven-plugin/pom.xml
index d96a628..d0d024e 100644
--- a/opendj-sdk/opendj-doc-maven-plugin/pom.xml
+++ b/opendj-sdk/opendj-doc-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</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 a744b73..6b46dad 100644
--- a/opendj-sdk/opendj-grizzly/pom.xml
+++ b/opendj-sdk/opendj-grizzly/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
 
     <artifactId>opendj-grizzly</artifactId>
diff --git a/opendj-sdk/opendj-ldap-sdk-examples/pom.xml b/opendj-sdk/opendj-ldap-sdk-examples/pom.xml
index 626bc51..27d2823 100644
--- a/opendj-sdk/opendj-ldap-sdk-examples/pom.xml
+++ b/opendj-sdk/opendj-ldap-sdk-examples/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
 
     <artifactId>opendj-ldap-sdk-examples</artifactId>
diff --git a/opendj-sdk/opendj-ldap-toolkit/pom.xml b/opendj-sdk/opendj-ldap-toolkit/pom.xml
index df1b4de..6f75561 100644
--- a/opendj-sdk/opendj-ldap-toolkit/pom.xml
+++ b/opendj-sdk/opendj-ldap-toolkit/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
 
     <artifactId>opendj-ldap-toolkit</artifactId>
diff --git a/opendj-sdk/opendj-rest2ldap/pom.xml b/opendj-sdk/opendj-rest2ldap/pom.xml
index eae27bd..e36cd42 100644
--- a/opendj-sdk/opendj-rest2ldap/pom.xml
+++ b/opendj-sdk/opendj-rest2ldap/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>opendj-sdk-parent</artifactId>
         <groupId>org.forgerock.opendj</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.0-M3</version>
     </parent>
 
     <artifactId>opendj-rest2ldap</artifactId>
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index d050f8f..281d754 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -35,7 +35,7 @@
 
     <groupId>org.forgerock.opendj</groupId>
     <artifactId>opendj-sdk-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
 
     <packaging>pom</packaging>
 
@@ -73,7 +73,7 @@
         <url>https://stash.forgerock.org/projects/OPENDJ/repos/opendj-sdk/browse</url>
         <connection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj-sdk.git</connection>
         <developerConnection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj-sdk.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>3.0.0-M3</tag>
   </scm>
 
     <ciManagement>
@@ -426,7 +426,7 @@
                     <plugin>
                         <groupId>org.forgerock.opendj</groupId>
                         <artifactId>opendj-copyright-maven-plugin</artifactId>
-                        <version>3.0.1-SNAPSHOT</version>
+                        <version>3.0.0-M3</version>
                         <executions>
                             <execution>
                                 <id>check-copyright</id>
@@ -447,7 +447,7 @@
                     <plugin>
                         <groupId>org.forgerock.opendj</groupId>
                         <artifactId>opendj-copyright-maven-plugin</artifactId>
-                        <version>3.0.1-SNAPSHOT</version>
+                        <version>3.0.0-M3</version>
                         <executions>
                             <execution>
                                 <id>check-copyright</id>

--
Gitblit v1.10.0