Prepare for 1.3 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-11-26 21:17:55 +00:00
parent ab88686987
commit a619116da6
4 changed files with 12 additions and 5 deletions

View File

@@ -3,8 +3,10 @@
# -------------------------------------------------------------------
# ear plugin.
# -------------------------------------------------------------------
# Location of additional sources to include in the ear file
maven.ear.src=${maven.src.dir}/application
# Location of xml configs and manifest files
maven.ear.descriptordir=${maven.ear.src}/META-INF
maven.ear.appxml=${maven.ear.descriptordir}/application.xml

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description>Ear Plugin for Maven</description>
<shortDescription>Ear Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/ear/</url>

View File

@@ -6,8 +6,9 @@
</properties>
<body>
<release version="1.3" date="in CVS">
<release version="1.3" date="2003-11-26">
<action dev="dion" type="update" issue="MPEAR-2">
Added sar support in dependencies.
</action>
</release>

View File

@@ -6,11 +6,15 @@
<body>
<links>
<item name="Maven" href="http://maven.apache.org/"/>
<item name="Ear" href="http://java.sun.com/j2ee/"/>
<item name="Ear" href="http://java.sun.com/j2ee/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
<item name="Goals" href="/goals.html"/>
<item name="Properties" href="/properties.html"/>
</menu>
<menu name="Downloads">
<item name="EAR Plugin 1.3" href="http://www.ibiblio.org/maven/maven/plugins/maven-ear-plugin-1.3.jar"/>
</menu>
</body>
</project>