summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-09-06 10:00:26 -0700
committerShawn O. Pearce <sop@google.com>2009-09-06 10:00:26 -0700
commit6423b017843d490599b178b7064a28b34811fcdc (patch)
tree88f3b180f68d6194822fc4680c0af3d66c916496
parent784ddc13f1b0dc8b735b5dbb8fc667e34aa788c7 (diff)
downloadgimd-6423b017843d490599b178b7064a28b34811fcdc.tar.gz
Update JGit to 0.5.0-93-g5b89a2c
This build contains the library bug fixes from the "minor-bugs" branch previously referenced by a comment in the pom. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 027a320..019ce03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,11 +291,7 @@ limitations under the License.
<dependency>
<groupId>org.spearce</groupId>
<artifactId>jgit</artifactId>
- <!-- FIXME: Gimd requires SNAPSHOT version which is in a fact
- git://repo.or.cz/jgit/spearce.git minor-bugs branch of JGit.
- The version should be changed back to released one once there is a release incorporating
- minor-bugs branch. -->
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.5.0-93-g5b89a2c</version>
<scope>compile</scope>
</dependency>