You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/06/25 16:50:56 UTC

svn commit: r550522 - /activemq/camel/trunk/components/camel-irc/pom.xml

Author: jstrachan
Date: Mon Jun 25 07:50:55 2007
New Revision: 550522

URL: http://svn.apache.org/viewvc?view=rev&rev=550522
Log:
upgraded to the latest/greatest irclib

Modified:
    activemq/camel/trunk/components/camel-irc/pom.xml

Modified: activemq/camel/trunk/components/camel-irc/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-irc/pom.xml?view=diff&rev=550522&r1=550521&r2=550522
==============================================================================
--- activemq/camel/trunk/components/camel-irc/pom.xml (original)
+++ activemq/camel/trunk/components/camel-irc/pom.xml Mon Jun 25 07:50:55 2007
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.schwering</groupId>
       <artifactId>irclib</artifactId>
-      <version>1.04-bsd</version>
+      <version>1.10</version>
     </dependency>
 
     <!-- testing -->