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 2010/07/07 06:21:37 UTC

svn commit: r961213 - in /activemq/sandbox/activemq-apollo-actor: activemq-selector/pom.xml activemq-store/pom.xml activemq-transport/pom.xml activemq-util/pom.xml pom.xml

Author: chirino
Date: Wed Jul  7 04:21:37 2010
New Revision: 961213

URL: http://svn.apache.org/viewvc?rev=961213&view=rev
Log:
upgrade to the new snapshot revisions of hawtdb and hawtbuf

Modified:
    activemq/sandbox/activemq-apollo-actor/activemq-selector/pom.xml
    activemq/sandbox/activemq-apollo-actor/activemq-store/pom.xml
    activemq/sandbox/activemq-apollo-actor/activemq-transport/pom.xml
    activemq/sandbox/activemq-apollo-actor/activemq-util/pom.xml
    activemq/sandbox/activemq-apollo-actor/pom.xml

Modified: activemq/sandbox/activemq-apollo-actor/activemq-selector/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/activemq-selector/pom.xml?rev=961213&r1=961212&r2=961213&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/activemq-selector/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/activemq-selector/pom.xml Wed Jul  7 04:21:37 2010
@@ -41,7 +41,7 @@
     
     <dependency>
       <groupId>org.fusesource.hawtbuf</groupId>
-      <artifactId>hawtbuf-core</artifactId>
+      <artifactId>hawtbuf</artifactId>
       <version>${hawtbuf-version}</version>
     </dependency>
 

Modified: activemq/sandbox/activemq-apollo-actor/activemq-store/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/activemq-store/pom.xml?rev=961213&r1=961212&r2=961213&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/activemq-store/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/activemq-store/pom.xml Wed Jul  7 04:21:37 2010
@@ -45,7 +45,7 @@
     </dependency>
     <dependency>
       <groupId>org.fusesource.hawtbuf</groupId>
-      <artifactId>hawtbuf-core</artifactId>
+      <artifactId>hawtbuf</artifactId>
       <version>${hawtbuf-version}</version>
     </dependency>
     <dependency>

Modified: activemq/sandbox/activemq-apollo-actor/activemq-transport/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/activemq-transport/pom.xml?rev=961213&r1=961212&r2=961213&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/activemq-transport/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/activemq-transport/pom.xml Wed Jul  7 04:21:37 2010
@@ -47,7 +47,7 @@
 
     <dependency>
       <groupId>org.fusesource.hawtbuf</groupId>
-      <artifactId>hawtbuf-core</artifactId>
+      <artifactId>hawtbuf</artifactId>
       <version>${hawtbuf-version}</version>
     </dependency>
 

Modified: activemq/sandbox/activemq-apollo-actor/activemq-util/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/activemq-util/pom.xml?rev=961213&r1=961212&r2=961213&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/activemq-util/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/activemq-util/pom.xml Wed Jul  7 04:21:37 2010
@@ -45,7 +45,7 @@
                 
     <dependency>
       <groupId>org.fusesource.hawtbuf</groupId>
-      <artifactId>hawtbuf-core</artifactId>
+      <artifactId>hawtbuf</artifactId>
       <version>${hawtbuf-version}</version>
       <optional>true</optional>
     </dependency>

Modified: activemq/sandbox/activemq-apollo-actor/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/pom.xml?rev=961213&r1=961212&r2=961213&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/pom.xml Wed Jul  7 04:21:37 2010
@@ -100,8 +100,8 @@
     <felix-version>1.0.0</felix-version>
 
     <hawtdispatch-version>1.0-SNAPSHOT</hawtdispatch-version>
-    <hawtdb-version>1.1-SNAPSHOT</hawtdb-version>
-    <hawtbuf-version>1.0-SNAPSHOT</hawtbuf-version>
+    <hawtdb-version>1.2-SNAPSHOT</hawtdb-version>
+    <hawtbuf-version>1.1-SNAPSHOT</hawtbuf-version>
     
     <jetty-version>6.1.22</jetty-version>
     <scalate-version>1.2-SNAPSHOT</scalate-version>