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 2012/07/31 17:57:45 UTC

svn commit: r1367629 - /activemq/activemq-apollo/trunk/pom.xml

Author: chirino
Date: Tue Jul 31 15:57:44 2012
New Revision: 1367629

URL: http://svn.apache.org/viewvc?rev=1367629&view=rev
Log:
Move the amqp and network module to the unstable profile.

Modified:
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1367629&r1=1367628&r2=1367629&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Tue Jul 31 15:57:44 2012
@@ -173,10 +173,8 @@
     <module>apollo-web</module>
     <module>apollo-cli</module>
     <module>apollo-website</module>
-    <module>apollo-network</module>
     <module>apollo-openwire-generator</module>
     <module>apollo-openwire</module>
-    <module>apollo-amqp</module>
     <module>apollo-distro</module>
   </modules>
 
@@ -479,6 +477,8 @@
     <profile>
       <id>unstable</id>
       <modules>
+        <module>apollo-network</module>
+        <module>apollo-amqp</module>
       </modules>
     </profile>