You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/12/18 22:46:42 UTC

svn commit: r1220551 - /struts/struts2/trunk/src/site/resources/archetype-catalog.xml

Author: lukaszlenart
Date: Sun Dec 18 21:46:41 2011
New Revision: 1220551

URL: http://svn.apache.org/viewvc?rev=1220551&view=rev
Log:
Adds repository tag and updates to latest version

Modified:
    struts/struts2/trunk/src/site/resources/archetype-catalog.xml

Modified: struts/struts2/trunk/src/site/resources/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/resources/archetype-catalog.xml?rev=1220551&r1=1220550&r2=1220551&view=diff
==============================================================================
--- struts/struts2/trunk/src/site/resources/archetype-catalog.xml (original)
+++ struts/struts2/trunk/src/site/resources/archetype-catalog.xml Sun Dec 18 21:46:41 2011
@@ -7,37 +7,43 @@
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-blank</artifactId>
-            <version>2.2.2</version>
+            <version>2.3.1</version>
+            <repository>http://repo1.maven.org/maven2/</repository>
             <description>Struts 2 Archetypes - Blank</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-convention</artifactId>
-            <version>2.2.2</version>
+            <version>2.3.1</version>
+            <repository>http://repo1.maven.org/maven2/</repository>
             <description>Struts 2 Archetypes - Blank Convention</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-dbportlet</artifactId>
-            <version>2.2.2</version>
+            <version>2.3.1</version>
+            <repository>http://repo1.maven.org/maven2/</repository>
             <description>Struts 2 Archetypes - Database Portlet</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-plugin</artifactId>
-            <version>2.2.2</version>
+            <version>2.3.1</version>
+            <repository>http://repo1.maven.org/maven2/</repository>
             <description>Struts 2 Archetypes - Plugin</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-portlet</artifactId>
-            <version>2.2.2</version>
+            <version>2.3.1</version>
+            <repository>http://repo1.maven.org/maven2/</repository>
             <description>Struts 2 Archetypes - Portlet</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-starter</artifactId>
-            <version>2.2.2</version>
+            <version>2.3.1</version>
+            <repository>http://repo1.maven.org/maven2/</repository>
             <description>Struts 2 Archetypes - Starter</description>
         </archetype>
     </archetypes>