Next version : 1.7.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@531283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-22 21:44:43 +00:00
parent 23f71b7e36
commit f4eb275b8b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<currentVersion>1.7.1-SNAPSHOT</currentVersion>
<description>Maven Plugin management plugin.</description>
<shortDescription>Maven Plugin plugin</shortDescription>
<versions>

View File

@ -22,7 +22,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="In SVN">
<release version="1.7.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Don't check that a given plugin version is available in the bootstrap.</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. The following dependencies are removed : saxpath.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>