Prepare for release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-01-04 15:16:15 +00:00
parent 9eb4dd351b
commit 2990bc2c69
4 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
The Maven team is pleased to announce the JDiff plugin 1.2 release!
http://maven.apache.org/reference/plugins/jdiff
The Maven JDiff plugin is a plugin for Jdiff
(http://javadiff.sourceforge.net/) that generate an HTML report of API differences.
Features in this version includes:
o Fix error due to makeRelativePath (MPJDIFF-1)
You can download the JDiff Maven plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-jdiff-plugin-1.2.jar
Have fun!
-The Maven Team

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-jdiff-plugin</id>
<name>Maven JDiff Plugin</name>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<description/>
<shortDescription>Diff between CVS releases</shortDescription>
<url>http://maven.apache.org/reference/plugins/jdiff/</url>
@@ -15,6 +15,13 @@
<url>http://cvs.apache.org/viewcvs/maven-plugins/jdiff/</url>
</repository>
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10374</issueTrackingUrl>
<versions>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_JDIFF_1_2</tag>
</version>
</versions>
<developers>
<developer>
<name>dIon Gillard</name>

View File

@@ -7,7 +7,7 @@
</properties>
<body>
<release version="1.2" date="In CVS">
<release version="1.2" date="2004-01-04">
<action dev="evenisse" type="update">MPJDIFF-1. Fix error due to makeRelativePath.</action>
</release>
<release version="1.1" date="2003-09-29">

View File

@@ -13,5 +13,8 @@
<item href="/properties.html" name="Properties">
</item>
</menu>
<menu name="Downloads">
<item name="JDiff Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-jdiff-plugin-1.2.jar"/>
</menu>
</body>
</project>