From c05e123659c6d6409f0fb71761a39a96b7b48497 Mon Sep 17 00:00:00 2001 From: Ivan Sopov Date: Wed, 4 Dec 2013 15:06:11 +0200 Subject: [PATCH 1/2] Changes for format of the scm connections --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 262f5a79d..cd817ab8f 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ - scm:git:git://github.com/checkstyle/checkstyle.git - scm:git:git://github.com/checkstyle/checkstyle.git + scm:git:git@github.com:checkstyle/checkstyle.git + scm:git:git@github.com:checkstyle/checkstyle.git https://github.com/checkstyle/checkstyle From 57eab13a7eddde6dfc17e6caaf04d46698406a6a Mon Sep 17 00:00:00 2001 From: Ivan Sopov Date: Wed, 4 Dec 2013 15:07:29 +0200 Subject: [PATCH 2/2] using java5 compatible version of guava --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd817ab8f..580c073dc 100644 --- a/pom.xml +++ b/pom.xml @@ -179,7 +179,7 @@ com.google.guava - guava + guava-jdk5 14.0.1