You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/01/04 16:16:15 UTC

cvs commit: maven-plugins/jdiff/announcements 1.2.ann

evenisse    2004/01/04 07:16:15

  Modified:    jdiff    project.xml
               jdiff/xdocs changes.xml navigation.xml
  Added:       jdiff/announcements 1.2.ann
  Log:
  Prepare for release
  
  Revision  Changes    Path
  1.19      +8 -1      maven-plugins/jdiff/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdiff/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	19 Dec 2003 06:03:30 -0000	1.18
  +++ project.xml	4 Jan 2004 15:16:15 -0000	1.19
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jdiff-plugin</id>
     <name>Maven JDiff Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Diff between CVS releases</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jdiff/</url>
  @@ -15,6 +15,13 @@
       <url>http://cvs.apache.org/viewcvs/maven-plugins/jdiff/</url>
     </repository>
     <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10374</issueTrackingUrl>
  +  <versions>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_JDIFF_1_2</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>dIon Gillard</name>
  
  
  
  1.5       +1 -1      maven-plugins/jdiff/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdiff/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	18 Dec 2003 23:07:45 -0000	1.4
  +++ changes.xml	4 Jan 2004 15:16:15 -0000	1.5
  @@ -7,7 +7,7 @@
     </properties>
   
     <body>
  -    <release version="1.2" date="In CVS">
  +    <release version="1.2" date="2004-01-04">
         <action dev="evenisse" type="update">MPJDIFF-1. Fix error due to makeRelativePath.</action>
       </release>
       <release version="1.1" date="2003-09-29">
  
  
  
  1.3       +3 -0      maven-plugins/jdiff/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdiff/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Mar 2003 05:54:19 -0000	1.2
  +++ navigation.xml	4 Jan 2004 15:16:15 -0000	1.3
  @@ -13,5 +13,8 @@
         <item href="/properties.html" name="Properties">
         </item>
       </menu>
  +    <menu name="Downloads">
  +      <item name="JDiff Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-jdiff-plugin-1.2.jar"/>
  +    </menu>
     </body>
   </project>
  
  
  
  1.1                  maven-plugins/jdiff/announcements/1.2.ann
  
  Index: 1.2.ann
  ===================================================================
  The Maven team is pleased to announce the JDiff plugin 1.2 release!
  
  http://maven.apache.org/reference/plugins/jdiff
  
  The Maven JDiff plugin is a plugin for Jdiff
  (http://javadiff.sourceforge.net/) that generate an HTML report of API differences.
  
  Features in this version includes:
  
  o Fix error due to makeRelativePath (MPJDIFF-1)
  
  You can download the JDiff Maven plugin here:
  http://www.ibiblio.org/maven/maven/plugins/maven-jdiff-plugin-1.2.jar
  
  Have fun!
  -The Maven Team
  
  

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