[maven-scm-plugin] prepare release 1.5.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9a7606cb0
commit
82094187f1
@ -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,17 +22,9 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jdepend-plugin</id>
|
<id>maven-jdepend-plugin</id>
|
||||||
<name>Maven JDepend Plugin</name>
|
<name>Maven JDepend Plugin</name>
|
||||||
<currentVersion>1.5.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.5.1</currentVersion>
|
||||||
<shortDescription>
|
<shortDescription>JDepend traverses Java class file directories and generates design quality metrics for each Java package.</shortDescription>
|
||||||
JDepend traverses Java class file directories and generates
|
<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>
|
||||||
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>
|
<url>http://maven.apache.org/reference/plugins/jdepend/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJDEPEND</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJDEPEND</issueTrackingUrl>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/jdepend/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/jdepend/</siteDirectory>
|
||||||
@ -51,6 +44,11 @@
|
|||||||
<name>1.5</name>
|
<name>1.5</name>
|
||||||
<tag>MAVEN_JDEPEND_1_5</tag>
|
<tag>MAVEN_JDEPEND_1_5</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.5.1</id>
|
||||||
|
<name>1.5.1</name>
|
||||||
|
<tag>MAVEN_JDEPEND_1_5_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -63,10 +61,10 @@
|
|||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Stéphane Mor</name>
|
<name>Stéphane Mor</name>
|
||||||
<id>smor</id>
|
<id>smor</id>
|
||||||
<email>stephanemor@yahoo.fr</email>
|
<email>stephanemor@yahoo.fr</email>
|
||||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Java Developer</role>
|
<role>Java Developer</role>
|
||||||
</roles>
|
</roles>
|
||||||
|
|||||||
@ -17,14 +17,13 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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>
|
<action dev="ltheussl" type="fix" issue="MPJDEPEND-4" due-to="Alexey Demakov">Exception in jsl when there are no cyclic dependencies.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5" date="2004-05-15">
|
<release version="1.5" date="2004-05-15">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user