diff options
-rw-r--r-- | .classpath | 4 | ||||
-rw-r--r-- | docs/04_releases.mkd | 1 | ||||
-rw-r--r-- | src/com/gitblit/build/Build.java | 16 |
3 files changed, 11 insertions, 10 deletions
@@ -22,11 +22,11 @@ <classpathentry kind="lib" path="ext/wicket-1.4.19.jar" sourcepath="ext/wicket-1.4.19-sources.jar"/> <classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.19.jar" sourcepath="ext/wicket-auth-roles-1.4.19-sources.jar"/> <classpathentry kind="lib" path="ext/wicket-extensions-1.4.19.jar" sourcepath="ext/wicket-extensions-1.4.19-sources.jar"/> - <classpathentry kind="lib" path="ext/org.eclipse.jgit-1.2.0.201112221803-r.jar" sourcepath="ext/org.eclipse.jgit-1.1.0.201109151100-r-sources.jar"/> - <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.2.0.201112221803-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.2.0.201112221803-r-sources.jar"/> <classpathentry kind="lib" path="ext/groovy-all-1.8.5.jar" sourcepath="ext/groovy-all-1.8.5-sources.jar"/> <classpathentry kind="lib" path="ext/jetty-ajp-7.4.3.v20110701.jar" sourcepath="ext/jetty-ajp-7.4.3.v20110701-sources.jar"/> <classpathentry kind="lib" path="ext/lucene-core-3.5.0.jar" sourcepath="ext/lucene-core-3.5.0-sources.jar"/> <classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/markdownpapers-core-1.2.7-sources.jar"/> + <classpathentry kind="lib" path="ext/org.eclipse.jgit-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit-1.3.0.201202151440-r-sources.jar"/> + <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r-sources.jar"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index bad2e976..9531ff7d 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -37,6 +37,7 @@ Push requests to these repositories will be rejected. - updated to Bootstrap 2.0
- added GLYPHICONS (as bundled with Bootstrap 2.0)
- updated to MarkdownPapers 1.2.7
+- updated to JGit 1.3.0.201202151440-r
<hr/>
diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java index b22b826f..96d41dd1 100644 --- a/src/com/gitblit/build/Build.java +++ b/src/com/gitblit/build/Build.java @@ -465,16 +465,16 @@ public class Build { "3b7c5f3938f202311bdca0bf7ed46bc0118af081");
public static final MavenObject JGIT = new MavenObject("JGit", "org/eclipse/jgit",
- "org.eclipse.jgit", "1.2.0.201112221803-r", 1318000, 1354000, 3300000,
- "f3bbea50b64c2c8e20176f412d2f063bd132878f",
- "f6c616413540e226a6b72bc573a40410412e234f",
- "a77e5ee65ba284d12ae444ac42e12948a9314c20");
+ "org.eclipse.jgit", "1.3.0.201202151440-r", 1532000, 1565000, 3460000,
+ "a00dc524b1d1db1abbf95407aa3e6009c3d2c157",
+ "68864beaa0856f539deafecf9e1fe105a7e996c3",
+ "");
public static final MavenObject JGIT_HTTP = new MavenObject("JGit", "org/eclipse/jgit",
- "org.eclipse.jgit.http.server", "1.2.0.201112221803-r", 68000, 62000, 110000,
- "0d0004423b71bf7c29cd4ad85010c293c4fab95f",
- "89be774b6db17bbc47b4757ae9e5178750064880",
- "4cde29a085200ccf46ac677aeb1abb39352a3a6a");
+ "org.eclipse.jgit.http.server", "1.3.0.201202151440-r", 68000, 62000, 110000,
+ "099468bdd59d6f4919d54d5b66022d3ec8077b29",
+ "721ef2b857a7e92989a8f1ee688e361510303bb1",
+ "");
public static final MavenObject JSCH = new MavenObject("JSch", "com/jcraft", "jsch",
"0.1.44-1", 214000, 211000, 413000, "2e9ae08de5a71bd0e0d3ba2558598181bfa71d4e",
|