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/13 10:05:36 UTC

svn commit: r546769 - /activemq/camel/trunk/pom.xml

Author: jstrachan
Date: Wed Jun 13 01:05:35 2007
New Revision: 546769

URL: http://svn.apache.org/viewvc?view=rev&rev=546769
Log:
added RAT maven plugin. You can run a check via mvn rat:check -P rat

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=546769&r1=546768&r2=546769
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Jun 13 01:05:35 2007
@@ -36,7 +36,8 @@
   <properties>
     <camel-version>1.0-SNAPSHOT</camel-version>
     <compiler.fork>false</compiler.fork>
-    <release-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</release-repo-url>
+    <release-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
+    </release-repo-url>
     <snapshot-repo-url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</snapshot-repo-url>
     <m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/camel/maven/</site-repo-url>