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 2013/02/20 17:50:20 UTC

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

Author: chirino
Date: Wed Feb 20 16:50:20 2013
New Revision: 1448289

URL: http://svn.apache.org/r1448289
Log:
Fix release profile plugin config

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=1448289&r1=1448288&r2=1448289&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Wed Feb 20 16:50:20 2013
@@ -663,9 +663,9 @@
           
           <!-- Generate the Scala Docs so that they can be included in the javadoc artifact -->
           <plugin>
-            <groupId>org.scala-tools</groupId>
-            <artifactId>maven-scala-plugin</artifactId>
-            <version>${maven-scala-plugin-version}</version>
+            <groupId>net.alchim31.maven</groupId>
+            <artifactId>scala-maven-plugin</artifactId>
+            <version>${scala-plugin-version}</version>
             <executions>
               <execution>
                 <id>doc</id>