From 1cc0f32f7fefa2821a052f823e735bdb14193b93 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Mon, 24 Oct 2011 16:15:36 +0800 Subject: [PATCH] --- xdgnjobs/ximple-elmparser/pom.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xdgnjobs/ximple-elmparser/pom.xml b/xdgnjobs/ximple-elmparser/pom.xml index 14d8b8d..cf0f96c 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.2.0</version> + <version>1.2.1</version> </parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-elmparser</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> <packaging>jar</packaging> <name>ximple-elmparser</name> <url>http://maven.apache.org</url> <properties> - <xdgnio.version>1.2.0</xdgnio.version> + <xdgnio.version>1.2.1</xdgnio.version> </properties> <scm> @@ -171,12 +171,12 @@ <dependency> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnio</artifactId> - <version>1.2.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-spatialjob</artifactId> - <version>1.2.0</version> + <version>${project.version}</version> </dependency> </dependencies> @@ -207,7 +207,7 @@ --> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> + <version>1.2.1</version> <!-- <executions> <execution> @@ -238,7 +238,7 @@ <plugin> <groupId>com.ximple.eofms.maven</groupId> <artifactId>ximple-jar-collector</artifactId> - <version>1.2.0</version> + <version>${project.version}</version> <executions> <execution> <goals> -- Gitblit v0.0.0-SNAPSHOT