summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorkjpoalses <kevinp@poalsoft.net>2012-12-21 08:04:51 +0000
committerkjpoalses <kevinp@poalsoft.net>2012-12-21 08:04:51 +0000
commit74678a3a186b681f116c1580d6c3445a03207039 (patch)
tree483a3ccde8aa7756319e43376bc1f8040bd65f89 /pom.xml
parente96931e95b746330b5d6aebe5bfead6d5ba2201a (diff)
downloadplatform_external_jcommander-74678a3a186b681f116c1580d6c3445a03207039.tar.gz
platform_external_jcommander-74678a3a186b681f116c1580d6c3445a03207039.tar.bz2
platform_external_jcommander-74678a3a186b681f116c1580d6c3445a03207039.zip
New: @Parameters can now be used with cglib proxies
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b1c3062..d17bda8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
- <version>1.13</version>
+ <version>1.31-SNAPSHOT</version>
<!--
<version>${project.version}</version>
-->