Author: echatellier Date: 2012-04-24 15:14:37 +0200 (Tue, 24 Apr 2012) New Revision: 3384 Url: http://chorem.org/repositories/revision/lima/3384 Log: Update h2, jdom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-04-24 13:14:14 UTC (rev 3383) +++ trunk/pom.xml 2012-04-24 13:14:37 UTC (rev 3384) @@ -103,7 +103,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.165</version> + <version>1.3.166</version> <scope>runtime</scope> </dependency> @@ -166,7 +166,7 @@ <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> - <version>1.1</version> + <version>2.0.0</version> <scope>compile</scope> </dependency>