From f57bc20ef7e579e51c29517cb1e93a8a80a5ebaa Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Mon, 04 Aug 2008 17:26:37 +0800 Subject: [PATCH] update for EOFM-138 --- xdgnjobs/pom.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xdgnjobs/pom.xml b/xdgnjobs/pom.xml index 3714472..77e7735 100644 --- a/xdgnjobs/pom.xml +++ b/xdgnjobs/pom.xml @@ -18,7 +18,7 @@ <test.maxHeapSize>512M</test.maxHeapSize> <src.output>${basedir}/target</src.output> <java5>1.5</java5> - <xdgnio.version>0.7.0</xdgnio.version> + <xdgnio.version>0.8.0</xdgnio.version> <gt.version>2.4.4</gt.version> <failIfNoTests>false</failIfNoTests> </properties> @@ -60,7 +60,7 @@ <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <packaging>pom</packaging> - <version>0.7.0</version> + <version>0.8.0</version> <name>ximple-dgnjobs</name> <url>http://www.ximple.com.tw</url> @@ -113,7 +113,7 @@ <dependency> <groupId>org.opengis</groupId> <artifactId>geoapi-nogenerics</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> </dependency> <dependency> <groupId>javax.units</groupId> @@ -303,7 +303,8 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>5.7</version> + <version>5.8</version> + <classifier>jdk15</classifier> <scope>test</scope> </dependency> </dependencies> @@ -366,6 +367,7 @@ <dependency> <artifactId>testng</artifactId> <groupId>org.testng</groupId> + <classifier>jdk15</classifier> <scope>test</scope> </dependency> </dependencies> -- Gitblit v0.0.0-SNAPSHOT