You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/24 23:11:34 UTC

svn commit: r380830 - in /maven/maven-1/plugins/trunk/jxr: project.xml xdocs/changes.xml

Author: ltheussl
Date: Fri Feb 24 14:11:32 2006
New Revision: 380830

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

Modified:
    maven/maven-1/plugins/trunk/jxr/project.xml
    maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jxr/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/project.xml?rev=380830&r1=380829&r2=380830&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jxr/project.xml (original)
+++ maven/maven-1/plugins/trunk/jxr/project.xml Fri Feb 24 14:11:32 2006
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +17,12 @@
  * limitations under the License.
  */
  -->
-<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-jxr-plugin</id>
   <name>Maven JXR Plugin</name>
-  <currentVersion>1.5-SNAPSHOT</currentVersion>
+  <currentVersion>1.5</currentVersion>
   <description>Create cross reference.</description>
   <shortDescription>Create cross reference</shortDescription>
   <developers>
@@ -113,6 +113,11 @@
       <id>1.4.3</id>
       <name>1.4.3</name>
       <tag>MAVEN_JXR_1_4_3</tag>
+    </version>
+    <version>
+      <id>1.5</id>
+      <name>1.5</name>
+      <tag>MAVEN_JXR_1_5</tag>
     </version>
   </versions>
 </project>

Modified: maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml?rev=380830&r1=380829&r2=380830&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jxr/xdocs/changes.xml Fri Feb 24 14:11:32 2006
@@ -24,16 +24,19 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.5-SNAPSHOT" date="In SVN">
-      <action dev="ltheussl" type="fix" issue="MPJXR-3">Use <code>maven.compile.src.set</code> instead of <code>pom.build.sourceDirectory</code>.</action>
+    <release version="1.5" date="2006-02-24">
+      <action dev="ltheussl" type="fix" issue="MPJXR-3">Use
+        <code>maven.compile.src.set</code>instead of
+        <code>pom.build.sourceDirectory</code>.
+      </action>
       <action dev="aheritier" type="update">Upgrade to maven-jxr 1.0</action>
       <action dev="ltheussl" type="fix" issue="MPJXR-31">Source X-Ref Plugin reverses backslashes.</action>
       <action dev="ltheussl" type="add" issue="MPJXR-32">New property to make inclusion of test Xref optional.</action>
-      <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : 
+      <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
         <ul>
-          <li>commons-collections v3.1 -> v3.0</li>
-          <li>commons-logging v1.0.3 -> v1.0.4</li>
-          <li>oro v2.0.7 -> v2.0.8</li>
+          <li>commons-collections v3.1 -&gt; v3.0</li>
+          <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
+          <li>oro v2.0.7 -&gt; v2.0.8</li>
         </ul>
       </action>
     </release>
@@ -54,8 +57,7 @@
       <action dev="brett" type="update">Update commons-* dependencies</action>
       <action dev="brett" type="fix" issue="MPJXR-9">Remove xmlns on html elements as JSL messes it up</action>
     </release>
-    <release version="1.4" date="unknown">
-    </release>
+    <release version="1.4" date="unknown"></release>
     <release version="1.3" date="2004-03-07">
       <action dev="dion" type="update" issue="MPJXR-8">Apply MPJXR-8</action>
       <action dev="evenisse" type="fix">Apply patch from Nicolas De Loof for reduce open files during jxr process.</action>