[maven-scm-plugin] prepare release 1.5.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-10-23 11:30:09 +00:00
parent 6e8fe00b15
commit 227ac5dce9
2 changed files with 10 additions and 6 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-j2ee-plugin</id>
<name>Maven J2EE Plugin</name>
<currentVersion>1.5.1-SNAPSHOT</currentVersion>
<currentVersion>1.5.1</currentVersion>
<description/>
<shortDescription>J2EE tools</shortDescription>
<url>http://maven.apache.org/reference/plugins/j2ee/</url>
@ -45,6 +45,11 @@
<name>1.5</name>
<tag>MAVEN_J2EE_1_5</tag>
</version>
<version>
<id>1.5.1</id>
<name>1.5.1</name>
<tag>MAVEN_J2EE_1_5_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,11 +25,10 @@
<author email="plynch@apache.org">Peter Lynch</author>
</properties>
<body>
<release version="1.5.1-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="fix">
Removed dependency on non-public goal <code>war:init</code> and computed
the name of the WAR file by using the <code>maven.war.final.name</code>
property from the WAR plugin.
<release version="1.5.1" date="2004-10-23">
<action dev="vmassol" type="fix">Removed dependency on non-public goal
<code>war:init</code>and computed the name of the WAR file by using the
<code>maven.war.final.name</code>property from the WAR plugin.
</action>
<action dev="dion" type="update">Remove pom.getPluginContext code and replace with maven:get</action>
</release>