[maven-scm-plugin] prepare release 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
617035543a
commit
fff68b062e
@ -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.
|
||||||
@ -16,13 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
|
||||||
<extend>../plugin-parent/project.xml</extend>
|
<extend>../plugin-parent/project.xml</extend>
|
||||||
<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.6-SNAPSHOT</currentVersion>
|
<currentVersion>1.6</currentVersion>
|
||||||
<shortDescription>JDepend traverses Java class file directories and generates design quality metrics for each Java package.</shortDescription>
|
<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>
|
<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/maven-1.x/reference/plugins/jdepend/</url>
|
<url>http://maven.apache.org/maven-1.x/reference/plugins/jdepend/</url>
|
||||||
@ -49,6 +49,11 @@
|
|||||||
<name>1.5.1</name>
|
<name>1.5.1</name>
|
||||||
<tag>MAVEN_JDEPEND_1_5_1</tag>
|
<tag>MAVEN_JDEPEND_1_5_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6</id>
|
||||||
|
<name>1.6</name>
|
||||||
|
<tag>MAVEN_JDEPEND_1_6</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -61,10 +66,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>
|
||||||
|
|||||||
@ -23,14 +23,19 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6-SNAPSHOT" date="In SVN">
|
<release version="1.6" date="2006-02-05">
|
||||||
<action dev="ltheussl" type="add" issue="MPJDEPEND-2">New property <code>maven.jdepend.properties</code> to specify a custom jdepend.properties file.</action>
|
<action dev="ltheussl" type="add" issue="MPJDEPEND-2">New property
|
||||||
<action dev="ltheussl" type="add">New <code>maven.jdepend.dirs</code> and <code>maven.jdepend.components</code> properties.</action>
|
<code>maven.jdepend.properties</code>to specify a custom jdepend.properties file.
|
||||||
|
</action>
|
||||||
|
<action dev="ltheussl" type="add">New
|
||||||
|
<code>maven.jdepend.dirs</code>and
|
||||||
|
<code>maven.jdepend.components</code>properties.
|
||||||
|
</action>
|
||||||
<action dev="ltheussl" type="update" issue="MPJDEPEND-6">Upgrade to JDepend 2.9.1.</action>
|
<action dev="ltheussl" type="update" issue="MPJDEPEND-6">Upgrade to JDepend 2.9.1.</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>
|
<ul>
|
||||||
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
||||||
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user