Fix up URLs for a release

This commit is contained in:
Oliver Burn 2010-09-22 12:06:23 +00:00
parent 99bbf9ba3b
commit c941401306
1 changed files with 4 additions and 4 deletions

View File

@ -35,12 +35,12 @@
<snapshotRepository>
<id>checkstyle-snapshot-repo</id>
<name>Snapshot Repository</name>
<url>scp://web.sourceforge.net/home/groups/c/ch/checkstyle/htdocs/snapshot/maven2</url>
<url>scp://shell.sourceforge.net/home/groups/c/ch/checkstyle/htdocs/snapshot/maven2</url>
</snapshotRepository>
<site>
<id>checkstyle-snapshot-site</id>
<name>Snapshot Site</name>
<url>scp://web.sourceforge.net/home/groups/c/ch/checkstyle/htdocs</url>
<url>scp://shell.sourceforge.net/home/groups/c/ch/checkstyle/htdocs/snapshot</url>
</site>
</distributionManagement>
@ -446,12 +446,12 @@
<repository>
<id>checkstyle-repo</id>
<name>Default Repository</name>
<url>scp://web.sourceforge.net/home/groups/c/ch/checkstyle/htdocs/maven2</url>
<url>scp://shell.sourceforge.net/home/groups/c/ch/checkstyle/htdocs/maven2</url>
</repository>
<site>
<id>checkstyle-site</id>
<name>Default Site</name>
<url>scp://web.sourceforge.net/home/groups/c/ch/checkstyle/htdocs</url>
<url>scp://shell.sourceforge.net/home/groups/c/ch/checkstyle/htdocs</url>
</site>
</distributionManagement>
</profile>