Author: wsmoak
Date: Sun Aug 27 09:53:29 2006
New Revision: 437408
URL: http://svn.apache.org/viewvc?rev=437408&view=rev
Log:
Update the struts-master pom dependency to the released version 3, and fix the
project description.
WW-1349
Modified:
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=437408&r1=437407&r2=437408&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sun Aug 27 09:53:29 2006
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-master</artifactId>
- <version>3-SNAPSHOT</version>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,7 @@
<packaging>pom</packaging>
<name>Struts 2</name>
<url>http://struts.apache.org/struts2</url>
- <description>Apache Struts Action Framework 2</description>
+ <description>Apache Struts Framework 2</description>
<inceptionYear>2000</inceptionYear>