You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/09/22 06:19:07 UTC

svn commit: r290886 - in /maven/maven-1/plugins/trunk/changes: plugin.jelly src/plugin-resources/changes2rss.jsl

Author: ltheussl
Date: Wed Sep 21 21:19:04 2005
New Revision: 290886

URL: http://svn.apache.org/viewcvs?rev=290886&view=rev
Log:
Do not assert ASF copyright in changes.rss

Modified:
    maven/maven-1/plugins/trunk/changes/plugin.jelly
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/changes2rss.jsl

Modified: maven/maven-1/plugins/trunk/changes/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/plugin.jelly?rev=290886&r1=290885&r2=290886&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/changes/plugin.jelly Wed Sep 21 21:19:04 2005
@@ -58,6 +58,10 @@
       prettyPrint="true"
       />
 
+    <tstamp>
+      <format property="currentYear" pattern="yyyy"/>
+    </tstamp>
+
     <!-- Generate a RSS feed of the changes -->
     <doc:jsl
       input="${maven.docs.src}/changes.xml"

Modified: maven/maven-1/plugins/trunk/changes/src/plugin-resources/changes2rss.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/plugin-resources/changes2rss.jsl?rev=290886&r1=290885&r2=290886&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/src/plugin-resources/changes2rss.jsl (original)
+++ maven/maven-1/plugins/trunk/changes/src/plugin-resources/changes2rss.jsl Wed Sep 21 21:19:04 2005
@@ -36,7 +36,7 @@
         <link>${pom.url}</link> 
         <description>Changes report</description>
         <language>en-us</language>
-        <copyright>Copyright 2004 The Apache Software Foundation</copyright>
+        <copyright>Copyright ${currentYear} ${pom.organization.name}</copyright>
         <item>
 
           <j:set var="changesCount"><x:expr select="count(//release[@version='${pom.currentVersion}']/action)"/></j:set>



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