mirror of https://github.com/apache/activemq.git
fix group reference for perf and memtest maven plugins - now in group org.apache.activemq.tooling
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@689033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6cd70823cc
commit
557ee247a1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue