You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/12/05 21:04:25 UTC

svn commit: r1417614 - /activemq/sandbox/activemq-perftest/pom.xml

Author: tabish
Date: Wed Dec  5 20:04:24 2012
New Revision: 1417614

URL: http://svn.apache.org/viewvc?rev=1417614&view=rev
Log:
update for new plugin names.

Modified:
    activemq/sandbox/activemq-perftest/pom.xml

Modified: activemq/sandbox/activemq-perftest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-perftest/pom.xml?rev=1417614&r1=1417613&r2=1417614&view=diff
==============================================================================
--- activemq/sandbox/activemq-perftest/pom.xml (original)
+++ activemq/sandbox/activemq-perftest/pom.xml Wed Dec  5 20:04:24 2012
@@ -5,9 +5,9 @@
     The ASF licenses this file to You under the Apache License, Version 2.0
     (the "License"); you may not use this file except in compliance with
     the License.  You may obtain a copy of the License at
-   
+
     http://www.apache.org/licenses/LICENSE-2.0
-   
+
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -15,32 +15,45 @@
     limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
 
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>activemq-parent</artifactId>
+    <groupId>org.apache.activemq</groupId>
+    <version>5.7.0</version>
+  </parent>
 
-    <parent>
-        <artifactId>activemq-parent</artifactId>
-        <groupId>org.apache.activemq</groupId>
-        <version>5.2-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>activemq-perftest</artifactId>
-    <packaging>jar</packaging>
-    <name>ActiveMQ :: Performance Test</name>
-    <description>Performance Testing Framework for ActiveMQ</description>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.activemq.tooling</groupId>
-                <artifactId>maven-activemq-perf-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.activemq.tooling</groupId>
-                <artifactId>maven-activemq-memtest-plugin</artifactId>
-            </plugin>            
-        </plugins>
-    </build>
+  <artifactId>activemq-perftest</artifactId>
+  <packaging>jar</packaging>
+  <name>ActiveMQ :: Performance Test</name>
+  <description>Performance Testing Framework for ActiveMQ</description>
 
+  <build>
+    <plugins>
+      <!-- As of v5.8.0 the plugin names have changed.
+      <plugin>
+        <groupId>org.apache.activemq.tooling</groupId>
+        <artifactId>activemq-perf-maven-plugin</artifactId>
+        <version>5.8.0</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.activemq.tooling</groupId>
+        <artifactId>activemq-memtest-maven-plugin</artifactId>
+        <version>5.8.0</version>
+      </plugin>
+      -->
+      <plugin>
+        <groupId>org.apache.activemq.tooling</groupId>
+        <artifactId>maven-activemq-perf-plugin</artifactId>
+        <version>5.7.0</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.activemq.tooling</groupId>
+        <artifactId>maven-activemq-memtest-plugin</artifactId>
+        <version>5.7.0</version>
+      </plugin>
+    </plugins>
+  </build>
 </project>