You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/02 15:42:49 UTC

cvs commit: maven-plugins/deploy/xdocs changes.xml

vmassol     2004/05/02 06:42:49

  Modified:    deploy   project.xml
               deploy/xdocs changes.xml
  Log:
  inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build
  
  Revision  Changes    Path
  1.21      +8 -30     maven-plugins/deploy/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/deploy/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.20
  +++ project.xml	2 May 2004 13:42:49 -0000	1.21
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,9 +18,8 @@
    */
    -->
   
  -
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-deploy-plugin</id>
     <name>Maven Deploy Plug-in</name>
  @@ -40,6 +40,11 @@
         <name>1.2</name>
         <tag>MAVEN_DEPLOY_1_2</tag>
       </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>HEAD</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -62,32 +67,5 @@
         </roles>
       </developer>
     </developers>
  -  <dependencies>
  -  <!--
  -     |
  -     | Deployers
  -     |
  -     -->
  -  <!--
  -    <dependency>
  -      <id>jsch</id>
  -      <version>0.0.9</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>jce</id>
  -      <version>1.2.2</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>commons-httpclient</id>
  -      <version>2.0alpha1-20020829</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <id>commons-net</id>
  -      <version>20030211.160026</version>
  -    </dependency>
  -    -->
  -</dependencies>
  +  <dependencies/>
   </project>
  
  
  
  1.6       +1 -1      maven-plugins/deploy/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/deploy/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	11 Mar 2004 16:14:20 -0000	1.5
  +++ changes.xml	2 May 2004 13:42:49 -0000	1.6
  @@ -25,7 +25,7 @@
   
     <body>
   
  -    <release version="1.3" date="in CVS">
  +    <release version="1.3-SNAPSHOT" date="in CVS">
         <action dev="evenisse" type="add" issue="MPDEPLOY-2">
           Add optional maven.ssh.args and maven.scp.args.
         </action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org