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 2013/02/20 19:07:24 UTC

svn commit: r1448330 - in /activemq/activemq-apollo/trunk: ./ apollo-amqp/ apollo-bdb/ apollo-boot/ apollo-broker/ apollo-cli/ apollo-distro/ apollo-dto/ apollo-jmx/ apollo-leveldb/ apollo-mqtt/ apollo-openwire-generator/ apollo-openwire/ apollo-scala/...

Author: chirino
Date: Wed Feb 20 18:07:23 2013
New Revision: 1448330

URL: http://svn.apache.org/r1448330
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    activemq/activemq-apollo/trunk/apollo-amqp/pom.xml
    activemq/activemq-apollo/trunk/apollo-bdb/pom.xml
    activemq/activemq-apollo/trunk/apollo-boot/pom.xml
    activemq/activemq-apollo/trunk/apollo-broker/pom.xml
    activemq/activemq-apollo/trunk/apollo-cli/pom.xml
    activemq/activemq-apollo/trunk/apollo-distro/pom.xml
    activemq/activemq-apollo/trunk/apollo-dto/pom.xml
    activemq/activemq-apollo/trunk/apollo-jmx/pom.xml
    activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml
    activemq/activemq-apollo/trunk/apollo-mqtt/pom.xml
    activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml
    activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
    activemq/activemq-apollo/trunk/apollo-scala/pom.xml
    activemq/activemq-apollo/trunk/apollo-selector/pom.xml
    activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
    activemq/activemq-apollo/trunk/apollo-util/pom.xml
    activemq/activemq-apollo/trunk/apollo-web/pom.xml
    activemq/activemq-apollo/trunk/apollo-website/pom.xml
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-amqp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-amqp/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-amqp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-amqp/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-amqp</artifactId>
-  <version>1.6</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.6</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.6</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.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-bdb/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-bdb</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-boot/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-boot/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-boot/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-boot/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-boot</artifactId>
-  <version>1.6</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>

Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-broker</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-selector</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Wed Feb 20 18:07:23 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-cli</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
 
@@ -132,32 +132,32 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-mqtt</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-amqp</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -170,19 +170,19 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jmx</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Wed Feb 20 18:07:23 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-cli</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency> 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-mqtt</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-amqp</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jmx</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-dto</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <!-- Testing Dependencies -->    

Modified: activemq/activemq-apollo/trunk/apollo-jmx/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-jmx/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-jmx/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-jmx/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-jmx</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-leveldb</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-mqtt/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-mqtt/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-mqtt/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-mqtt/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-mqtt</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -60,14 +60,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>

Modified: activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml Wed Feb 20 18:07:23 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-openwire-generator</artifactId>
-  <version>1.6</version>
+  <version>99-trunk-SNAPSHOT</version>
 
   <name>${project.artifactId}</name>
 

Modified: activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire/pom.xml Wed Feb 20 18:07:23 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-openwire</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</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.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-scala</artifactId>
-  <version>1.6</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>${project.artifactId}</name>

Modified: activemq/activemq-apollo/trunk/apollo-selector/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-selector/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-selector</artifactId>
-  <version>1.6</version>
+  <version>99-trunk-SNAPSHOT</version>
 
   <name>${project.artifactId}</name>
 

Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-stomp</artifactId>
-  <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.6</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.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>1.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

Modified: activemq/activemq-apollo/trunk/apollo-util/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-util/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-util</artifactId>
-  <version>1.6</version>
+  <version>99-trunk-SNAPSHOT</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>

Modified: activemq/activemq-apollo/trunk/apollo-web/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Wed Feb 20 18:07:23 2013
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.6</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.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
     </dependency>
 
     <!-- Web Framework APIs -->
@@ -127,14 +127,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.6</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.6</version>
+      <version>99-trunk-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Wed Feb 20 18:07:23 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.6</version>
+    <version>99-trunk-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1448330&r1=1448329&r2=1448330&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Wed Feb 20 18:07:23 2013
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-project</artifactId>
-  <version>1.6</version>
+  <version>99-trunk-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache ActiveMQ Apollo Project</name>
@@ -189,9 +189,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.6</developerConnection>
-    <url>http://svn.apache.org/viewvc/activemq/activemq-apollo/tags/apollo-project-1.6</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/</url>
   </scm>
 
   <dependencyManagement>