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

View File

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