Author: dennisl
Date: Mon Dec 17 14:44:19 2007
New Revision: 605025
URL: http://svn.apache.org/viewvc?rev=605025&view=rev
Log:
o Update to plugin-parent-10.
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=605025&r1=605024&r2=605025&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Mon Dec 17 14:44:19 2007
@@ -22,7 +22,7 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>8</version>
+ <version>10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<prerequisites>
@@ -95,6 +95,11 @@
<email>[EMAIL PROTECTED]</email>
</contributor>
</contributors>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/</developerConnection>
+
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/</url>
+ </scm>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>