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:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user