Author: mszefler
Date: Thu Jul 27 15:13:33 2006
New Revision: 426276
URL: http://svn.apache.org/viewvc?rev=426276&view=rev
Log:
Fixed maven2 repo URL
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=426276&r1=426275&r2=426276&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/pom.xml Thu Jul 27 15:13:33 2006
@@ -7,15 +7,15 @@
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<version>2.0-SNAPSHOT</version>
- <url>http://ode.fivesight.com</url>
+ <url>http://incubator.apache.org/ode</url>
<issueManagement>
<system>jira</system>
- <url>http://ode.fivesight.com/jira/</url>
+ <url>http://issues.apache.org</url>
</issueManagement>
<licenses>
<license>
- <name> Common Public License 1.0</name>
-
<url>http://ode.fivesight.com/confluence/display/ODE/Common+Public+License+1.0</url>
+ <name>Apache Public License 2.0</name>
+
<url>http://pxe.intalio.org/confluence/display/ODE/Common+Public+License+1.0</url>
<distribution>repo</distribution>
</license>
</licenses>
@@ -28,7 +28,7 @@
<organization>
<name>Intalio</name>
- <url>http://ode.intalio.org</url>
+ <url>http://pxe.intalio.org</url>
</organization>
@@ -218,7 +218,7 @@
</executions>
<configuration>
<remoteRepositoryId>ode</remoteRepositoryId>
-
<remoteRepositoryUrl>scpexe://ode.intalio.org/var/www/public/maven1</remoteRepositoryUrl>
+
<remoteRepositoryUrl>scpexe://pxe.intalio.org/var/www/public/maven1</remoteRepositoryUrl>
</configuration>
</plugin>
</plugins>
@@ -236,7 +236,7 @@
<repository>
<id>ode</id>
<name>ODE Maven2 repository</name>
- <url>http://ode.intalio.org/public/maven2</url>
+ <url>http://pxe.intalio.org/public/maven2</url>
</repository>
<repository>
<id>central</id>
@@ -271,7 +271,7 @@
<pluginRepository>
<id>ode</id>
<name>ODE Maven2 repository</name>
- <url>http://ode.intalio.org/public/maven2</url>
+ <url>http://pxe.intalio.org/public/maven2</url>
</pluginRepository>
<!--pluginRepository>
<id>codehaus</id>
@@ -293,13 +293,13 @@
<distributionManagement>
<repository>
<id>ode-maven2</id>
- <url>scpexe://ode.intalio.org/var/www/public/maven2</url>
+ <url>scpexe://pxe.intalio.org/var/www/public/maven2</url>
</repository>
<snapshotRepository>
<id>ode-maven2-snapshot</id>
<name>ODE Development Repository</name>
- <url>scpexe://ode.intalio.org/var/www/public/maven2</url>
+ <url>scpexe://pxe.intalio.org/var/www/public/maven2</url>
</snapshotRepository>
</distributionManagement>