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:40:47 UTC

svn commit: r961228 - in /activemq/sandbox/activemq-apollo-actor: ./ apollo-broker/ apollo-cassandra/ apollo-dto/ apollo-hawtdb/ apollo-scala/ apollo-selector/ apollo-stomp/ apollo-store/ apollo-tcp/ apollo-transport/ apollo-util/ apollo-web/

Author: chirino
Date: Wed Jul  7 04:40:46 2010
New Revision: 961228

URL: http://svn.apache.org/viewvc?rev=961228&view=rev
Log:
updated artifactIds to match module names.

Modified:
    activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-cassandra/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-dto/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-hawtdb/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-scala/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-selector/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-stomp/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-store/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-tcp/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-transport/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-util/pom.xml
    activemq/sandbox/activemq-apollo-actor/apollo-web/pom.xml
    activemq/sandbox/activemq-apollo-actor/pom.xml

Modified: activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,42 +20,42 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-broker</artifactId>
+  <artifactId>apollo-broker</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Broker</name>
+  <name>${artifactId}</name>
 
   <dependencies>
   
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-transport</artifactId>
+      <artifactId>apollo-transport</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-store</artifactId>
+      <artifactId>apollo-store</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-selector</artifactId>
+      <artifactId>apollo-selector</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-hawtdb</artifactId>
+      <artifactId>apollo-hawtdb</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dto</artifactId>
+      <artifactId>apollo-dto</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 
@@ -84,14 +84,14 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-transport</artifactId>
+      <artifactId>apollo-transport</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-cassandra/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-cassandra/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-cassandra/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-cassandra/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,16 +20,16 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-cassandra</artifactId>
+  <artifactId>apollo-cassandra</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Store :: Cassandra</name>
+  <name>${artifactId}</name>
 
   <repositories>
     <repository>
@@ -42,7 +42,7 @@
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-store</artifactId>
+      <artifactId>apollo-store</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     
@@ -60,7 +60,7 @@
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dto</artifactId>
+      <artifactId>apollo-dto</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 
@@ -88,14 +88,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-store</artifactId>
+      <artifactId>apollo-store</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-dto/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-dto/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-dto/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-dto/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,16 +20,16 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-project</artifactId>
+    <artifactId>apollo-project</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-dto</artifactId>
+  <artifactId>apollo-dto</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Data Transfer Objects</name>
+  <name>${artifactId}</name>
   
   <dependencies>
   
@@ -97,7 +97,7 @@
               <schemas>
                 <schema>
                   <namespace>http://activemq.apache.org/schema/activemq/apollo</namespace>
-                  <file>activemq-apollo.xsd</file>
+                  <file>apollo-apollo.xsd</file>
                 </schema>
               </schemas>
             </configuration>
@@ -122,7 +122,7 @@
                 </taskdef>
                 <mkdir dir="${project.build.directory}/schema"/>
                 <schemagen srcdir="${project.build.sourceDirectory}" destdir="${project.build.directory}/schema">
-                    <schema namespace="http://activemq.apache.org/schema/activemq/apollo" file="activemq-apollo.xsd" />
+                    <schema namespace="http://activemq.apache.org/schema/activemq/apollo" file="apollo-apollo.xsd" />
                     <classpath refid="maven.compile.classpath"/>
                     <include name="**/jaxb/package-info.java"/>
                     <include name="**/jaxb/*Xml.java"/>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-hawtdb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-hawtdb/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-hawtdb/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-hawtdb/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,22 +20,22 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-hawtdb</artifactId>
+  <artifactId>apollo-hawtdb</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Store :: HawtDB</name>
+  <name>${artifactId}</name>
 
   <dependencies>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-store</artifactId>
+      <artifactId>apollo-store</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     
@@ -53,7 +53,7 @@
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dto</artifactId>
+      <artifactId>apollo-dto</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 
@@ -81,14 +81,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-store</artifactId>
+      <artifactId>apollo-store</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-scala/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-scala/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-scala/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-scala/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,16 +20,16 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-project</artifactId>
+    <artifactId>apollo-project</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-scala</artifactId>
+  <artifactId>apollo-scala</artifactId>
   <packaging>pom</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Scala Settings</name>
+  <name>${artifactId}</name>
   <description>Holds the common Maven settings for Scala based modules.</description>
   
   <build>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-selector/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-selector/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-selector/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-selector/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,22 +20,22 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-project</artifactId>
+    <artifactId>apollo-project</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-selector</artifactId>
+  <artifactId>apollo-selector</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Selector</name>
+  <name>${artifactId}</name>
 
   <dependencies>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     

Modified: activemq/sandbox/activemq-apollo-actor/apollo-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-stomp/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-stomp/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-stomp/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,39 +20,39 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-stomp</artifactId>
+  <artifactId>apollo-stomp</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Stomp</name>
+  <name>${artifactId}</name>
 
   <dependencies>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-broker</artifactId>
+      <artifactId>apollo-broker</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-tcp</artifactId>
+      <artifactId>apollo-tcp</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-cassandra</artifactId>
+      <artifactId>apollo-cassandra</artifactId>
       <version>6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-hawtdb</artifactId>
+      <artifactId>apollo-hawtdb</artifactId>
       <version>6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
@@ -81,14 +81,14 @@
     <!-- Testing Dependencies -->
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-broker</artifactId>
+      <artifactId>apollo-broker</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-store/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-store/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-store/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-store/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,27 +20,27 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-store</artifactId>
+  <artifactId>apollo-store</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Store</name>
+  <name>${artifactId}</name>
 
   <dependencies>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dto</artifactId>
+      <artifactId>apollo-dto</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
@@ -72,7 +72,7 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-apollo-actor/apollo-tcp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-tcp/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-tcp/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-tcp/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,22 +20,22 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-project</artifactId>
+    <artifactId>apollo-project</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-tcp</artifactId>
+  <artifactId>apollo-tcp</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Transport :: TCP</name>
+  <name>${artifactId}</name>
 
   <dependencies>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-transport</artifactId>
+      <artifactId>apollo-transport</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 

Modified: activemq/sandbox/activemq-apollo-actor/apollo-transport/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-transport/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-transport/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-transport/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,16 +20,16 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-project</artifactId>
+    <artifactId>apollo-project</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-transport</artifactId>
+  <artifactId>apollo-transport</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Transport</name>
+  <name>${artifactId}</name>
 
   <dependencies>
 
@@ -41,7 +41,7 @@
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 

Modified: activemq/sandbox/activemq-apollo-actor/apollo-util/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-util/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-util/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-util/pom.xml Wed Jul  7 04:40:46 2010
@@ -20,17 +20,16 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-util</artifactId>
+  <artifactId>apollo-util</artifactId>
   <packaging>jar</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Util</name>
-
+  <name>${artifactId}</name>
 
   <repositories>
     <!-- For the JNA dependency -->

Modified: activemq/sandbox/activemq-apollo-actor/apollo-web/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-web/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-web/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-web/pom.xml Wed Jul  7 04:40:46 2010
@@ -23,16 +23,16 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-scala</artifactId>
+    <artifactId>apollo-scala</artifactId>
     <version>6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-web</artifactId>
+  <artifactId>apollo-web</artifactId>
   <packaging>war</packaging>
   <version>6.0-SNAPSHOT</version>
 
-  <name>ActiveMQ :: Web</name>
+  <name>${artifactId}</name>
 
   <properties>
     <jetty-port>8080</jetty-port>
@@ -46,17 +46,17 @@
     <!-- ActiveMQ APIs -->
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-broker</artifactId>
+      <artifactId>apollo-broker</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-stomp</artifactId>
+      <artifactId>apollo-stomp</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-tcp</artifactId>
+      <artifactId>apollo-tcp</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
 
@@ -131,7 +131,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
+      <artifactId>apollo-util</artifactId>
       <version>6.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: activemq/sandbox/activemq-apollo-actor/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/pom.xml?rev=961228&r1=961227&r2=961228&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/pom.xml Wed Jul  7 04:40:46 2010
@@ -24,11 +24,11 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.activemq</groupId>
-  <artifactId>activemq-project</artifactId>
+  <artifactId>apollo-project</artifactId>
   <version>6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>ActiveMQ Project</name>
+  <name>Apache ActiveMQ Apollo Project</name>
   <inceptionYear>2005</inceptionYear>
 
   <properties>
@@ -38,8 +38,8 @@
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
 
     <target-dir>target</target-dir>
-    <activemq-version>6.0-SNAPSHOT</activemq-version>
-    <siteId>activemq-${activemq-version}</siteId>
+    <apollo-version>6.0-SNAPSHOT</apollo-version>
+    <siteId>apollo-${apollo-version}</siteId>
     <projectName>Apache ActiveMQ</projectName>
 
     <!-- dependencies that track scala version changes -->
@@ -134,9 +134,9 @@
   <distributionManagement>
     <site>
       <!-- this needs to match a server in your settings.xml with upload settings -->
-      <id>activemq-website</id>
+      <id>apollo-website</id>
       <!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or other profile -->
-      <url>${staging.siteURL}/${siteId}/maven/${activemq-version}</url>
+      <url>${staging.siteURL}/${siteId}/maven/${apollo-version}</url>
       <!--<url>${site-repo-url}</url>-->
     </site>
   </distributionManagement>
@@ -157,9 +157,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/activemq-flow</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/activemq-flow</developerConnection>
-    <url>http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/apollo-flow</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/apollo-flow</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/sandbox/apollo-flow/</url>
   </scm>
 
   <!-- For the dependencies that have not yet made it to central -->