You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/10/12 07:42:30 UTC

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

vmassol     2004/10/11 22:42:30

  Modified:    checkstyle project.xml
               checkstyle/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 2.5
  
  Revision  Changes    Path
  1.53      +7 -2      maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- project.xml	9 Jul 2004 10:29:23 -0000	1.52
  +++ project.xml	12 Oct 2004 05:42:30 -0000	1.53
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-checkstyle-plugin</id>
     <name>Maven Checkstyle Plugin</name>
  -  <currentVersion>2.5-SNAPSHOT</currentVersion>
  +  <currentVersion>2.5</currentVersion>
     <description/>
     <shortDescription>Produce Checkstyle report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/checkstyle/</url>
  @@ -65,6 +65,11 @@
         <name>2.4.1</name>
         <tag>MAVEN_CHECKSTYLE_2_4_1</tag>
       </version>
  +    <version>
  +      <id>2.5</id>
  +      <name>2.5</name>
  +      <tag>MAVEN_CHECKSTYLE_2_5</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -112,7 +117,7 @@
           <role>Developer</role>
         </roles>
         <timezone>+1</timezone>
  -    </developer>    
  +    </developer>
     </developers>
     <contributors>
       <contributor>
  
  
  
  1.37      +6 -9      maven-plugins/checkstyle/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/xdocs/changes.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- changes.xml	28 Aug 2004 18:24:53 -0000	1.36
  +++ changes.xml	12 Oct 2004 05:42:30 -0000	1.37
  @@ -24,17 +24,14 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
  -  <body> 
  -    <release version="2.5-SNAPSHOT" date="In CVS">
  -      <action dev="vmassol" type="add">
  -        Added new <code>maven.checkstyle.suppressions.file</code>
  -        property.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added generation of a Checkstyle RSS feed.
  +  <body>
  +    <release version="2.5" date="2004-10-12">
  +      <action dev="vmassol" type="add">Added new
  +        <code>maven.checkstyle.suppressions.file</code>property.
         </action>
  +      <action dev="vmassol" type="add">Added generation of a Checkstyle RSS feed.</action>
         <action dev="aheritier" type="fix" issue="MPCHECKSTYLE-21">Fix : Build failed if target directory and License file didn't exist.</action>
  -    </release>  
  +    </release>
       <release version="2.4.1" date="2004-05-18">
         <action dev="brett" type="fix">Fix checks built into plugin when not run on Windows.</action>
       </release>
  
  
  

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