Do not assert ASF copyright in changes.rss

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-09-22 04:19:04 +00:00
parent 8f3a2caa71
commit b9332eb8e5
2 changed files with 5 additions and 1 deletions

View File

@@ -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"

View File

@@ -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>