Skip to content

Commit

Permalink
Revert "Depend on git-client 1.10.2" until test failure fixed
Browse files Browse the repository at this point in the history
This reverts commit 87beb7d until
the automated test which fails in the code can be fixed.  The test is
specifically noted that it is an area of bugs in the prior client plugin,
and the fix of JENKINS-23299 in git client plugin 1.10.2 has improved
the behavior, but the test needs to be updated to show the new behavior
(and have its TODO comment removed).
  • Loading branch information
MarkEWaite committed Sep 12, 2014
1 parent af2a4a5 commit 4682d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<version>1.10.2</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 4682d5e

Please sign in to comment.