From 159eb1cd02ccb7218ead55ab7e4c31282e447792 Mon Sep 17 00:00:00 2001
From: jenkins <jenkins@forgerock.com>
Date: Tue, 27 Oct 2015 08:53:41 +0000
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

---
 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 4803f2f..acc92b9 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</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 eaac6b5..169fb11 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>opendj-copyright-maven-plugin</artifactId>
-    <version>3.0.0-M3</version>
+    <version>3.0.0-SNAPSHOT</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 1093faf..4092ff3 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</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 d0d024e..b9a5ef0 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.0-M3</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 6b46dad..06b6532 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</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 27d2823..3535b14 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</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 6f75561..e9b8b09 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>opendj-ldap-toolkit</artifactId>
diff --git a/opendj-sdk/opendj-rest2ldap/pom.xml b/opendj-sdk/opendj-rest2ldap/pom.xml
index e36cd42..dcca48b 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.0-M3</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>opendj-rest2ldap</artifactId>
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index 281d754..f506492 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.0-M3</version>
+    <version>3.0.0-SNAPSHOT</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>3.0.0-M3</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <ciManagement>
@@ -426,7 +426,7 @@
                     <plugin>
                         <groupId>org.forgerock.opendj</groupId>
                         <artifactId>opendj-copyright-maven-plugin</artifactId>
-                        <version>3.0.0-M3</version>
+                        <version>3.0.0-SNAPSHOT</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.0-M3</version>
+                        <version>3.0.0-SNAPSHOT</version>
                         <executions>
                             <execution>
                                 <id>check-copyright</id>

--
Gitblit v1.10.0