diff options
author | James Moger <james.moger@gitblit.com> | 2011-06-25 16:57:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-06-25 16:57:03 -0400 |
commit | bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41 (patch) | |
tree | bfcdea3f7bf73d2abdfa5b385771cf3f66e6a03b /src/com | |
parent | 85c2e6eb34215e2242e388a8f8b7173a14b96ad3 (diff) | |
download | gitblit-bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41.tar.gz gitblit-bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41.zip |
Updated to JGit 1.0.0.
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/gitblit/Build.java | 16 | ||||
-rw-r--r-- | src/com/gitblit/Constants.java | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/com/gitblit/Build.java b/src/com/gitblit/Build.java index b6c485a3..be228af7 100644 --- a/src/com/gitblit/Build.java +++ b/src/com/gitblit/Build.java @@ -385,16 +385,16 @@ public class Build { "3b7c5f3938f202311bdca0bf7ed46bc0118af081");
public static final MavenObject JGIT = new MavenObject("JGit", "org/eclipse/jgit",
- "org.eclipse.jgit", "0.12.1", 1318000, 1354000, 2993000,
- "fd77699699b9651d2fc31c7ed63af98b14fc1975",
- "c8b3d84922c7802cfe6a661e13a002641a78583d",
- "5609aa3ce3ac3d52030befd27ddd2941f6c07570");
+ "org.eclipse.jgit", "1.0.0.201106090707-r", 1318000, 1354000, 2993000,
+ "34e70691382d67ee5c84ef207fb8d3784594ba2c",
+ "78dbd385cf40cb266f4fb2de8651b288a72f4e2d",
+ "dab55685bb6eee8d07cc87faf0cedaa3f9d04a0d");
public static final MavenObject JGIT_HTTP = new MavenObject("JGit", "org/eclipse/jgit",
- "org.eclipse.jgit.http.server", "0.12.1", 68000, 62000, 99000,
- "384058ca906dffb8b8708c2db8849c9754359b28",
- "7b026658ed8de2eccc2d11d647d43d7c84a56911",
- "6c19e37b3caafd70c1b7b024ae1858c725181688");
+ "org.eclipse.jgit.http.server", "1.0.0.201106090707-r", 68000, 62000, 99000,
+ "35e22f7000af95d0c90caaf2012071ef3734ff59",
+ "4a2368beb1e9db4a6a0d609b7b869f218bf8e7a9",
+ "3100ce7c40d6968481a12377c59c708cda2d17b5");
public static final MavenObject JSCH = new MavenObject("JSch", "com/jcraft", "jsch",
"0.1.44-1", 214000, 211000, 413000, "2e9ae08de5a71bd0e0d3ba2558598181bfa71d4e",
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index d410d35f..4375e422 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -27,7 +27,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 0.12.1";
+ public static final String JGIT_VERSION = "JGit 1.0.0";
public static final String ADMIN_ROLE = "#admin";
|