Skip to content
Snippets Groups Projects
Commit 7fb9770b authored by Brett Leslie Porter's avatar Brett Leslie Porter
Browse files

[maven-scm] copy for tag maven-checkstyle-plugin-2.1

parent cb639c31
No related merge requests found
......@@ -11,7 +11,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Checkstyle Plugin</name>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/MCHECKSTYLE</url>
......@@ -61,10 +61,16 @@
<version>4.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-beta-1</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1</url>
</scm>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment