dion        2004/02/03 20:18:20

  Modified:    castor   project.xml
               castor/xdocs changes.xml navigation.xml
  Added:       castor/announcements 1.1.ann
  Log:
  Prep for release
  
  Revision  Changes    Path
  1.1                  maven-plugins/castor/announcements/1.1.ann
  
  Index: 1.1.ann
  ===================================================================
  The Maven team is pleased to announce the Castor plugin 1.1 release!
  
  http://maven.apache.org/reference/plugins/castor/
  
  A plugin for converting providing access to Castor from Maven
  
  User-visible changes in this version:
  
  - enables the mapping of namespaces for imported schemas to java packages. 
    See http://castor.exolab.org/SourceGeneratorUser.pdf for details.
  - allows the directory containing castorbuilder.properties to be specified via the 
property 'maven.castor.properties.dir'
  - updates the castor jar dependency from 0.9.4.3 to 0.9.5 
  
  Note that this plugin has been tested with Maven 1.0 rc1.
  Using it with another version of Maven is at your own risk!
  
  You can install the plugin with Maven 1.0 rc1 or later using:
  maven -DgroupId=maven -DartifactId=maven-castor-plugin -Dversion=1.1  plugin:download
  
  You can download the plugin here:
  http://www.ibiblio.org/maven/maven/plugins/maven-castor-plugin-1.1.jar
  
  Have fun!
  -dIon
  
  
  1.16      +8 -1      maven-plugins/castor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/castor/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       3 Feb 2004 00:28:03 -0000       1.15
  +++ project.xml       4 Feb 2004 04:18:20 -0000       1.16
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-castor-plugin</id>
     <name>Maven Castor Plug-in</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description>Various goals for making development with Plexus easy.</description>
     <shortDescription>Plexus Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/castor/</url>
  @@ -14,6 +14,13 @@
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/castor/</connection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/castor/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_CASTOR_1_1</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Jason van Zyl</name>
  
  
  
  1.3       +1 -1      maven-plugins/castor/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/castor/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       3 Feb 2004 00:28:03 -0000       1.2
  +++ changes.xml       4 Feb 2004 04:18:20 -0000       1.3
  @@ -6,7 +6,7 @@
     </properties>
   
     <body>
  -    <release version="1.1" date="in CVS">
  +    <release version="1.1" date="2004-02-04">
         <action dev="tima" type="add">
           Added <em>maven.castor.properties.dir</em> property.
         </action>
  
  
  
  1.4       +3 -0      maven-plugins/castor/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/castor/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml    27 May 2003 13:39:55 -0000      1.3
  +++ navigation.xml    4 Feb 2004 04:18:20 -0000       1.4
  @@ -14,5 +14,8 @@
         <item name="Tags" href="/tags.html" />
         <item name="Examples" href="/examples.html" />
       </menu>
  +    <menu name="Downloads">
  +      <item name="v1.1" 
href="http://www.ibiblio.org/maven/maven/plugins/maven-castor-plugin-1.1.jar"/>
  +    </menu>
     </body>
   </project>
  
  
  

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

Reply via email to