Prepare for version 1.8 development.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290555 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-09-20 20:13:58 +00:00
parent 81fa242c32
commit b36cdec2f9
2 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-ejb-plugin</id>
<name>Maven EJB Plugin</name>
<currentVersion>1.7.1</currentVersion>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<description>EJB Plugin for Maven</description>
<shortDescription>EJB Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/ejb/</url>

View File

@ -21,8 +21,11 @@
<properties>
<title>Changes</title>
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="in SVN">
</release>
<release version="1.7.1" date="2005-08-28">
<action dev="brett" type="fix">Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT).</action>
</release>