From 6d2edcc80c543290a1695e1eb364ba4ac6c0df1f Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Fri, 30 Apr 2010 18:21:18 +0800 Subject: [PATCH] --- xdgnjobs/ximple-elmparser/pom.xml | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/xdgnjobs/ximple-elmparser/pom.xml b/xdgnjobs/ximple-elmparser/pom.xml index d9ce86a..14d8b8d 100644 --- a/xdgnjobs/ximple-elmparser/pom.xml +++ b/xdgnjobs/ximple-elmparser/pom.xml @@ -169,14 +169,14 @@ <!-- Ximple Library --> <dependency> - <artifactId>ximple-dgnio</artifactId> <groupId>com.ximple.eofms</groupId> - <version>${xdgnio.version}</version> + <artifactId>ximple-dgnio</artifactId> + <version>1.2.0</version> </dependency> <dependency> - <artifactId>ximple-spatialjob</artifactId> <groupId>com.ximple.eofms</groupId> - <version>${xdgnio.version}</version> + <artifactId>ximple-spatialjob</artifactId> + <version>1.2.0</version> </dependency> </dependencies> @@ -205,8 +205,9 @@ Use maven from the command line: mvn exec:java -Dexec.mainClass="com.ximple.eofms.XElementParser" --> - <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.1.1</version> <!-- <executions> <execution> @@ -237,7 +238,7 @@ <plugin> <groupId>com.ximple.eofms.maven</groupId> <artifactId>ximple-jar-collector</artifactId> - <version>${project.version}</version> + <version>1.2.0</version> <executions> <execution> <goals> -- Gitblit v0.0.0-SNAPSHOT