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:10:02 UTC

svn commit: r961141 - in /activemq/sandbox/activemq-apollo-actor: activemq-cassandra/pom.xml pom.xml

Author: chirino
Date: Wed Jul  7 04:10:02 2010
New Revision: 961141

URL: http://svn.apache.org/viewvc?rev=961141&view=rev
Log:
Fixing up deps

Modified:
    activemq/sandbox/activemq-apollo-actor/activemq-cassandra/pom.xml   (contents, props changed)
    activemq/sandbox/activemq-apollo-actor/pom.xml   (contents, props changed)

Modified: activemq/sandbox/activemq-apollo-actor/activemq-cassandra/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/activemq-cassandra/pom.xml?rev=961141&r1=961140&r2=961141&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/activemq-cassandra/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/activemq-cassandra/pom.xml Wed Jul  7 04:10:02 2010
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>com.shorrockin</groupId>
       <artifactId>cascal</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2-Scala.2.8.0.RC3-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Propchange: activemq/sandbox/activemq-apollo-actor/activemq-cassandra/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Modified: activemq/sandbox/activemq-apollo-actor/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/pom.xml?rev=961141&r1=961140&r2=961141&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/pom.xml Wed Jul  7 04:10:02 2010
@@ -167,6 +167,14 @@
          <enabled>false</enabled>
        </releases>
      </repository>
+     <repository>
+       <id>java.net</id>
+       <url>http://download.java.net/maven/2</url>
+     </repository>
+     <repository>
+       <id>shorrockin</id>
+       <url>http://maven.shorrockin.com</url>
+     </repository>
    </repositories>
 
   <!-- This is only here since the activemq-protobuf plugin has not been released yet -->

Propchange: activemq/sandbox/activemq-apollo-actor/pom.xml
------------------------------------------------------------------------------
    svn:executable = *