[maven-scm-plugin] prepare release 1.7.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-30 10:14:50 +00:00
parent 71590d91c0
commit e9ebaf5912
2 changed files with 77 additions and 71 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id> <id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name> <name>Maven Plugin Plugin</name>
<currentVersion>1.7.1-SNAPSHOT</currentVersion> <currentVersion>1.7.1</currentVersion>
<description>Maven Plugin management plugin.</description> <description>Maven Plugin management plugin.</description>
<shortDescription>Maven Plugin plugin</shortDescription> <shortDescription>Maven Plugin plugin</shortDescription>
<versions> <versions>
@ -67,6 +67,11 @@
<name>1.7</name> <name>1.7</name>
<tag>MAVEN_PLUGIN_1_7</tag> <tag>MAVEN_PLUGIN_1_7</tag>
</version> </version>
<version>
<id>1.7.1</id>
<name>1.7.1</name>
<tag>maven-plugin-plugin-1.7.1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
@ -23,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.7.1-SNAPSHOT" date="In SVN"> <release version="1.7.1" date="2007-04-30">
<action dev="aheritier" type="fix">assert:assertPluginAvailable : Fix error (NoSuchElementException) if the minimum release number has less elements than the version number installed.</action> <action dev="aheritier" type="fix">assert:assertPluginAvailable : Fix error (NoSuchElementException) if the minimum release number has less elements than the version number installed.</action>
<action dev="aheritier" type="update">Don't check that a given plugin version is available in the bootstrap.</action> <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">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>