From 76fdb6e09005214a3b64ba1ba09539ef4d38f67f Mon Sep 17 00:00:00 2001
From: jenkins <jenkins@forgerock.com>
Date: Mon, 26 Oct 2015 14:12:15 +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 6dc48c9..73c90f0 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</version>
+        <version>3.0.1-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 591186d..4821278 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</version>
+        <version>3.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>opendj-copyright-maven-plugin</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1-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 679ba59..c67e61f 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</version>
+        <version>3.0.1-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 43cf1b7..d96a628 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</version>
+        <version>3.0.1-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 999055d..a744b73 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</version>
+        <version>3.0.1-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 56ef901..626bc51 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</version>
+        <version>3.0.1-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 b7a8855..df1b4de 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</version>
+        <version>3.0.1-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 0fbb85f..eae27bd 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</version>
+        <version>3.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>opendj-rest2ldap</artifactId>
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index f14a021..d050f8f 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</version>
+    <version>3.0.1-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</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</version>
+                        <version>3.0.1-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</version>
+                        <version>3.0.1-SNAPSHOT</version>
                         <executions>
                             <execution>
                                 <id>check-copyright</id>

--
Gitblit v1.10.0