Preparing to release version 1.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-11-22 09:52:45 +00:00
parent 539e645a87
commit b46bec105e
4 changed files with 26 additions and 4 deletions

View File

@ -5,14 +5,15 @@
<pomVersion>3</pomVersion>
<id>maven-deploy-plugin</id>
<name>Maven Deploy Plug-in</name>
<currentVersion>1.1</currentVersion>
<currentVersion>1.2</currentVersion>
<description/>
<shortDescription>Deploy to remote repository</shortDescription>
<url>http://maven.apache.org/reference/plugins/deploy/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10330</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/deploy/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/deploy/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/deploy/</url>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/deploy/</connection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/deploy/</url>
</repository>
<developers>
<developer>

18
deploy/xdocs/changes.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes for the Deploy plugin</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.2" date="2003-11-22">
<action dev="vmassol" type="add">
Probably lots of things but nobody was counting...
</action>
</release>
</body>
</document>

View File

@ -2,7 +2,7 @@
<document>
<properties>
<title>Maven Deploy Goals</title>
<title>Maven Deploy goals</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>

View File

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