brett       2004/03/06 16:40:41

  Modified:    plugin   project.xml
               plugin/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.25      +12 -4     maven-plugins/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       4 Mar 2004 18:37:55 -0000       1.24
  +++ project.xml       7 Mar 2004 00:40:41 -0000       1.25
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,20 +18,20 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/plugin/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/plugin/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/plugin/</url>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/plugin/</connection>
  +    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/plugin/</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/plugin/</url>
     </repository>
     <developers>
       <developer>
  @@ -63,4 +64,11 @@
         </properties>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_PLUGIN_1_2</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.13      +12 -34    maven-plugins/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml       4 Mar 2004 18:37:56 -0000       1.12
  +++ changes.xml       7 Mar 2004 00:40:41 -0000       1.13
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,41 +23,18 @@
       <title>Changes</title>
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -    <release version="1.2" date="in CVS">
  -      <action dev="epugh" type="update">
  -        Fixed the plugin:download goal to work.  Previously it would delete
  -        the plugin you just downloaded.  Also now leverages the plugin:uninstall
  -        goal.
  -      </action>      
  -      <action dev="vmassol" type="add">
  -        Added assert:assertEquals tag to verify if two values are equal
  -        while testing a plugin.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added assert:assertFileExists tag to verify if a file exists while
  -        testing a plugin.
  -      </action>
  -      <action dev="dion" type="add">
  -        Add plugin:test goal
  -      </action>
  -      <action dev="brett" type="add">
  -        Add plugin:repository-deploy goal
  -      </action>
  -      <action dev="brett" type="update">
  -        Split plugin:download goal into plugin:download-artifact goal and the 
original goal that downloads
  -        and installs the plugin. Download to local repository as well.
  -      </action>
  +    <release version="1.2" date="2004-03-07">
  +      <action dev="epugh" type="update">Fixed the plugin:download goal to work. 
Previously it would delete the plugin you just downloaded. Also now leverages the 
plugin:uninstall goal.</action>
  +      <action dev="vmassol" type="add">Added assert:assertEquals tag to verify if 
two values are equal while testing a plugin.</action>
  +      <action dev="vmassol" type="add">Added assert:assertFileExists tag to verify 
if a file exists while testing a plugin.</action>
  +      <action dev="dion" type="add">Add plugin:test goal</action>
  +      <action dev="brett" type="add">Add plugin:repository-deploy goal</action>
  +      <action dev="brett" type="update">Split plugin:download goal into 
plugin:download-artifact goal and the original goal that downloads and installs the 
plugin. Download to local repository as well.</action>
       </release>
  -    
  -     <release version="1.1" date="2003-09-29">
  -       <action dev="dion" type="add">
  -         Added plugin:download goal
  -       </action>
  -      <action dev="evenisse" type="fix">
  -        Fixed MAVEN-708. Fix the goals description generation if there is no 
plugin.jelly file.
  -      </action>
  +    <release version="1.1" date="2003-09-29">
  +      <action dev="dion" type="add">Added plugin:download goal</action>
  +      <action dev="evenisse" type="fix">Fixed MAVEN-708. Fix the goals description 
generation if there is no plugin.jelly file.</action>
       </release>
     </body>
   </document>
  
  
  

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

Reply via email to