You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/12/27 17:06:38 UTC

svn commit: r1426237 - /camel/trunk/components/pom.xml

Author: davsclaus
Date: Thu Dec 27 16:06:38 2012
New Revision: 1426237

URL: http://svn.apache.org/viewvc?rev=1426237&view=rev
Log:
CAMEL-5912: Fixed typo in pom.xml. Thanks to Dejan for noticing this.

Modified:
    camel/trunk/components/pom.xml

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=1426237&r1=1426236&r2=1426237&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Thu Dec 27 16:06:38 2012
@@ -161,7 +161,7 @@
     <module>camel-syslog</module>
     <module>camel-tagsoup</module>
     <module>camel-twitter</module>
-    <module>camel-urlrewite</module>
+    <module>camel-urlrewrite</module>
     <module>camel-velocity</module>
     <module>camel-websocket</module>
     <module>camel-xmlbeans</module>