Skip to content

Commit

Permalink
Update jgit references to be eclipse-based.
Browse files Browse the repository at this point in the history
The git-plugin no longer provides access to the spearce
jgit packages.
  • Loading branch information
kevinsawicki committed Jul 18, 2011
1 parent abf558e commit 15ad4e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gerrithudsontrigger/pom.xml
Expand Up @@ -61,9 +61,9 @@
<artifactId>gerrit-events</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>git</artifactId>
<version>0.9</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
Expand Down
Expand Up @@ -14,7 +14,7 @@
import hudson.plugins.git.util.BuildChooser;
import hudson.plugins.git.util.BuildChooserDescriptor;
import org.kohsuke.stapler.DataBoundConstructor;
import org.spearce.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectId;

import java.io.BufferedReader;
import java.io.StringReader;
Expand Down

0 comments on commit 15ad4e2

Please sign in to comment.