correct details for a deployment.

This commit is contained in:
Oliver Burn 2010-09-20 11:08:51 +00:00
parent c53462a2c7
commit b4e77fd043
1 changed files with 7 additions and 1 deletions

View File

@ -28,6 +28,13 @@
<developerConnection>scm:svn:https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/trunk/checkstyle</developerConnection>
<url>https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/trunk/checkstyle</url>
</scm>
<distributionManagement>
<site>
<id>checkstyle.sf.net</id>
<url>scp://shell.sourceforge.net/home/groups/c/ch/checkstyle/htdocs</url>
</site>
</distributionManagement>
<developers>
<developer>
@ -208,7 +215,6 @@
<sourceDirectory>${basedir}/src/checkstyle/com/puppycrawl/tools/checkstyle/grammars</sourceDirectory>
<grammars>java.g</grammars>
</configuration>
<version>2.1</version>
<executions>
<execution>
<goals>