[maven-scm-plugin] prepare release 1.7.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@263839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-08-28 06:56:19 +00:00
parent 721b9380c8
commit 1ce409efc2
2 changed files with 10 additions and 8 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-ejb-plugin</id> <id>maven-ejb-plugin</id>
<name>Maven EJB Plugin</name> <name>Maven EJB Plugin</name>
<currentVersion>1.7.1-SNAPSHOT</currentVersion> <currentVersion>1.7.1</currentVersion>
<description>EJB Plugin for Maven</description> <description>EJB Plugin for Maven</description>
<shortDescription>EJB Plugin for Maven</shortDescription> <shortDescription>EJB Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/ejb/</url> <url>http://maven.apache.org/reference/plugins/ejb/</url>
@ -59,6 +59,11 @@
<name>1.7</name> <name>1.7</name>
<tag>MAVEN_EJB_1_7</tag> <tag>MAVEN_EJB_1_7</tag>
</version> </version>
<version>
<id>1.7.1</id>
<name>1.7.1</name>
<tag>MAVEN_EJB_1_7_1</tag>
</version>
</versions> </versions>
<mailingLists/> <mailingLists/>
<developers> <developers>
@ -89,7 +94,7 @@
</developers> </developers>
<contributors> <contributors>
<contributor> <contributor>
<name>Håvard Bjåstad</name> <name>HÃ¥vard BjÃ¥stad</name>
</contributor> </contributor>
</contributors> </contributors>
<dependencies> <dependencies>

View File

@ -23,11 +23,8 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author> <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties> </properties>
<body> <body>
<release version="1.7.1" date="in SVN"> <release version="1.7.1" date="2005-08-28">
<action dev="brett" type="fix"> <action dev="brett" type="fix">Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT).</action>
Update dependency to Maven Model v3.0.0 final (it was previously depending
on 3.0.0 SNAPSHOT).
</action>
</release> </release>
<release version="1.7" date="2005-08-27"> <release version="1.7" date="2005-08-27">
<action dev="vmassol" type="update">By default do not generate client EJB. I believe this is a more common default that generating as generation of client EJBs is only required for distributed apps which are not so common.</action> <action dev="vmassol" type="update">By default do not generate client EJB. I believe this is a more common default that generating as generation of client EJBs is only required for distributed apps which are not so common.</action>
@ -40,7 +37,7 @@
<code>ejb:deploy</code>). Previous goals dedicated to ejb client have been deprecated. There is a new property <code>ejb:deploy</code>). Previous goals dedicated to ejb client have been deprecated. There is a new property
<code>maven.ejb.client.generate</code>which decides whether or not to generate the ejb client jar. It defaults to true. <code>maven.ejb.client.generate</code>which decides whether or not to generate the ejb client jar. It defaults to true.
</action> </action>
<action dev="vmassol" type="fix" issue="MPEJB-16" due-to="H�vard Bj�stad">Added new EJB type handler that supports <action dev="vmassol" type="fix" issue="MPEJB-16" due-to="H�vard Bj�stad">Added new EJB type handler that supports
<code>ejb</code>and <code>ejb</code>and
<code>ejb-client</code>types. This fixes the bug with <code>ejb-client</code>types. This fixes the bug with
<code>ejb:install/deploy-client</code>not uploading the client jar. <code>ejb:install/deploy-client</code>not uploading the client jar.