Compare commits

...

3 Commits

Author SHA1 Message Date
Lukasz Lenart c80cb84589 Changes url for site
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_3@1100492 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07 09:45:45 +00:00
Lukasz Lenart c1c61e044e Upgrades version of archetypes to 2.2.3
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_3@1100491 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07 09:45:08 +00:00
Lukasz Lenart dc630ab223 [maven-release-plugin] copy for tag STRUTS_2_2_3
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_3@1090133 13f79535-47bb-0310-9956-ffa450edef68
2011-04-08 06:37:57 +00:00
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/2.x/</url>
<url>scp://people.apache.org/www/struts.apache.org/2.2.3/</url>
</site>
</distributionManagement>
+6 -6
View File
@@ -7,37 +7,37 @@
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-blank</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<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.2.3</version>
<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.2.3</version>
<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.2.3</version>
<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.2.3</version>
<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.2.3</version>
<description>Struts 2 Archetypes - Starter</description>
</archetype>
</archetypes>