brett       2004/06/28 04:13:18

  Modified:    plugin   project.xml
               plugin/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.39      +6 -1      maven-plugins/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- project.xml       28 Jun 2004 09:42:48 -0000      1.38
  +++ project.xml       28 Jun 2004 11:13:17 -0000      1.39
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</currentVersion>
     <description>Maven Plugin management plugin. Requires Maven 1.0 RC4.</description>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
  @@ -49,6 +49,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_PLUGIN_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_PLUGIN_1_5</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.24      +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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.xml       28 Jun 2004 09:42:48 -0000      1.23
  +++ changes.xml       28 Jun 2004 11:13:18 -0000      1.24
  @@ -24,7 +24,7 @@
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.5-SNAPSHOT" date="in CVS">
  +    <release version="1.5" date="2004-06-28">
         <action dev="brett" type="fix" issue="MPPLUGIN-16">Install to 
maven.plugin.dir instead of maven.home/plugins</action>
         <action dev="brett" type="update">More consistency in default goal naming 
(plugin:plugin)</action>
         <action dev="brett" type="update">plugin goal no longer installs to local 
repository: use plugin:repository-install</action>
  
  
  

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

Reply via email to