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 2009/04/26 00:02:40 UTC

svn commit: r768615 - in /activemq/activemq-cpp/trunk: activemq-cpp/pom.xml maven-cpptools-plugin/pom.xml pom.xml

Author: tabish
Date: Sat Apr 25 22:02:40 2009
New Revision: 768615

URL: http://svn.apache.org/viewvc?rev=768615&view=rev
Log:
Update pom files for plugin rename and move.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
    activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml
    activemq/activemq-cpp/trunk/pom.xml

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=768615&r1=768614&r2=768615&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Sat Apr 25 22:02:40 2009
@@ -66,7 +66,7 @@
       </plugin>
       <plugin>
         <groupId>org.apache.activemq.maven</groupId>
-        <artifactId>maven-amqcpp-tooling-plugin</artifactId>
+        <artifactId>maven-cpptools-plugin</artifactId>
         <inherited>false</inherited>
         <executions>
           <execution>

Modified: activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml?rev=768615&r1=768614&r2=768615&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml (original)
+++ activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml Sat Apr 25 22:02:40 2009
@@ -22,10 +22,10 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.activemq.maven</groupId>
-  <artifactId>maven-amqcpp-tooling-plugin</artifactId>
+  <artifactId>maven-cpptools-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>1.0-SNAPSHOT</version>
-  <name>ActiveMQ-CPP Build Tools Mojo</name>
+  <name>CPP Tools Plugin</name>
   <url>http://maven.apache.org</url>
 
   <dependencies>

Modified: activemq/activemq-cpp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=768615&r1=768614&r2=768615&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Sat Apr 25 22:02:40 2009
@@ -71,7 +71,7 @@
   </properties>
 
   <modules>
-    <module>maven-amqcpp-tooling-plugin</module>
+    <module>maven-cpptools-plugin</module>
     <module>activemq-cpp-openwire-generator</module>
     <module>activemq-cpp</module>
   </modules>