summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-07-11 17:19:56 -0400
committerJames Moger <james.moger@gitblit.com>2012-07-11 17:19:56 -0400
commit479aabd5b8ae6984b8bf4095065c1a1f00ecc71b (patch)
treee824c0b0ebc5f75cb3fa033569c10b9ca736bc50
parent9ca331b8a9a1cbda7283fb9a36d881d336f7f045 (diff)
downloadgitblit-479aabd5b8ae6984b8bf4095065c1a1f00ecc71b.tar.gz
gitblit-479aabd5b8ae6984b8bf4095065c1a1f00ecc71b.zip
Update to JCommander 1.27
-rw-r--r--.classpath2
-rw-r--r--src/com/gitblit/build/Build.java8
2 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 40ceb42d..5bd2eaed 100644
--- a/.classpath
+++ b/.classpath
@@ -7,7 +7,7 @@
<classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/log4j-1.2.17-sources.jar"/>
<classpathentry kind="lib" path="ext/slf4j-api-1.6.6.jar" sourcepath="ext/slf4j-api-1.6.6-sources.jar"/>
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.6.6.jar" sourcepath="ext/slf4j-log4j12-1.6.6-sources.jar"/>
- <classpathentry kind="lib" path="ext/jcommander-1.17.jar" sourcepath="ext/jcommander-1.17-sources.jar"/>
+ <classpathentry kind="lib" path="ext/jcommander-1.27.jar" sourcepath="ext/jcommander-1.27-sources.jar"/>
<classpathentry kind="lib" path="ext/bcprov-jdk16-1.46.jar" sourcepath="ext/bcprov-jdk16-1.46-sources.jar"/>
<classpathentry kind="lib" path="ext/bcmail-jdk16-1.46.jar" sourcepath="ext/bcmail-jdk16-1.46-sources.jar"/>
<classpathentry kind="lib" path="ext/jsch-0.1.44-1.jar" sourcepath="ext/jsch-0.1.44-1-sources.jar"/>
diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java
index 753a96c3..ea7f2e5c 100644
--- a/src/com/gitblit/build/Build.java
+++ b/src/com/gitblit/build/Build.java
@@ -461,10 +461,10 @@ public class Build {
private static class MavenObject {
public static final MavenObject JCOMMANDER = new MavenObject("jCommander", "com/beust",
- "jcommander", "1.17", 34000, 32000, 141000,
- "219a3540f3b27d7cc3b1d91d6ea046cd8723290e",
- "0bb50eec177acf0e94d58e0cf07262fe5164331d",
- "c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");
+ "jcommander", "1.27", 51000, 32000, 141000,
+ "58c9cbf0f1fa296f93c712f2cf46de50471920f9",
+ "fae697ac46477a5227a5ee14f8f3a1270a4627b0",
+ "a3ffcf1c0792a8ab851e99f3973ad8aa7cb825a8");
public static final MavenObject JETTY = new MavenObject("Jetty",
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.4.3.v20110701", 1000000, 680000,