[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@278963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-09-06 10:05:11 +00:00
parent d7be016ba0
commit 1acf1928b4
2 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -21,11 +22,8 @@
<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.5-SNAPSHOT</currentVersion> <currentVersion>1.5</currentVersion>
<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>
Plugin for JDiff - reports on the differences in the public API of two releases by comparing the
sources of two SCM checkouts.
</description>
<url>http://maven.apache.org/reference/plugins/jdiff/</url> <url>http://maven.apache.org/reference/plugins/jdiff/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl> <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/jdiff/</siteDirectory> <siteDirectory>/www/maven.apache.org/reference/plugins/jdiff/</siteDirectory>
@ -50,6 +48,11 @@
<name>1.4</name> <name>1.4</name>
<tag>MAVEN_JDIFF_1_4</tag> <tag>MAVEN_JDIFF_1_4</tag>
</version> </version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>maven-jdiff-plugin-1.5</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -17,7 +17,6 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
@ -25,9 +24,11 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.5-SNAPSHOT" date="in SVN"> <release version="1.5" date="2005-09-06">
<action dev="brett" type="fix" issue="MPJDIFF-2">Add the classpath to the Javadoc tag to properly resolve classes</action> <action dev="brett" type="fix" issue="MPJDIFF-2">Add the classpath to the Javadoc tag to properly resolve classes</action>
<action dev="brett" type="update" issue="MPJDIFF-4">Store difference XML files in the <code>target/jdiff</code> directory</action> <action dev="brett" type="update" issue="MPJDIFF-4">Store difference XML files in the
<code>target/jdiff</code>directory
</action>
<action dev="brett" type="update" due-to="Phil Steitz" issue="MPJDIFF-6">Utilise SCM plugin to support multiple SCMs (tested with CVS and Subversion)</action> <action dev="brett" type="update" due-to="Phil Steitz" issue="MPJDIFF-6">Utilise SCM plugin to support multiple SCMs (tested with CVS and Subversion)</action>
<action dev="dion" type="add">Add basic homepage.</action> <action dev="dion" type="add">Add basic homepage.</action>
</release> </release>