1.0 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-03-17 17:37:00 +00:00
parent dcd6e21836
commit 5e7b46b85c
3 changed files with 6 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jetty-plugin</id>
<name>Maven Jetty plugin</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<currentVersion>1.0</currentVersion>
<shortDescription>Run Jetty</shortDescription>
<url>http://maven.apache.org/reference/plugins/jetty/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10421</issueTrackingUrl>
@ -37,7 +37,7 @@
<version>
<id>1.0</id>
<name>1.0</name>
<tag>HEAD</tag>
<tag>MAVEN_JETTY_1_0</tag>
</version>
</versions>
<developers>

View File

@ -24,7 +24,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.0" date="in CVS">
<release version="1.0" date="2004-03-17">
<action dev="vmassol" type="add">
Plugin creation. Currently only supports WAR deployments in Jetty.
</action>

View File

@ -30,5 +30,8 @@
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
</menu>
<menu name="Downloads">
<item name="Jetty plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-jetty-plugin-1.0.jar"/>
</menu>
</body>
</project>