From fe682356cf9d8afbc1bf93963a502592d8e9c50c Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Thu, 08 Apr 2010 16:31:14 +0800 Subject: [PATCH] update geotools to 2.6.2 --- xdgnjobs/ximple-elmparser/pom.xml | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/xdgnjobs/ximple-elmparser/pom.xml b/xdgnjobs/ximple-elmparser/pom.xml index 6ce9e0b..d9ce86a 100644 --- a/xdgnjobs/ximple-elmparser/pom.xml +++ b/xdgnjobs/ximple-elmparser/pom.xml @@ -5,18 +5,18 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> - <version>1.0.1</version> + <version>1.2.0</version> </parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-elmparser</artifactId> - <version>1.0.1</version> + <version>1.2.0</version> <packaging>jar</packaging> <name>ximple-elmparser</name> <url>http://maven.apache.org</url> <properties> - <xdgnio.version>1.0.1</xdgnio.version> + <xdgnio.version>1.2.0</xdgnio.version> </properties> <scm> @@ -35,7 +35,7 @@ <url>http://www.ximple.com.tw</url> </organization> - <inceptionYear>2008</inceptionYear> + <inceptionYear>2010</inceptionYear> <developers> <developer> @@ -57,8 +57,8 @@ <!-- =========================================================== --> <dependencies> <dependency> + <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> - <groupId>opensymphony</groupId> </dependency> <dependency> @@ -69,50 +69,50 @@ <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-shapefile</artifactId> + <artifactId>gt-shapefile</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-sample-data</artifactId> + <artifactId>gt-sample-data</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-data</artifactId> + <artifactId>gt-data</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-jdbc</artifactId> + <artifactId>gt-jdbc</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-postgis</artifactId> + <artifactId>gt-postgis</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-oracle-spatial</artifactId> + <artifactId>gt-oracle-spatial</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-mysql</artifactId> + <artifactId>gt-mysql</artifactId> </dependency> <!-- because main and sample-data depend on referencing we need a tie breaker --> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt2-referencing</artifactId> + <artifactId>gt-referencing</artifactId> </dependency> <!-- We need this to make the referencing module useful --> <dependency> - <artifactId>gt2-epsg-hsql</artifactId> + <artifactId>gt-epsg-hsql</artifactId> <groupId>org.geotools</groupId> <scope>test</scope> </dependency> <dependency> - <artifactId>jdom</artifactId> <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> </dependency> <dependency> -- Gitblit v0.0.0-SNAPSHOT