corrected scm link (we have been using svn for quite some time now) and tracked recent upgrade of google collections (Note: new group id! not sure that this is correct but the new version was not available using the old group id)

This commit is contained in:
Lars Kühne 2009-03-17 21:20:34 +00:00
parent d5a27ed79b
commit 4010f97130
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
</license>
</licenses>
<scm>
<url>http://checkstyle.cvs.sourceforge.net/checkstyle/</url>
<url>https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/trunk/checkstyle</url>
</scm>
<dependencies>
<dependency>
@ -38,9 +38,9 @@
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.google.code.google-collections</groupId>
<artifactId>google-collect</artifactId>
<version>snapshot-20080321</version>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>0.9</version>
</dependency>
</dependencies>
</project>