You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/11/27 09:20:01 UTC

svn commit: r1414010 - /activemq/trunk/activemq-amqp/pom.xml

Author: chirino
Date: Tue Nov 27 08:20:00 2012
New Revision: 1414010

URL: http://svn.apache.org/viewvc?rev=1414010&view=rev
Log:
Switch to new proton artifact id.

Modified:
    activemq/trunk/activemq-amqp/pom.xml

Modified: activemq/trunk/activemq-amqp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-amqp/pom.xml?rev=1414010&r1=1414009&r2=1414010&view=diff
==============================================================================
--- activemq/trunk/activemq-amqp/pom.xml (original)
+++ activemq/trunk/activemq-amqp/pom.xml Tue Nov 27 08:20:00 2012
@@ -44,7 +44,7 @@
 
     <dependency>
       <groupId>org.apache.qpid</groupId>
-      <artifactId>qpid-proton</artifactId>
+      <artifactId>proton</artifactId>
       <version>${qpid-proton-version}</version>
     </dependency>