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 15:08:52 UTC

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

brett       2004/03/10 06:08:52

  Modified:    jdeveloper project.xml
               jdeveloper/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.26      +9 -2      maven-plugins/jdeveloper/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdeveloper/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.25
  +++ project.xml	10 Mar 2004 14:08:52 -0000	1.26
  @@ -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-jdeveloper-plugin</id>
     <name>Maven JDeveloper Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <description>A plugin to generate various files for Oracle's JDeveloper IDE and ease the use of Maven within that environment</description>
     <shortDescription>JDeveloper Plugin for Maven</shortDescription>
  @@ -58,4 +58,11 @@
         </properties>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_JDEVELOPER_1_3</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.8       +9 -22     maven-plugins/jdeveloper/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdeveloper/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	4 Mar 2004 18:36:12 -0000	1.7
  +++ changes.xml	10 Mar 2004 14:08:52 -0000	1.8
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,31 +23,17 @@
       <title>Changes</title>
       <author email="toby-wan-kenobi@web.de">Tobias Radmeacher</author>
     </properties>
  -
     <body>
  -    <release version="1.3" date="In CVS">
  -      <action dev="evenisse" type="fix" issue="MPJDEVELOPER-1">
  -        Fix JPR file generation.
  -      </action>
  -    </release>
  -    
  -    <release version="1.2" date="2003-09-29">
  +    <release version="1.3" date="2004-03-11">
  +      <action dev="evenisse" type="fix" issue="MPJDEVELOPER-1">Fix JPR file generation.</action>
       </release>
  -
  +    <release version="1.2" date="2003-09-29"></release>
       <release version="1.1" date="Unknown">
  -      <action dev="dion" type="fix">
  -        Align dependencies with plugin code
  -      </action>
  +      <action dev="dion" type="fix">Align dependencies with plugin code</action>
       </release>
  -    
       <release version="1.0" date="2003-02-12">
  -      <action dev="tradem" type="add">
  -        Created plugin
  -      </action>
  -      <action dev="tradem" type="add">
  -        Added documenation
  -      </action>
  -    </release>    
  +      <action dev="tradem" type="add">Created plugin</action>
  +      <action dev="tradem" type="add">Added documenation</action>
  +    </release>
     </body>
   </document>
  -
  
  
  

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