You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/10 04:42:17 UTC

svn commit: r405599 - /struts/maven/trunk/build/pom.xml

Author: wsmoak
Date: Tue May  9 19:42:16 2006
New Revision: 405599

URL: http://svn.apache.org/viewcvs?rev=405599&view=rev
Log:
Corrected name and added description to be used as the jar manifest Specification-Title.

Modified:
    struts/maven/trunk/build/pom.xml

Modified: struts/maven/trunk/build/pom.xml
URL: http://svn.apache.org/viewcvs/struts/maven/trunk/build/pom.xml?rev=405599&r1=405598&r2=405599&view=diff
==============================================================================
--- struts/maven/trunk/build/pom.xml (original)
+++ struts/maven/trunk/build/pom.xml Tue May  9 19:42:16 2006
@@ -34,8 +34,10 @@
    <artifactId>struts-build</artifactId>
    <version>1.0.0</version>
    <packaging>jar</packaging>
-   <name>Struts Action - Build</name>
+   <name>Apache Struts - Build</name>
    <url>http://struts.apache.org</url>
+   
+   <description>Apache Struts - Build</description>
 
    <scm>
       <connection>svm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/build</connection>