You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/09/27 19:31:00 UTC

svn commit: r291987 - in /maven/maven-1/plugins/trunk/jdepend: project.xml xdocs/changes.xml

Author: carlos
Date: Tue Sep 27 10:30:57 2005
New Revision: 291987

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

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

Modified: maven/maven-1/plugins/trunk/jdepend/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/project.xml?rev=291987&r1=291986&r2=291987&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/project.xml Tue Sep 27 10:30:57 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -21,17 +22,9 @@
   <pomVersion>3</pomVersion>
   <id>maven-jdepend-plugin</id>
   <name>Maven JDepend Plugin</name>
-  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
-  <shortDescription>
-    JDepend traverses Java class file directories and generates
-    design quality metrics for each Java package.
-  </shortDescription>
-  <description>
-    JDepend traverses Java class file directories and generates design quality metrics 
-    for each Java package. JDepend allows you to automatically measure the quality of a 
-    design in terms of its extensibility, reusability, and maintainability to manage 
-    package dependencies effectively.
-  </description>
+  <currentVersion>1.5.1</currentVersion>
+  <shortDescription>JDepend traverses Java class file directories and generates design quality metrics for each Java package.</shortDescription>
+  <description>JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.</description>
   <url>http://maven.apache.org/reference/plugins/jdepend/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDEPEND</issueTrackingUrl>
   <siteDirectory>/www/maven.apache.org/reference/plugins/jdepend/</siteDirectory>
@@ -51,6 +44,11 @@
       <name>1.5</name>
       <tag>MAVEN_JDEPEND_1_5</tag>
     </version>
+    <version>
+      <id>1.5.1</id>
+      <name>1.5.1</name>
+      <tag>MAVEN_JDEPEND_1_5_1</tag>
+    </version>
   </versions>
   <developers>
     <developer>
@@ -63,10 +61,10 @@
       </roles>
     </developer>
     <developer>
-      <name>Stéphane Mor</name>
+      <name>Stéphane Mor</name>
       <id>smor</id>
       <email>stephanemor@yahoo.fr</email>
-      <organization>Hasgard Systèmes et Réseaux</organization>
+      <organization>Hasgard Systèmes et Réseaux</organization>
       <roles>
         <role>Java Developer</role>
       </roles>

Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml?rev=291987&r1=291986&r2=291987&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml Tue Sep 27 10:30:57 2005
@@ -17,14 +17,13 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.5.1-SNAPSHOT" date="in SVN">
+    <release version="1.5.1" date="2005-09-27">
       <action dev="ltheussl" type="fix" issue="MPJDEPEND-4" due-to="Alexey Demakov">Exception in jsl when there are no cyclic dependencies.</action>
     </release>
     <release version="1.5" date="2004-05-15">



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