The next release will be a bug fix : 1.5.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@438106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-08-29 16:02:54 +00:00
parent 5a87814934
commit 26401b1296
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jdiff-plugin</id> <id>maven-jdiff-plugin</id>
<name>Maven JDiff Plugin</name> <name>Maven JDiff Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion> <currentVersion>1.5.1-SNAPSHOT</currentVersion>
<shortDescription>JDiff - Report the differences in the public API of two releases</shortDescription> <shortDescription>JDiff - Report the differences in the public API of two releases</shortDescription>
<description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description> <description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description>
<versions> <versions>

View File

@ -24,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.6-SNAPSHOT" date="In SVN"> <release version="1.5.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix">Use relative links to the javadoc.</action> <action dev="aheritier" type="fix">Use relative links to the javadoc.</action>
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action> <action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
</release> </release>