You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2010/10/12 21:18:47 UTC

svn commit: r1021888 - /camel/trunk/components/camel-xmpp/pom.xml

Author: janstey
Date: Tue Oct 12 19:18:46 2010
New Revision: 1021888

URL: http://svn.apache.org/viewvc?rev=1021888&view=rev
Log:
comment out smack repo as smack jar is now at Central - thanks to dkulp for uploading to central

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

Modified: camel/trunk/components/camel-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xmpp/pom.xml?rev=1021888&r1=1021887&r2=1021888&view=diff
==============================================================================
--- camel/trunk/components/camel-xmpp/pom.xml (original)
+++ camel/trunk/components/camel-xmpp/pom.xml Tue Oct 12 19:18:46 2010
@@ -41,12 +41,12 @@
   		<name>Apache ServiceMix Repository</name>
   		<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
 	</repository>
-	<!-- smack repo -->
+	<!-- Smack repo to grab new smack releases. We currently get smack from Central.
 	<repository>
 		<id>m2-repository-smack</id>
 		<name>Smakc Maven2 Repository</name>
 		<url>http://maven.reucon.com/public</url>
-	</repository>
+	</repository> -->
   </repositories>
 
   <dependencies>