[maven-scm-plugin] prepare release 1.7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-12-13 05:10:56 +00:00
parent ae80c0225e
commit 46eb0494ba
2 changed files with 15 additions and 10 deletions

View File

@@ -23,14 +23,14 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="In SVN">
<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 :
<release version="1.7" date="2005-12-12">
<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-jelly-tags-xml v1.0 -> v1.1</li>
<li>commons-logging v1.0.3 -> v1.0.4</li>
<li>jdom v b10 -> v1.0</li>
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li>
<li>jdom v b10 -&gt; v1.0</li>
<li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>
<li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
</ul>
</action>
<action dev="ltheussl" type="add" issue="MPPLUGIN-33">Allow plugin-test directory to be changed.</action>