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/10 12:50:48 UTC

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

brett       2004/03/10 03:50:48

  Modified:    shell    project.xml
               shell/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  Changes    Path
  1.12      +9 -2      maven-plugins/shell/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/shell/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.11
  +++ project.xml	10 Mar 2004 11:50:48 -0000	1.12
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-shell-plugin</id>
     <name>Maven Shell Plug-in</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description>A plugin to generate various files for different shells to allow tab completion for maven goals</description>
     <shortDescription>Shell Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/shell/</url>
  @@ -44,4 +44,11 @@
         </roles>
       </developer>
     </developers>
  +  <versions>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_SHELL_1_1</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.4       +4 -8      maven-plugins/shell/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/shell/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	4 Mar 2004 18:38:55 -0000	1.3
  +++ changes.xml	10 Mar 2004 11:50:48 -0000	1.4
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,17 +23,12 @@
       <title>Changes</title>
       <author email="apache@kav.dk">Kasper Nielsen</author>
     </properties>
  -
     <body>
  -    <release version="1.1" date="in CVS">
  +    <release version="1.1" date="2004-03-10">
         <action dev="dion" type="fix">Apply MAVEN-850</action>
       </release>
  -    
       <release version="1.0" date="2003-03-10">
  -      <action dev="knielsen" type="add">
  -        Initial release
  -      </action>
  +      <action dev="knielsen" type="add">Initial release</action>
       </release>
     </body>
   </document>
  -
  
  
  

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