Skip to content

Commit

Permalink
Merge pull request #2 from MarkEWaite/master-JENKINS-21163-startup-fails
Browse files Browse the repository at this point in the history
[FIXED JENKINS-21163] Update pom dependencies to match git plugin - JGit and Jenkins
  • Loading branch information
jglick committed Feb 10, 2014
2 parents ed1627e + e17e4ed commit 9aced38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.466</version>
<version>1.480</version>
</parent>

<artifactId>git-server</artifactId>
<version>1.3-SNAPSHOT</version>
<packaging>hpi</packaging>

<properties>
<jgit.version>3.0.0.201306101825-r</jgit.version>
<jgit.version>3.2.0.201312181205-r</jgit.version>
</properties>

<name>Git server plugin</name>
Expand All @@ -38,14 +38,14 @@
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>sshd</artifactId>
<version>1.3</version>
<version>1.6</version>
<scope>provided</scope><!-- this is in the core -->
</dependency>

<dependency>
<groupId>org.jenkinsci.plugins</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>1.1.17</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9aced38

Please sign in to comment.