Skip to content

Commit

Permalink
[FIXED JENKINS-13032] Upgrade to latest CVS Client with socket timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1arke committed Oct 23, 2012
1 parent e8712e4 commit 443d3a1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Expand Up @@ -4,8 +4,10 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.424</version>
<relativePath />
<version>1.424</version><!--
if you update this version then make sure you update the
test harness exclusion version below
-->
</parent>

<artifactId>cvs</artifactId>
Expand Down Expand Up @@ -36,12 +38,12 @@
<dependency>
<groupId>org.jenkins-ci.lib</groupId>
<artifactId>cvsclient</artifactId>
<version>71-jenkins-7</version>
<version>71-jenkins-8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>${project.parent.version}</version>
<version>1.424</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

1 comment on commit 443d3a1

@buildhive
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkins » cvs-plugin #60 FAILURE
Looks like this commit caused a build failure
(what's this?)

Please sign in to comment.