Author: mszefler
Date: Thu Jul 27 15:31:36 2006
New Revision: 426289
URL: http://svn.apache.org/viewvc?rev=426289&view=rev
Log:
Fixed duplicate repository id
Modified:
incubator/ode/scratch/pxe-iapi/pom.xml
Modified: incubator/ode/scratch/pxe-iapi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/pom.xml?rev=426289&r1=426288&r2=426289&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/pom.xml Thu Jul 27 15:31:36 2006
@@ -234,7 +234,7 @@
-->
<repositories>
<repository>
- <id>ode</id>
+ <id>pxe</id>
<name>ODE Maven2 repository</name>
<url>http://pxe.intalio.org/public/maven2</url>
</repository>