Author: ltheussl
Date: Mon Mar 20 15:20:57 2006
New Revision: 387342

URL: http://svn.apache.org/viewcvs?rev=387342&view=rev
Log:
PR: MPSIMIAN-16
plugin:deregister does not work - the 'name' attributes in
doc:registerReport and doc:deregisterReport did not match.

Modified:
    maven/maven-1/plugins/trunk/simian/plugin.jelly
    maven/maven-1/plugins/trunk/simian/project.xml
    maven/maven-1/plugins/trunk/simian/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/simian/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/plugin.jelly?rev=387342&r1=387341&r2=387342&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/simian/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/simian/plugin.jelly Mon Mar 20 15:20:57 2006
@@ -44,7 +44,7 @@
   </goal>
   
   <goal name="maven-simian-plugin:deregister">
-    <doc:deregisterReport name="Simian"/>
+    <doc:deregisterReport name="Simian Report"/>
   </goal>
 
   <goal name="maven-simian-plugin:analyze">

Modified: maven/maven-1/plugins/trunk/simian/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/project.xml?rev=387342&r1=387341&r2=387342&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/simian/project.xml (original)
+++ maven/maven-1/plugins/trunk/simian/project.xml Mon Mar 20 15:20:57 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-simian-plugin</id>
   <name>Maven Simian Plugin</name>
-  <currentVersion>1.6</currentVersion>
+  <currentVersion>1.6.1-SNAPSHOT</currentVersion>
   <description>Simian Plugin for Maven</description>
   <shortDescription>Simian Plugin for Maven</shortDescription>
   <package>org.apache.maven.simian</package>

Modified: maven/maven-1/plugins/trunk/simian/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/xdocs/changes.xml?rev=387342&r1=387341&r2=387342&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/simian/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/simian/xdocs/changes.xml Mon Mar 20 15:20:57 
2006
@@ -24,6 +24,9 @@
     <author email="[EMAIL PROTECTED]">Maurice Montg?nie</author>
   </properties>
   <body>
+    <release version="1.6.1-SNAPSHOT" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPSIMIAN-16">plugin:deregister 
does not work.</action>
+    </release>
     <release version="1.6" date="2006-01-29">
       <action dev="ltheussl" type="fix" issue="MPSIMIAN-11" due-to="Thomas 
Recloux">Includes/excludes pattern does not support multiple patterns.</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 :


Reply via email to