You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/01/09 18:57:04 UTC

svn commit: r494502 - /incubator/ode/trunk/jbi/pom.xml

Author: gnodet
Date: Tue Jan  9 09:57:04 2007
New Revision: 494502

URL: http://svn.apache.org/viewvc?view=rev&rev=494502
Log:
Add apache snapshot repo for servicemix plugin

Modified:
    incubator/ode/trunk/jbi/pom.xml

Modified: incubator/ode/trunk/jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/pom.xml?view=diff&rev=494502&r1=494501&r2=494502
==============================================================================
--- incubator/ode/trunk/jbi/pom.xml (original)
+++ incubator/ode/trunk/jbi/pom.xml Tue Jan  9 09:57:04 2007
@@ -147,6 +147,14 @@
 
     </dependencies>
 
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </pluginRepository>
+    </pluginRepositories>
+
 	<build>
 		<plugins>
 			<plugin>