Author: ate
Date: Fri Feb 12 09:53:29 2010
New Revision: 909320
URL: http://svn.apache.org/viewvc?rev=909320&view=rev
Log:
Fixing castor-1.1.1-xml dependency retrieval: codehaus repo doen't provide it
(anymore?), bluesunrise still has it though
Modified:
portals/applications/webcontent/trunk/pom.xml
Modified: portals/applications/webcontent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=909320&r1=909319&r2=909320&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Fri Feb 12 09:53:29 2010
@@ -38,9 +38,9 @@
<repositories>
<repository>
- <id>codehaus</id>
- <name>Maven Codehaus repository</name>
- <url>http://repository.codehaus.org/</url>
+ <id>com.bluesunrise.m2</id>
+ <name>Maven2 BlueSunrise</name>
+ <url>http://www.bluesunrise.com/maven2</url>
</repository>
</repositories>