You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2013/08/03 17:31:09 UTC

svn commit: r1510011 - /creadur/whisker/trunk/pom.xml

Author: rdonkin
Date: Sat Aug  3 15:31:08 2013
New Revision: 1510011

URL: http://svn.apache.org/r1510011
Log:
Upgrade to latest JDOM 1 release

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1510011&r1=1510010&r2=1510011&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sat Aug  3 15:31:08 2013
@@ -43,7 +43,7 @@
       <dependency>
         <groupId>org.jdom</groupId>
         <artifactId>jdom</artifactId>
-        <version>1.1</version>
+        <version>1.1.3</version>
       </dependency>
 
       <dependency>