Minor version upgrade.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@469513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-31 14:57:49 +00:00
parent d2df2ed2ff
commit 59b8fe3033
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-scm-plugin</id>
<name>Maven Source Control Management Plugin</name>
<currentVersion>1.7-SNAPSHOT</currentVersion>
<currentVersion>1.6.1-SNAPSHOT</currentVersion>
<description>A plugin for SCM tasks.</description>
<shortDescription>SCM Plugin for Maven.</shortDescription>
<versions>

View File

@ -23,7 +23,7 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="In SVN">
<release version="1.6.1-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPSCM-86">scm:prepare-release does not commit modified changes.xml.</action>
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. Add the dependency to jline for commons-jelly-tags-interaction v1.1.</action>