[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>
<id>maven-pom-plugin</id>
<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>
<shortDescription>Check Project Object Model</shortDescription>
<versions>
@ -46,6 +46,11 @@
<name>1.5</name>
<tag>MAVEN_POM_1_5</tag>
</version>
<version>
<id>1.5.1</id>
<name>1.5.1</name>
<tag>MAVEN_POM_1_5_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -23,7 +23,7 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<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="update">Update dom4j dependency to match the ones in maven 1.1 core.</action>
</release>