You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/19 20:18:40 UTC

svn commit: r326627 - in /maven/maven-1/plugins/trunk/pom: project.xml xdocs/changes.xml

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>ltheussl@apache.org</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>&lt;extend&gt;</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>