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/16 04:38:11 UTC

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

brett       2004/05/15 19:38:11

  Modified:    castor   project.xml
               castor/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.26      +7 -2      maven-plugins/castor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/castor/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	16 May 2004 01:35:45 -0000	1.25
  +++ project.xml	16 May 2004 02:38:11 -0000	1.26
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-castor-plugin</id>
     <name>Maven Castor Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description>Various goals for making development with Plexus easy.</description>
     <shortDescription>Plexus Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/castor/</url>
  @@ -40,6 +40,11 @@
         <name>1.1</name>
         <tag>MAVEN_CASTOR_1_1</tag>
       </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_CASTOR_1_2</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -57,7 +62,7 @@
       <contributor>
         <name>Tim Anderson</name>
         <email>tma@netspace.net.au</email>
  -    </contributor> 
  +    </contributor>
     </contributors>
     <dependencies>
       <dependency>
  
  
  
  1.6       +6 -13     maven-plugins/castor/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/castor/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	2 May 2004 13:32:54 -0000	1.5
  +++ changes.xml	16 May 2004 02:38:11 -0000	1.6
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   
   <!-- 
   /*
  @@ -23,23 +23,16 @@
       <title>Changes</title>
       <author email="jason@zenplex.com">Jason van Zyl</author>
     </properties>
  -
     <body>
  -    <release version="1.2-SNAPSHOT" date="in CVS">
  -    </release>
  +    <release version="1.2" date="2004-05-15"></release>
       <release version="1.1" date="2004-02-04">
  -      <action dev="tima" type="add">
  -        Added <em>maven.castor.properties.dir</em> property.
  -      </action>
  -      <action dev="tima" type="update">
  -        Updated to castor 0.9.5
  +      <action dev="tima" type="add">Added
  +        <em>maven.castor.properties.dir</em>property.
         </action>
  +      <action dev="tima" type="update">Updated to castor 0.9.5</action>
       </release>
       <release version="1.0" date="2002-08-04">
  -      <action dev="jvanzyl" type="add">
  -        Original release for Maven 1.0-beta8
  -      </action>
  +      <action dev="jvanzyl" type="add">Original release for Maven 1.0-beta8</action>
       </release>
     </body>
   </document>
  -
  
  
  

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