Author: aheritier
Date: 2009-08-25 17:25:27 -0400 (Tue, 25 Aug 2009)
New Revision: 65
Modified:
components/mop/trunk/parent/pom.xml
components/mop/trunk/pom.xml
Log:
Fix repo declaration for JBoss
Modified: components/mop/trunk/parent/pom.xml
===================================================================
--- components/mop/trunk/parent/pom.xml 2009-08-25 21:24:14 UTC (rev 64)
+++ components/mop/trunk/parent/pom.xml 2009-08-25 21:25:27 UTC (rev 65)
@@ -1,23 +1,11 @@
-<!--
- Copyright (C) 2009 eXo Platform SAS.
+ <!--
- This is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this software; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-
--->
+ Copyright (C) 2009 eXo Platform SAS. This is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public License as published by
the Free Software
+ Foundation; either version 2.1 of the License, or (at your option) any later
version. This software is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details. You should have received a copy of the
GNU Lesser General
+ Public License along with this software; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF
site:
http://www.fsf.org.
+ -->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<!--
@@ -64,13 +52,14 @@
<
url>http://fisheye.exoplatform.org/browse/projects-internal/exorh/exo-...
</scm>
+ <!-- Required to download Parent -->
<repositories>
<repository>
- <id>jboss.com</id>
- <
url>http://repository.jboss.com/maven2</url>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
</repository>
</repositories>
-
+
<dependencies>
<dependency>
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2009-08-25 21:24:14 UTC (rev 64)
+++ components/mop/trunk/pom.xml 2009-08-25 21:25:27 UTC (rev 65)
@@ -58,6 +58,14 @@
<
developerConnection>scm:svn:http://svn.exoplatform.org/projects/exorh/...
<
url>http://fisheye.exoplatform.org/browse/projects-internal/exorh/exo-...
</scm>
+
+ <!-- Required to download Parent -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
<!-- **************** -->
<!-- Build Definition -->