vmassol     2003/11/22 01:52:45

  Modified:    deploy/xdocs navigation.xml goals.xml
               deploy   project.xml
  Added:       deploy/xdocs changes.xml
  Log:
  Preparing to release version 1.2
  
  Revision  Changes    Path
  1.3       +3 -0      maven-plugins/deploy/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/deploy/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml    19 Mar 2003 05:54:20 -0000      1.2
  +++ navigation.xml    22 Nov 2003 09:52:45 -0000      1.3
  @@ -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>
  
  
  
  1.2       +1 -1      maven-plugins/deploy/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/deploy/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml 24 Jan 2003 03:45:07 -0000      1.1
  +++ goals.xml 22 Nov 2003 09:52:45 -0000      1.2
  @@ -2,7 +2,7 @@
   <document>
   
     <properties>
  -    <title>Maven Deploy Goals</title>
  +    <title>Maven Deploy goals</title>
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
   
  
  
  
  1.1                  maven-plugins/deploy/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes for the Deploy plugin</title>
      <author email="[EMAIL PROTECTED]">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>
  
  
  
  
  1.15      +4 -3      maven-plugins/deploy/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/deploy/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml       6 Sep 2003 07:28:55 -0000       1.14
  +++ project.xml       22 Nov 2003 09:52:45 -0000      1.15
  @@ -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:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/deploy/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/deploy/</url>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/deploy/</connection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/deploy/</url>
     </repository>
     <developers>
       <developer>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to