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/05/13 13:12:01 UTC

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

brett       2004/05/13 04:12:01

  Modified:    plugin   project.xml
               plugin/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.33      +7 -4      maven-plugins/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	2 May 2004 14:16:25 -0000	1.32
  +++ project.xml	13 May 2004 11:12:01 -0000	1.33
  @@ -23,10 +23,8 @@
     <pomVersion>3</pomVersion>
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  -  <description>
  -    Maven Plugin management plugin. Requires Maven 1.0 RC3.
  -  </description>
  +  <currentVersion>1.4</currentVersion>
  +  <description>Maven Plugin management plugin. Requires Maven 1.0 RC3.</description>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
     <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10364</issueTrackingUrl>
  @@ -51,6 +49,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_PLUGIN_1_4</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.21      +1 -1      maven-plugins/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml	1 May 2004 17:15:06 -0000	1.20
  +++ changes.xml	13 May 2004 11:12:01 -0000	1.21
  @@ -24,7 +24,7 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.4-SNAPSHOT" date="in CVS">
  +    <release version="1.4" date="2004-05-13">
         <action dev="brett" type="add" issue="MAVEN-1219">Add plugin:uninstall-now that removes the plugin from the currently running instance of Maven.</action>
         <action dev="brett" type="add" issue="MAVEN-1219">Add a plugin:install-now goal that installs the plugin into the currently running instance of maven so that it can be used by subsequent goals.</action>
       </release>
  
  
  

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