diff options
author | James Moger <james.moger@gitblit.com> | 2012-12-22 00:26:10 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-12-22 00:26:10 -0500 |
commit | ed32130b4d355c7925deb4b7c4300d41509770f0 (patch) | |
tree | e9019f01263a07cd2b1671c0991be195fe06fdde /src | |
parent | b2d0287b3f424c7f9ada44834365bf909db62a50 (diff) | |
download | gitblit-ed32130b4d355c7925deb4b7c4300d41509770f0.tar.gz gitblit-ed32130b4d355c7925deb4b7c4300d41509770f0.zip |
Update to JGit 2.2.0
Diffstat (limited to 'src')
-rw-r--r-- | src/com/gitblit/Constants.java | 2 | ||||
-rw-r--r-- | src/com/gitblit/build/Build.java | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index d152651b..76c2b464 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -42,7 +42,7 @@ public class Constants { // The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String JGIT_VERSION = "JGit 2.1.0 (201209190230-r)";
+ public static final String JGIT_VERSION = "JGit 2.2.0 (201212191850-r)";
public static final String ADMIN_ROLE = "#admin";
diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java index 19d80e78..336c45de 100644 --- a/src/com/gitblit/build/Build.java +++ b/src/com/gitblit/build/Build.java @@ -675,17 +675,17 @@ public class Build { "");
public static final MavenObject JGIT = new MavenObject(
- "JGit", "org/eclipse/jgit", "org.eclipse.jgit", "2.1.0.201209190230-r",
+ "JGit", "org/eclipse/jgit", "org.eclipse.jgit", "2.2.0.201212191850-r",
1600000, 1565000, 3460000,
- "5e7296d21645a479a1054fc96f3ec8469cede137",
- "5f492aaeae1beda2a31d1efa182f5d34e76d7b77",
+ "97d0761b9dd618d1f9f6c16c35c3ddf045ba536c",
+ "08dcf9546f4d61e1b8a50df5da5513006023b64b",
"");
public static final MavenObject JGIT_HTTP = new MavenObject(
- "JGit", "org/eclipse/jgit", "org.eclipse.jgit.http.server", "2.1.0.201209190230-r",
+ "JGit", "org/eclipse/jgit", "org.eclipse.jgit.http.server", "2.2.0.201212191850-r",
68000, 62000, 110000,
- "0bd9e5801c246d6f8ad9268d18c45ca9915f9a50",
- "210c434c38ddcf2126af250018d5845ea41ff502",
+ "8ad4fc4fb9529d645249bb46ad7e54d98436cb65",
+ "3385cf294957d1d34c1270b468853aea347b36ca",
"");
public static final MavenObject JSCH = new MavenObject(
|