Author: ltheussl Date: Wed Oct 19 11:18:37 2005 New Revision: 326627 URL: http://svn.apache.org/viewcvs?rev=326627&view=rev Log: Update Changelog
Modified: maven/maven-1/plugins/trunk/pom/project.xml maven/maven-1/plugins/trunk/pom/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pom/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/project.xml?rev=326627&r1=326626&r2=326627&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pom/project.xml (original) +++ maven/maven-1/plugins/trunk/pom/project.xml Wed Oct 19 11:18:37 2005 @@ -80,6 +80,14 @@ <role>Java Developer</role> </roles> </developer> + <developer> + <name>Lukas Theussl</name> + <id>ltheussl</id> + <email>[EMAIL PROTECTED]</email> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <dependencies> <dependency> Modified: maven/maven-1/plugins/trunk/pom/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/changes.xml?rev=326627&r1=326626&r2=326627&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pom/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pom/xdocs/changes.xml Wed Oct 19 11:18:37 2005 @@ -25,6 +25,8 @@ <body> <releases> <release version="1.5-SNAPSHOT" date="in SVN"> + <action dev="ltheussl" type="fix" issue="MPPOM-1"><code>pom:validate</code> doesn't work with <code><extend></code>.</action> + <action dev="ltheussl" type="fix" issue="MPPOM-5"><code>pom:validate</code> doesn't work.</action> <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <ul> <li>dom4j v1.4-dev-8 -> v1.4</li>