You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/03/07 01:52:57 UTC

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

brett       2004/03/06 16:52:57

  Modified:    dist     project.xml
               dist/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.21      +12 -4     maven-plugins/dist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	4 Mar 2004 18:04:01 -0000	1.20
  +++ project.xml	7 Mar 2004 00:52:56 -0000	1.21
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,19 +18,19 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-dist-plugin</id>
     <name>Maven Distribution Plug-in</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <shortDescription>Create source and binary distributions</shortDescription>
     <url>http://maven.apache.org/reference/plugins/dist/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/dist/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/dist/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/dist/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/dist</connection>
  +    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/dist/</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/dist</url>
     </repository>
     <developers>
       <developer>
  @@ -70,4 +71,11 @@
         </properties>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_DIST_1_4</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.10      +9 -26     maven-plugins/dist/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	4 Mar 2004 18:04:01 -0000	1.9
  +++ changes.xml	7 Mar 2004 00:52:57 -0000	1.10
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,36 +23,18 @@
       <title>Changes</title>
       <author email="vmassol@octo.com">Vincent Massol</author>
     </properties>
  -
     <body>
  -    <release version="1.4" date="in CVS">
  -      <action dev="dion" type="fix">
  -        Prefix basedir on copied ant build file.
  -        Only create ant build file if the project has source.
  -        Only copy maven.src.dir if it exists.
  -      </action>
  -      <action dev="dion" type="update">
  -        Moved properties out to plugin.properties
  -      </action>
  -      <action dev="dion" type="fix">
  -        add ${basedir} to ant build file being moved
  -      </action>
  +    <release version="1.4" date="2004-03-07">
  +      <action dev="dion" type="fix">Prefix basedir on copied ant build file. Only create ant build file if the project has source. Only copy maven.src.dir if it exists.</action>
  +      <action dev="dion" type="update">Moved properties out to plugin.properties</action>
  +      <action dev="dion" type="fix">add ${basedir} to ant build file being moved</action>
       </release>
  -    
       <release version="1.3" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        update to use maven.docs.*/maven.gen.docs
  -      </action>
  -      <action dev="dion" type="update">
  -        update to commons-lang 1.0.1
  -      </action>
  +      <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
  +      <action dev="dion" type="update">update to commons-lang 1.0.1</action>
       </release>
  -
       <release version="1.1" date="2002-09-16">
  -      <action dev="jvanzyl" type="update">
  -        Released.
  -      </action>
  +      <action dev="jvanzyl" type="update">Released.</action>
       </release>
     </body>
   </document>
  -
  
  
  

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