summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grek@google.com>2009-09-01 16:56:23 -0700
committerGrzegorz Kossakowski <grek@google.com>2009-09-01 16:57:24 -0700
commit784ddc13f1b0dc8b735b5dbb8fc667e34aa788c7 (patch)
treed1fe563aa800d4fe4b1085f352a82bd09576f668
parent4ba40e55ec974e4ff0d9d456268b80edecc2da5d (diff)
downloadgimd-784ddc13f1b0dc8b735b5dbb8fc667e34aa788c7.tar.gz
Switch to SNAPSHOT version of JGit.
Gimd needs some latest fixes which are not incorporated in any released version of JGit, yet. Signed-off-by: Grzegorz Kossakowski <grek@google.com>
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f28b7e2..027a320 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,11 @@ limitations under the License.
<dependency>
<groupId>org.spearce</groupId>
<artifactId>jgit</artifactId>
- <version>0.5.0-83-g93a581d</version>
+ <!-- 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>
<scope>compile</scope>
</dependency>