fix for Maven 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-06-15 15:37:29 +00:00
parent c50b7519d3
commit bd74219ef9
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>