Merge pull request #71 from isopov/pom-changes

Pom changes
This commit is contained in:
Roman Ivanov 2013-12-04 19:51:34 -08:00
commit 5ce771ac77
1 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@
</licenses>
<scm>
<connection>scm:git:git://github.com/checkstyle/checkstyle.git</connection>
<developerConnection>scm:git:git://github.com/checkstyle/checkstyle.git</developerConnection>
<connection>scm:git:git@github.com:checkstyle/checkstyle.git</connection>
<developerConnection>scm:git:git@github.com:checkstyle/checkstyle.git</developerConnection>
<url>https://github.com/checkstyle/checkstyle</url>
</scm>
@ -179,7 +179,7 @@
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<artifactId>guava-jdk5</artifactId>
<version>14.0.1</version>
</dependency>
<dependency>