[maven-scm-plugin] prepare release 1.5.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 09:46:16 +00:00
parent b9b9b38855
commit 67a0a0da84
2 changed files with 43 additions and 38 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-pom-plugin</id> <id>maven-pom-plugin</id>
<name>Maven POM Plugin</name> <name>Maven POM Plugin</name>
<currentVersion>1.5.1-SNAPSHOT</currentVersion> <currentVersion>1.5.1</currentVersion>
<description>Basic validation and updating mechanisms for your Project Object Model.</description> <description>Basic validation and updating mechanisms for your Project Object Model.</description>
<shortDescription>Check Project Object Model</shortDescription> <shortDescription>Check Project Object Model</shortDescription>
<versions> <versions>
@ -46,6 +46,11 @@
<name>1.5</name> <name>1.5</name>
<tag>MAVEN_POM_1_5</tag> <tag>MAVEN_POM_1_5</tag>
</version> </version>
<version>
<id>1.5.1</id>
<name>1.5.1</name>
<tag>MAVEN_POM_1_5_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -17,45 +17,45 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author> <author email="dion@apache.org">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.5.1-SNAPSHOT" date="In SVN"> <release version="1.5.1" date="2006-10-29">
<action dev="ltheussl" type="fix" issue="MPPOM-6">Fix schema for pom:validate, the id element is deprecated and replaced by groupId/artifactId.</action> <action dev="ltheussl" type="fix" issue="MPPOM-6">Fix schema for pom:validate, the id element is deprecated and replaced by groupId/artifactId.</action>
<action dev="ltheussl" type="update">Update dom4j dependency to match the ones in maven 1.1 core.</action> <action dev="ltheussl" type="update">Update dom4j dependency to match the ones in maven 1.1 core.</action>
</release> </release>
<release version="1.5" date="2005-12-12"> <release version="1.5" date="2005-12-12">
<action dev="ltheussl" type="fix" issue="MPPOM-1"> <action dev="ltheussl" type="fix" issue="MPPOM-1">
<code>pom:validate</code>doesn't work with <code>pom:validate</code>doesn't work with
<code>&lt;extend&gt;</code>. <code>&lt;extend&gt;</code>.
</action> </action>
<action dev="ltheussl" type="fix" issue="MPPOM-5"> <action dev="ltheussl" type="fix" issue="MPPOM-5">
<code>pom:validate</code>doesn't work. <code>pom:validate</code>doesn't work.
</action> </action>
<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 : <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> <ul>
<li>dom4j v1.4-dev-8 -&gt; v1.4</li> <li>dom4j v1.4-dev-8 -&gt; v1.4</li>
<li>maven v1.0 -&gt; v1.0.2</li> <li>maven v1.0 -&gt; v1.0.2</li>
</ul> </ul>
</action> </action>
</release> </release>
<release version="1.4.1" date="2004-06-19"> <release version="1.4.1" date="2004-06-19">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
</release> </release>
<release version="1.4" date="unknown"> <release version="1.4" date="unknown">
<action dev="brett" type="remove" issue="MPPOM-2">remove empty pom:update goal</action> <action dev="brett" type="remove" issue="MPPOM-2">remove empty pom:update goal</action>
<action dev="evenisse" type="add">Add missing xml-apis jar.</action> <action dev="evenisse" type="add">Add missing xml-apis jar.</action>
<action dev="vmassol" type="add">Verify valid POM versions. Only "3" and "4" are currently allowed.</action> <action dev="vmassol" type="add">Verify valid POM versions. Only "3" and "4" are currently allowed.</action>
<action dev="vmassol" type="add">Added support for validating different POM versions.</action> <action dev="vmassol" type="add">Added support for validating different POM versions.</action>
</release> </release>
<release version="1.3" date="2003-09-29"> <release version="1.3" date="2003-09-29">
<action dev="dion" type="fix">Make pom:validate work again. The xerces upgrade broke jarv. Now using jing</action> <action dev="dion" type="fix">Make pom:validate work again. The xerces upgrade broke jarv. Now using jing</action>
<action dev="dion" type="update">Upgrade to maven 1.0 beta 10 and dom4j 1.4</action> <action dev="dion" type="update">Upgrade to maven 1.0 beta 10 and dom4j 1.4</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action> <action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action>
<action dev="dion" type="fix">Bring back pom:validate</action> <action dev="dion" type="fix">Bring back pom:validate</action>
</release> </release>
</body> </body>
</document> </document>