You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2010/10/16 22:55:48 UTC

svn commit: r1023377 - /camel/trunk/components/camel-quickfix/pom.xml

Author: hadrian
Date: Sat Oct 16 20:55:48 2010
New Revision: 1023377

URL: http://svn.apache.org/viewvc?rev=1023377&view=rev
Log:
Fix artifactId for quickfix

Modified:
    camel/trunk/components/camel-quickfix/pom.xml

Modified: camel/trunk/components/camel-quickfix/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quickfix/pom.xml?rev=1023377&r1=1023376&r2=1023377&view=diff
==============================================================================
--- camel/trunk/components/camel-quickfix/pom.xml (original)
+++ camel/trunk/components/camel-quickfix/pom.xml Sat Oct 16 20:55:48 2010
@@ -25,7 +25,7 @@
 		<version>2.5-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>camel-quickfixj</artifactId>
+	<artifactId>camel-quickfix</artifactId>
 	<packaging>bundle</packaging>
 	<name>Camel :: QuickFIX/J</name>
 	<description>Camel QuickFIX/J support</description>