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/03/10 13:03:50 UTC

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

brett       2004/03/10 04:03:50

  Modified:    jdee     project.xml
               jdee/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.10      +9 -2      maven-plugins/jdee/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdee/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.9
  +++ project.xml	10 Mar 2004 12:03:50 -0000	1.10
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-jdee-plugin</id>
     <name>Maven JDEE Plug-in</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <description>A plugin to create a project file to be used within the
     <!--
       <a href="http://jdee.sunsite.dk/">Java Developement Enviroment for Emacw</a>
  @@ -55,4 +55,11 @@
       <report>maven-file-activity-plugin</report>
       <report>maven-license-plugin</report>
     </reports>
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_JDEE_1_0</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.3       +6 -6      maven-plugins/jdee/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdee/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml	4 Mar 2004 18:36:01 -0000	1.2
  +++ changes.xml	10 Mar 2004 12:03:50 -0000	1.3
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,13 +23,12 @@
       <title>Changes</title>
       <author email="juergen@heidak.de">Juergen Heidak</author>
     </properties>
  -
     <body>
  +    <release version="1.0" date="2004-03-10">
  +      <action dev="brett" type="update">Path changes.</action>
  +    </release>
       <release version="1.0-beta-1" date="2003-04-02">
  -      <action dev="evenisse" type="add">
  -        Initial version.
  -      </action>
  +      <action dev="evenisse" type="add">Initial version.</action>
       </release>
     </body>
   </document>
  -
  
  
  

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