You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 17:37:30 UTC

svn commit: r190761 - in /maven/maven-1/plugins/trunk/xdoc: project.properties project.xml xdocs/changes.xml

Author: brett
Date: Wed Jun 15 08:37:29 2005
New Revision: 190761

URL: http://svn.apache.org/viewcvs?rev=190761&view=rev
Log:
fix for Maven 1.1

Modified:
    maven/maven-1/plugins/trunk/xdoc/project.properties
    maven/maven-1/plugins/trunk/xdoc/project.xml
    maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/xdoc/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/project.properties?rev=190761&r1=190760&r2=190761&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/project.properties (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.properties Wed Jun 15 08:37:29 2005
@@ -18,7 +18,3 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 maven.junit.fork=yes
-
-maven.jar.override = on
-maven.jar.maven = ${maven.home}/lib/maven.jar
-

Modified: maven/maven-1/plugins/trunk/xdoc/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/project.xml?rev=190761&r1=190760&r2=190761&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.xml Wed Jun 15 08:37:29 2005
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-xdoc-plugin</id>
   <name>Maven XDoc Plug-in</name>
-  <currentVersion>1.9</currentVersion>
+  <currentVersion>1.9.1-SNAPSHOT</currentVersion>
   <description>Convert xdocs into HTML.</description>
   <shortDescription>Convert xdocs into HTML</shortDescription>
   <url>http://maven.apache.org/reference/plugins/xdoc/</url>
@@ -198,7 +198,7 @@
     <dependency>
       <groupId>maven</groupId>
       <artifactId>maven</artifactId>
-      <version>1.0</version>
+      <version>1.0.2</version>
     </dependency>
     <dependency>
       <groupId>maven</groupId>

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=190761&r1=190760&r2=190761&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Wed Jun 15 08:37:29 2005
@@ -27,6 +27,9 @@
     <author email="vincent.siveton@gmail.org">Vincent Siveton</author>
   </properties>
   <body>
+    <release version="1.9.1-SNAPSHOT" date="in SVN">
+      <action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>
+    </release>
     <release version="1.9" date="2005-06-09">
       <action dev="aheritier" type="fix">Fix cvs usage entry in "project Info" menu. Add it if the repository element is defined in the pom (and not if the URL of the repository is defined).</action>
       <action dev="brett" type="add" issue="MPXDOC-128" due-to="Vincent Siveton">Added internationalization support.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org