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 2011/01/07 22:26:08 UTC

svn commit: r1056521 - /activemq/activemq-apollo/trunk/apollo-website/pom.xml

Author: chirino
Date: Fri Jan  7 21:26:08 2011
New Revision: 1056521

URL: http://svn.apache.org/viewvc?rev=1056521&view=rev
Log:
scalamd dep needs to be declared in plugin too.. for the version to take.

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

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1056521&r1=1056520&r2=1056521&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Fri Jan  7 21:26:08 2011
@@ -138,6 +138,15 @@
             <phase>deploy</phase>
           </execution> 
         </executions>
+        
+        <dependencies>
+          <dependency>
+            <groupId>org.fusesource.scalamd</groupId>
+            <artifactId>scalamd</artifactId>
+            <version>${scalamd-version}</version>
+          </dependency>
+        </dependencies>
+        
       </plugin>
 
       <plugin>