Author: gtully
Date: Tue Aug 26 04:12:04 2008
New Revision: 689033
URL: http://svn.apache.org/viewvc?rev=689033&view=rev
Log:
fix group reference for perf and memtest maven plugins - now in group
org.apache.activemq.tooling
Modified:
activemq/trunk/activemq-perftest/pom.xml
Modified: activemq/trunk/activemq-perftest/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-perftest/pom.xml?rev=689033&r1=689032&r2=689033&view=diff
==============================================================================
--- activemq/trunk/activemq-perftest/pom.xml (original)
+++ activemq/trunk/activemq-perftest/pom.xml Tue Aug 26 04:12:04 2008
@@ -22,7 +22,7 @@
<parent>
<artifactId>activemq-parent</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>5.1-SNAPSHOT</version>
+ <version>5.2-SNAPSHOT</version>
</parent>
<artifactId>activemq-perftest</artifactId>
@@ -33,11 +33,11 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.activemq</groupId>
+ <groupId>org.apache.activemq.tooling</groupId>
<artifactId>maven-activemq-perf-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.apache.activemq</groupId>
+ <groupId>org.apache.activemq.tooling</groupId>
<artifactId>maven-activemq-memtest-plugin</artifactId>
</plugin>
</plugins>