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:16:09 UTC

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

brett       2004/03/10 04:16:09

  Modified:    jdepend  project.xml
               jdepend/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.28      +7 -2      maven-plugins/jdepend/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdepend/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.27
  +++ project.xml	10 Mar 2004 12:16:09 -0000	1.28
  @@ -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-jdepend-plugin</id>
     <name>Maven JDepend Plugin</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <description/>
     <shortDescription>Produce metrics</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jdepend/</url>
  @@ -38,6 +38,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_JDEPEND_1_4</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.6       +7 -15     maven-plugins/jdepend/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdepend/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	4 Mar 2004 18:36:12 -0000	1.5
  +++ changes.xml	10 Mar 2004 12:16:09 -0000	1.6
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,22 +23,13 @@
       <title>Changes</title>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -    <release version="1.4" date="in CVS">
  -      <action dev="dion" type="update">
  -        Apply MAVEN-1132
  -      </action>          
  +    <release version="1.4" date="2004-03-10">
  +      <action dev="dion" type="update">Apply MAVEN-1132</action>
       </release>
  -    
  -	<release version="1.3" date="2003-09-29">
  -      <action dev="evenisse" type="fix">
  -        Add xml declaration to generated report. Fixed for character encoding.
  -      </action>          
  -      <action dev="evenisse" type="fix">
  -        Fixed MAVEN-493. I register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are registered.
  -      </action>
  +    <release version="1.3" date="2003-09-29">
  +      <action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
  +      <action dev="evenisse" type="fix">Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
       </release>
     </body>
   </document>
  
  
  

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