Author: aheritier Date: Tue Aug 29 09:02:54 2006 New Revision: 438106 URL: http://svn.apache.org/viewvc?rev=438106&view=rev Log: The next release will be a bug fix : 1.5.1
Modified: maven/maven-1/plugins/trunk/jdiff/project.xml maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/jdiff/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jdiff/project.xml?rev=438106&r1=438105&r2=438106&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/jdiff/project.xml (original) +++ maven/maven-1/plugins/trunk/jdiff/project.xml Tue Aug 29 09:02:54 2006 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven-jdiff-plugin</id> <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> <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> Modified: maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml?rev=438106&r1=438105&r2=438106&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml Tue Aug 29 09:02:54 2006 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <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="update">It requires at least maven-plugin-plugin v1.7.</action> </release>