You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/05/25 06:02:30 UTC

svn commit: r178358 - /jakarta/commons/proper/digester/trunk/build.xml

Author: skitching
Date: Tue May 24 21:02:28 2005
New Revision: 178358

URL: http://svn.apache.org/viewcvs?rev=178358&view=rev
Log:
Moved revision number to 1.7
Also make footer copyright statement consistent with other commons projects,
and with advice on legal-discuss list (the compilation can be copyright ASF
even if some individual components are not).

Modified:
    jakarta/commons/proper/digester/trunk/build.xml

Modified: jakarta/commons/proper/digester/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/build.xml?rev=178358&r1=178357&r2=178358&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/build.xml (original)
+++ jakarta/commons/proper/digester/trunk/build.xml Tue May 24 21:02:28 2005
@@ -71,7 +71,7 @@
   <property name="component.title"         value="Digester - XML to Java Object Configuration"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.7-dev"/>
+  <property name="component.version"       value="1.7"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>
@@ -235,7 +235,7 @@
                overview="src/java/overview.html"
                doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
             windowtitle="${component.title} (Version ${component.version})"
-                 bottom='Copyright 2001-2005 The Apache Software Foundation or its licensors, as applicable.'>
+                 bottom='Copyright 2001-2005 The Apache Software Foundation.'>
       <link     offline="true" packagelistLoc="${commons-beanutils.api}"
                    href="http://jakarta.apache.org/commons/beanutils/api/"/>
       <link     offline="true" packagelistLoc="${commons-collections.api}"



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org