Preparing to release version 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113906 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-08-30 11:49:18 +00:00
parent 1d75a19e91
commit a0017acc04
4 changed files with 46 additions and 15 deletions

View File

@@ -8,12 +8,14 @@
<body>
<release version="1.1" date="in CVS">
<release version="1.1" date="2003-08-30">
<action dev="epugh" type="add">
Adding maven.pmd.includes and maven.pmd.excludes to match functionality in checkstyle plugin.
Adding <code>maven.pmd.includes</code> and
<code>maven.pmd.excludes</code> to match functionality in checkstyle
plugin.
</action>
<action dev="dion" type="fix">
Now respects pom.build.sourceModifications
Now respects <code>pom.build.sourceModifications</code>.
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.