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/05/06 13:53:33 UTC

svn commit: r941681 - /camel/trunk/parent/pom.xml

Author: ningjiang
Date: Thu May  6 11:53:33 2010
New Revision: 941681

URL: http://svn.apache.org/viewvc?rev=941681&view=rev
Log:
CAMEL-2696 added the plugin repository

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=941681&r1=941680&r2=941681&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu May  6 11:53:33 2010
@@ -183,6 +183,14 @@
         <enabled>true</enabled>
       </releases>
     </pluginRepository>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshots Repository</name>
+      <url>http://repository.apache.org/snapshots/</url>
+      <snapshots>
+          <enabled>true</enabled>
+      </snapshots>
+   </pluginRepository>
   </pluginRepositories>
 
   <dependencyManagement>