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/06/30 21:46:13 UTC

svn commit: r789906 - in /activemq/activemq-cpp/trunk: activemq-c/pom.xml activemq-cpp-openwire-generator/pom.xml activemq-cpp/pom.xml maven-cpptools-plugin/pom.xml pom.xml

Author: tabish
Date: Tue Jun 30 19:46:12 2009
New Revision: 789906

URL: http://svn.apache.org/viewvc?rev=789906&view=rev
Log:
Update parent pom artifact id

Modified:
    activemq/activemq-cpp/trunk/activemq-c/pom.xml
    activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml
    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-c/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/pom.xml?rev=789906&r1=789905&r2=789906&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-c/pom.xml Tue Jun 30 19:46:12 2009
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
-    <artifactId>activemq-cpp-parent</artifactId>
+    <artifactId>activemq-cpp-pom</artifactId>
     <version>3.1.0-SNAPSHOT</version>
   </parent>
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml?rev=789906&r1=789905&r2=789906&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml Tue Jun 30 19:46:12 2009
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
-    <artifactId>activemq-cpp-parent</artifactId>
+    <artifactId>activemq-cpp-pom</artifactId>
     <version>3.1.0-SNAPSHOT</version>
   </parent>
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=789906&r1=789905&r2=789906&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Tue Jun 30 19:46:12 2009
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
-    <artifactId>activemq-cpp-parent</artifactId>
+    <artifactId>activemq-cpp-pom</artifactId>
     <version>3.1.0-SNAPSHOT</version>
   </parent>
 

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=789906&r1=789905&r2=789906&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml (original)
+++ activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml Tue Jun 30 19:46:12 2009
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
-    <artifactId>activemq-cpp-parent</artifactId>
+    <artifactId>activemq-cpp-pom</artifactId>
     <version>3.1.0-SNAPSHOT</version>
   </parent>
 

Modified: activemq/activemq-cpp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=789906&r1=789905&r2=789906&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Tue Jun 30 19:46:12 2009
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.activemq-cpp</groupId>
-  <artifactId>activemq-cpp-parent</artifactId>
+  <artifactId>activemq-cpp-pom</artifactId>
   <version>3.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ActiveMQ-CPP Project</name>