Author: ltheussl
Date: Sun Mar 26 13:10:04 2006
New Revision: 388966
URL: http://svn.apache.org/viewcvs?rev=388966&view=rev
Log:
[maven-scm-plugin] prepare release 1.6.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=388966&r1=388965&r2=388966&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/project.xml Sun Mar 26 13:10:04 2006
@@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jdepend-plugin</id>
<name>Maven JDepend Plugin</name>
- <currentVersion>1.6.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.6.1</currentVersion>
<shortDescription>JDepend generates design quality
metrics.</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>
<versions>
@@ -45,6 +45,11 @@
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_JDEPEND_1_6</tag>
+ </version>
+ <version>
+ <id>1.6.1</id>
+ <name>1.6.1</name>
+ <tag>MAVEN_JDEPEND_1_6_1</tag>
</version>
</versions>
<developers>
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=388966&r1=388965&r2=388966&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/changes.xml Sun Mar 26 13:10:04
2006
@@ -23,8 +23,10 @@
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
- <release version="1.6.1-SNAPSHOT" date="in SVN">
- <action dev="ltheussl" type="fix" issue="MPJDEPEND-8">Set
<code>maven.jdepend.components</code> to empty by default for backwards
compatibility.</action>
+ <release version="1.6.1" date="2006-03-26">
+ <action dev="ltheussl" type="fix" issue="MPJDEPEND-8">Set
+ <code>maven.jdepend.components</code>to empty by default for backwards
compatibility.
+ </action>
<action dev="ltheussl" type="fix" issue="MPJDEPEND-7">Cannot generate
report without component property set.</action>
</release>
<release version="1.6" date="2006-02-05">