You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2014/02/20 16:57:03 UTC

git commit: [maven-release-plugin] prepare for next development iteration

Repository: activemq-apollo
Updated Branches:
  refs/heads/trunk 18bcbf6d8 -> b1b19fdda


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/activemq-apollo/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-apollo/commit/b1b19fdd
Tree: http://git-wip-us.apache.org/repos/asf/activemq-apollo/tree/b1b19fdd
Diff: http://git-wip-us.apache.org/repos/asf/activemq-apollo/diff/b1b19fdd

Branch: refs/heads/trunk
Commit: b1b19fddad656ecbf224502b4770a88b50cca3be
Parents: 18bcbf6
Author: Hiram Chirino <hi...@hiramchirino.com>
Authored: Thu Feb 20 10:57:00 2014 -0500
Committer: Hiram Chirino <hi...@hiramchirino.com>
Committed: Thu Feb 20 10:57:00 2014 -0500

----------------------------------------------------------------------
 apollo-amqp/pom.xml               | 16 ++++++++--------
 apollo-bdb/pom.xml                | 12 ++++++------
 apollo-boot/pom.xml               |  4 ++--
 apollo-broker/pom.xml             | 10 +++++-----
 apollo-cli/pom.xml                | 22 +++++++++++-----------
 apollo-distro/pom.xml             | 24 ++++++++++++------------
 apollo-dto/pom.xml                |  6 +++---
 apollo-jmx/pom.xml                | 12 ++++++------
 apollo-leveldb/pom.xml            | 12 ++++++------
 apollo-mqtt/pom.xml               | 18 +++++++++---------
 apollo-openwire-generator/pom.xml |  4 ++--
 apollo-openwire/pom.xml           | 16 ++++++++--------
 apollo-scala/pom.xml              |  4 ++--
 apollo-selector/pom.xml           |  4 ++--
 apollo-stomp/pom.xml              | 16 ++++++++--------
 apollo-util/pom.xml               |  4 ++--
 apollo-war/pom.xml                | 24 ++++++++++++------------
 apollo-web/pom.xml                | 10 +++++-----
 apollo-website/pom.xml            |  2 +-
 pom.xml                           |  2 +-
 20 files changed, 111 insertions(+), 111 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-amqp/pom.xml b/apollo-amqp/pom.xml
index 29ea472..8fc1283 100644
--- a/apollo-amqp/pom.xml
+++ b/apollo-amqp/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-amqp</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.qpid</groupId>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -74,14 +74,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -89,13 +89,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-bdb/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-bdb/pom.xml b/apollo-bdb/pom.xml
index 51df89d..06ab8f2 100644
--- a/apollo-bdb/pom.xml
+++ b/apollo-bdb/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-bdb</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
   <name>${project.artifactId}</name>
   <description>BDB based message storage</description>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -80,14 +80,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-boot/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-boot/pom.xml b/apollo-boot/pom.xml
index 963ec93..37c1be2 100644
--- a/apollo-boot/pom.xml
+++ b/apollo-boot/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-boot</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-broker/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-broker/pom.xml b/apollo-broker/pom.xml
index 2997f18..ab1f70c 100644
--- a/apollo-broker/pom.xml
+++ b/apollo-broker/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-broker</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -42,13 +42,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-dto</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-selector</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -123,7 +123,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-cli/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-cli/pom.xml b/apollo-cli/pom.xml
index 371cbd6..9f44c15 100644
--- a/apollo-cli/pom.xml
+++ b/apollo-cli/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-cli</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
 
@@ -129,32 +129,32 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-mqtt</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-amqp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -167,19 +167,19 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jmx</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-distro/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-distro/pom.xml b/apollo-distro/pom.xml
index 4394b99..bb0830b 100644
--- a/apollo-distro/pom.xml
+++ b/apollo-distro/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-apollo</artifactId>
@@ -33,17 +33,17 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-boot</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-cli</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.xerial.snappy</groupId>
@@ -61,46 +61,46 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency> 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-mqtt</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-amqp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jmx</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-dto/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-dto/pom.xml b/apollo-dto/pom.xml
index 5220094..2a76795 100644
--- a/apollo-dto/pom.xml
+++ b/apollo-dto/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-dto</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <!-- Testing Dependencies -->    

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-jmx/pom.xml b/apollo-jmx/pom.xml
index 1024f37..31daa09 100755
--- a/apollo-jmx/pom.xml
+++ b/apollo-jmx/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-jmx</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -80,14 +80,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-leveldb/pom.xml b/apollo-leveldb/pom.xml
index 89f2e25..0ff9b94 100755
--- a/apollo-leveldb/pom.xml
+++ b/apollo-leveldb/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-leveldb</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -135,14 +135,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-mqtt/pom.xml b/apollo-mqtt/pom.xml
index 34e9faa..300bbbc 100644
--- a/apollo-mqtt/pom.xml
+++ b/apollo-mqtt/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-mqtt</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -60,14 +60,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -75,26 +75,26 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-openwire-generator/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-openwire-generator/pom.xml b/apollo-openwire-generator/pom.xml
index 3555319..344ba01 100644
--- a/apollo-openwire-generator/pom.xml
+++ b/apollo-openwire-generator/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-openwire-generator</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
 
   <name>${project.artifactId}</name>
 

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-openwire/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-openwire/pom.xml b/apollo-openwire/pom.xml
index 543ee37..4c23410 100644
--- a/apollo-openwire/pom.xml
+++ b/apollo-openwire/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-openwire</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
 
   <name>${project.artifactId}</name>
 
@@ -41,12 +41,12 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -84,14 +84,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -99,13 +99,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-scala/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-scala/pom.xml b/apollo-scala/pom.xml
index 9c8d426..23508e7 100644
--- a/apollo-scala/pom.xml
+++ b/apollo-scala/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-scala</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>${project.artifactId}</name>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-selector/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-selector/pom.xml b/apollo-selector/pom.xml
index 9a7b597..8b39e0c 100644
--- a/apollo-selector/pom.xml
+++ b/apollo-selector/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-selector</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>${project.artifactId}</name>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-stomp/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-stomp/pom.xml b/apollo-stomp/pom.xml
index 4ad237f..5cebdf0 100644
--- a/apollo-stomp/pom.xml
+++ b/apollo-stomp/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-stomp</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -42,13 +42,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -70,14 +70,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -85,13 +85,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-util/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-util/pom.xml b/apollo-util/pom.xml
index 0d53685..b09ba4d 100755
--- a/apollo-util/pom.xml
+++ b/apollo-util/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-util</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-war/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-war/pom.xml b/apollo-war/pom.xml
index c6fe311..d5505b5 100644
--- a/apollo-war/pom.xml
+++ b/apollo-war/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-war</artifactId>
   <packaging>war</packaging>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
 
   <name>${project.artifactId}</name>
   <description>Packages Apollo so it be be run in a Web container.</description>
@@ -50,18 +50,18 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-cli</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.xerial.snappy</groupId>
@@ -79,40 +79,40 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency> 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-mqtt</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-amqp</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <classifier>classes</classifier>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jmx</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-web/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-web/pom.xml b/apollo-web/pom.xml
index d0cbd65..9a9ca4a 100644
--- a/apollo-web/pom.xml
+++ b/apollo-web/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-web</artifactId>
   <packaging>jar</packaging>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
 
   <name>${project.artifactId}</name>
   <description>Adds web administration support.</description>
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <!-- Web Framework APIs -->
@@ -133,14 +133,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.7</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/apollo-website/pom.xml
----------------------------------------------------------------------
diff --git a/apollo-website/pom.xml b/apollo-website/pom.xml
index 5413ec8..c107ba5 100644
--- a/apollo-website/pom.xml
+++ b/apollo-website/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.7</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/b1b19fdd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd2cc3f..88af467 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-project</artifactId>
-  <version>1.7</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache ActiveMQ Apollo Project</name>