You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/03/26 09:05:57 UTC

svn commit: r927723 - /camel/trunk/components/camel-netty/pom.xml

Author: ningjiang
Date: Fri Mar 26 08:05:57 2010
New Revision: 927723

URL: http://svn.apache.org/viewvc?rev=927723&view=rev
Log:
Changed the maven repo id to make TC happy

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

Modified: camel/trunk/components/camel-netty/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-netty/pom.xml?rev=927723&r1=927722&r2=927723&view=diff
==============================================================================
--- camel/trunk/components/camel-netty/pom.xml (original)
+++ camel/trunk/components/camel-netty/pom.xml Fri Mar 26 08:05:57 2010
@@ -39,7 +39,7 @@
 
 	<repositories>
 		<repository>
-			<id>repository.jboss.org</id>
+			<id>jboss</id>
 			<url>http://repository.jboss.org/maven2</url>
 			<snapshots>
 				<enabled>false</enabled>