You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/06 12:05:14 UTC

svn commit: r278963 - in /maven/maven-1/plugins/trunk/jdiff: project.xml xdocs/changes.xml

Author: brett
Date: Tue Sep  6 03:05:11 2005
New Revision: 278963

URL: http://svn.apache.org/viewcvs?rev=278963&view=rev
Log:
[maven-scm-plugin] prepare release 1.5

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/viewcvs/maven/maven-1/plugins/trunk/jdiff/project.xml?rev=278963&r1=278962&r2=278963&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/project.xml Tue Sep  6 03:05:11 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -21,11 +22,8 @@
   <pomVersion>3</pomVersion>
   <id>maven-jdiff-plugin</id>
   <name>Maven JDiff Plugin</name>
-  <currentVersion>1.5-SNAPSHOT</currentVersion>
-  <description>
-    Plugin for JDiff - reports on the differences in the public API of two releases by comparing the
-    sources of two SCM checkouts.
-  </description>
+  <currentVersion>1.5</currentVersion>
+  <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>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>
   <siteDirectory>/www/maven.apache.org/reference/plugins/jdiff/</siteDirectory>
@@ -49,6 +47,11 @@
       <id>1.4</id>
       <name>1.4</name>
       <tag>MAVEN_JDIFF_1_4</tag>
+    </version>
+    <version>
+      <id>1.5</id>
+      <name>1.5</name>
+      <tag>maven-jdiff-plugin-1.5</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml?rev=278963&r1=278962&r2=278963&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/xdocs/changes.xml Tue Sep  6 03:05:11 2005
@@ -17,7 +17,6 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
@@ -25,9 +24,11 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <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="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="dion" type="add">Add basic homepage.</action>
     </release>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org