You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/05/06 01:41:47 UTC

svn commit: r653633 - in /tapestry/tapestry5/trunk: pom.xml quickstart/src/main/resources/archetype-resources/pom.xml

Author: hlship
Date: Mon May  5 16:41:46 2008
New Revision: 653633

URL: http://svn.apache.org/viewvc?rev=653633&view=rev
Log:
TAPESTRY-2407: Update master POMs to point to the moved OpenQA repositories (from which Selenium is obtained)

Modified:
    tapestry/tapestry5/trunk/pom.xml
    tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=653633&r1=653632&r2=653633&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Mon May  5 16:41:46 2008
@@ -1,4 +1,5 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
@@ -377,9 +378,9 @@
         </repository>
         <!-- Pick up the selenium JARs. -->
         <repository>
-            <id>openqa</id>
-            <name>OpenQA Maven Repository</name>
-            <url>http://maven.openqa.org/</url>
+            <id>OpenQA_Release</id>
+            <name>OpenQA Release Repository</name>
+            <url>http://archiva.openqa.org/repository/releases/</url>
         </repository>
     </repositories>
 

Modified: tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml?rev=653633&r1=653632&r2=653633&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml Mon May  5 16:41:46 2008
@@ -99,12 +99,11 @@
             <id>codehaus.snapshots</id>
             <url>http://snapshots.repository.codehaus.org</url>
         </repository>
-        <!-- For access to the selenium JARs. -->
-        <repository>
-            <id>openqa</id>
-            <name>OpenQA Maven Repository</name>
-            <url>http://maven.openqa.org/</url>
-        </repository>
+       <repository>
+            <id>OpenQA_Release</id>
+            <name>OpenQA Release Repository</name>
+            <url>http://archiva.openqa.org/repository/releases/</url>
+        </repository>        
     </repositories>
 
     <pluginRepositories>