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>