You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/06 06:15:19 UTC

svn commit: r375176 - in /maven/maven-1/plugins/trunk/checkstyle: project.xml xdocs/changes.xml

Author: ltheussl
Date: Sun Feb  5 21:15:15 2006
New Revision: 375176

URL: http://svn.apache.org/viewcvs?rev=375176&view=rev
Log:
[maven-scm-plugin] prepare release 3.0

Modified:
    maven/maven-1/plugins/trunk/checkstyle/project.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=375176&r1=375175&r2=375176&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Sun Feb  5 21:15:15 2006
@@ -17,14 +17,12 @@
  * limitations under the License.
  */
  -->
-
-<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-checkstyle-plugin</id>
   <name>Maven Checkstyle Plugin</name>
-  <currentVersion>3.0-SNAPSHOT</currentVersion>
+  <currentVersion>3.0</currentVersion>
   <description/>
   <shortDescription>Produce Checkstyle report</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/</url>
@@ -70,6 +68,11 @@
       <id>2.5</id>
       <name>2.5</name>
       <tag>MAVEN_CHECKSTYLE_2_5</tag>
+    </version>
+    <version>
+      <id>3.0</id>
+      <name>3.0</name>
+      <tag>MAVEN_CHECKSTYLE_3_0</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=375176&r1=375175&r2=375176&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Sun Feb  5 21:15:15 2006
@@ -17,7 +17,6 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Checkstyle plugin changes</title>
@@ -25,7 +24,7 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="3.0-SNAPSHOT" date="in SVN">
+    <release version="3.0" date="2006-02-05">
       <action dev="ltheussl" type="update">Upgraded to checkstyle 4.1.</action>
       <action dev="carlos" type="fix" issue="MPCHECKSTYLE-39">Do not assert ASF copyright in checkstyle.rss.</action>
       <action dev="carlos" type="add">Added new summary report as front page.</action>