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/29 16:28:59 UTC

svn commit: r789341 - /activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Author: tabish
Date: Mon Jun 29 14:28:59 2009
New Revision: 789341

URL: http://svn.apache.org/viewvc?rev=789341&view=rev
Log:
Update for latest Apache Release recommendations also move the activemq-cpp project into its own group id to separate the deploys in maven repos from that of activemq itself to prevent confusion.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/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=789341&r1=789340&r2=789341&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Mon Jun 29 14:28:59 2009
@@ -35,7 +35,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.activemq</groupId>
+      <groupId>org.apache.activemq-cpp</groupId>
       <artifactId>activemq-cpp-openwire-generator</artifactId>
       <version>${project.version}</version>
     </dependency>