You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Andreas Andreou (JIRA)" <ji...@apache.org> on 2010/05/14 23:58:44 UTC

[jira] Commented: (TAP5-1081) Remove formos references from 5.2.0 archetype

    [ https://issues.apache.org/jira/browse/TAP5-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867696#action_12867696 ] 

Andreas Andreou commented on TAP5-1081:
---------------------------------------

sorry - had forgotten to send some trivial local changes on this:
Here they are (just in case you've not started work on this)

Index: src/main/resources/archetype-catalog.xml
===================================================================
--- src/main/resources/archetype-catalog.xml    (revision 927406)
+++ src/main/resources/archetype-catalog.xml    (working copy)
@@ -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>
Index: src/main/resources/archetype-resources/pom.xml
===================================================================
--- src/main/resources/archetype-resources/pom.xml      (revision 927406)
+++ src/main/resources/archetype-resources/pom.xml      (working copy)
@@ -98,27 +98,16 @@

     <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>
@@ -127,10 +116,9 @@
 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>


> Remove formos references from 5.2.0 archetype
> ---------------------------------------------
>
>                 Key: TAP5-1081
>                 URL: https://issues.apache.org/jira/browse/TAP5-1081
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: quickstart
>    Affects Versions: 5.2.0
>            Reporter: Andreas Andreou
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
>  5.2.0 quickstart still references formos urls

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.