You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2010/05/15 04:03:41 UTC

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

Author: andyhot
Date: Sat May 15 02:03:41 2010
New Revision: 944547

URL: http://svn.apache.org/viewvc?rev=944547&view=rev
Log:
TAP5-1081: Remove formos from archetype and other unneeded repos + testng version

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

Modified: tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-catalog.xml?rev=944547&r1=944546&r2=944547&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-catalog.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-catalog.xml Sat May 15 02:03:41 2010
@@ -5,8 +5,8 @@
             <groupId>org.apache.tapestry</groupId>
             <artifactId>quickstart</artifactId>
             <version>@project.version@</version>
-            <repository>http://tapestry.formos.com/maven-snapshot-repository</repository>
+            <repository>http://repository.apache.org/snapshots</repository>
             <description>Tapestry @project.version@ Quickstart Project</description>
         </archetype>
     </archetypes>
-</archetype-catalog>
\ No newline at end of file
+</archetype-catalog>

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=944547&r1=944546&r2=944547&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 Sat May 15 02:03:41 2010
@@ -18,7 +18,7 @@ of testing facilities designed for use w
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.8</version>
+            <version>5.12.1</version>
             <scope>test</scope>
         </dependency>
 
@@ -97,27 +97,16 @@ of testing facilities designed for use w
 
     <repositories>
 
-        <!-- This repository is only needed if the Tapestry released artifacts haven't made it to the central Maven repository yet. -->
-        <repository>
-            <id>tapestry</id>
-            <url>http://tapestry.formos.com/maven-repository/</url>
-        </repository>
-
         <!-- This repository is only needed when the tapestry-release-version is a snapshot release. -->
         <repository>
             <id>tapestry-snapshots</id>
-            <url>http://tapestry.formos.com/maven-snapshot-repository/</url>
+            <url>http://repository.apache.org/snapshots/</url>
         </repository>
 
         <repository>
             <id>codehaus.snapshots</id>
             <url>http://snapshots.repository.codehaus.org</url>
         </repository>
-        <repository>
-            <id>OpenQA_Release</id>
-            <name>OpenQA Release Repository</name>
-            <url>http://archiva.openqa.org/repository/releases/</url>
-        </repository>
     </repositories>
 
     <pluginRepositories>
@@ -126,10 +115,9 @@ of testing facilities designed for use w
 of a Tapestry Maven plugin is not required.   -->
         <pluginRepository>
             <id>tapestry-snapshots</id>
-            <url>http://tapestry.formos.com/maven-snapshot-repository/</url>
+            <url>http://repository.apache.org/snapshots/</url>
         </pluginRepository>
 
-
     </pluginRepositories>
 
     <properties>