forked from geodmms/xdgnjobs

?? ?
2008-07-17 94c5813b996a8e0c967f8f4c0abbd8669810801d
update version to 0.7
8 files modified
55 ■■■■ changed files
xdgnjobs/pom.xml 23 ●●●●● patch | view | raw | blame | history
xdgnjobs/ximple-build/maven/jar-collector/pom.xml 2 ●●● patch | view | raw | blame | history
xdgnjobs/ximple-build/maven/jar-collector/src/main/java/com/ximple/eofms/maven/JarCollector.java 2 ●●● patch | view | raw | blame | history
xdgnjobs/ximple-build/maven/pom.xml 2 ●●● patch | view | raw | blame | history
xdgnjobs/ximple-build/pom.xml 2 ●●● patch | view | raw | blame | history
xdgnjobs/ximple-dgnio/pom.xml 8 ●●●● patch | view | raw | blame | history
xdgnjobs/ximple-jobcarrier/pom.xml 8 ●●●● patch | view | raw | blame | history
xdgnjobs/ximple-spatialjob/pom.xml 8 ●●●● patch | view | raw | blame | history
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.6.0</xdgnio.version>
    <xdgnio.version>0.7.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.6.0</version>
  <version>0.7.0</version>
  <name>ximple-dgnjobs</name>
  <url>http://www.ximple.com.tw</url>
@@ -168,8 +168,8 @@
      </dependency>
      <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-contrib</artifactId>
        <version>3.0.2-FINAL</version>
        <artifactId>poi</artifactId>
        <version>3.1-FINAL</version>
      </dependency>
      <!-- geotools -->
@@ -239,9 +239,9 @@
      </dependency>
      <dependency>
        <groupId>velocity</groupId>
        <groupId>org.apache.velocity</groupId>
        <artifactId>velocity</artifactId>
        <version>1.4</version>
        <version>1.5</version>
      </dependency>
      <!-- We need this to make the referencing module useful -->
@@ -297,13 +297,6 @@
        <groupId>opensymphony</groupId>
        <artifactId>quartz</artifactId>
        <version>1.6.0</version>
      </dependency>
      <!-- Ximple Library -->
      <dependency>
        <artifactId>ximple-dgnio</artifactId>
        <groupId>com.ximple</groupId>
        <version>${xdgnio.version}</version>
      </dependency>
      <!-- Tests or legacy -->
@@ -541,7 +534,7 @@
          <dependency>
            <groupId>org.geotools.maven</groupId>
            <artifactId>gt2-build-configs</artifactId>
            <version>${project.version}</version>
            <version>${gt.version}</version>
          </dependency>
        </dependencies>
      </plugin>
@@ -624,7 +617,7 @@
          <dependency>
            <groupId>org.geotools.maven</groupId>
            <artifactId>gt2-build-configs</artifactId>
            <version>${project.version}</version>
            <version>${gt.version}</version>
          </dependency>
        </dependencies>
      </plugin>
xdgnjobs/ximple-build/maven/jar-collector/pom.xml
@@ -7,7 +7,7 @@
  <parent>
    <groupId>com.ximple.eofms.maven</groupId>
    <artifactId>ximple-maven</artifactId>
    <version>0.6.0</version>
    <version>0.7.0</version>
  </parent>
xdgnjobs/ximple-build/maven/jar-collector/src/main/java/com/ximple/eofms/maven/JarCollector.java
@@ -1,4 +1,4 @@
package org.ximple.eofms.maven;
package com.ximple.eofms.maven;
import org.apache.maven.artifact.Artifact;
xdgnjobs/ximple-build/maven/pom.xml
@@ -7,7 +7,7 @@
  <parent>
    <groupId>com.ximple.eofms.maven</groupId>
    <artifactId>ximple-build</artifactId>
    <version>0.6.0</version>
    <version>0.7.0</version>
  </parent>
xdgnjobs/ximple-build/pom.xml
@@ -7,7 +7,7 @@
  <parent>
    <groupId>com.ximple.eofms</groupId>
    <artifactId>ximple-dgnjobs</artifactId>
    <version>0.6.0</version>
    <version>0.7.0</version>
  </parent>
xdgnjobs/ximple-dgnio/pom.xml
@@ -7,7 +7,7 @@
  <parent>
    <groupId>com.ximple.eofms</groupId>
    <artifactId>ximple-dgnjobs</artifactId>
    <version>0.6.0</version>
    <version>0.7.0</version>
  </parent>
  <!-- =========================================================== -->
@@ -15,7 +15,7 @@
  <!-- =========================================================== -->
  <groupId>com.ximple.eofms</groupId>
  <artifactId>ximple-dgnio</artifactId>
  <version>0.6.0</version>
  <version>0.7.0</version>
  <packaging>jar</packaging>
  <name>ximple-dgnio</name>
  <url>http://www.ximple.com.tw</url>
@@ -67,6 +67,10 @@
      <groupId>com.oracle</groupId>
      <artifactId>ojdbc5</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi</artifactId>
    </dependency>
  </dependencies>
  <!-- =========================================================== -->
xdgnjobs/ximple-jobcarrier/pom.xml
@@ -6,19 +6,19 @@
  <parent>
    <groupId>com.ximple.eofms</groupId>
    <artifactId>ximple-dgnjobs</artifactId>
    <version>0.6.0</version>
    <version>0.7.0</version>
  </parent>
  <groupId>com.ximple.eofms</groupId>
  <artifactId>ximple-jobcarrier</artifactId>
  <version>0.6.0</version>
  <version>0.7.0</version>
  <packaging>jar</packaging>
  <name>ximple-jobcarrier</name>
  <url>http://maven.apache.org</url>
  <properties>
    <xdgnio.version>0.6.0</xdgnio.version>
    <xdgnio.version>0.7.0</xdgnio.version>
  </properties>
  <scm>
@@ -119,7 +119,7 @@
    <dependency>
      <artifactId>velocity</artifactId>
      <groupId>velocity</groupId>
      <groupId>org.apache.velocity</groupId>
    </dependency>
    <!-- ORACLE -->
xdgnjobs/ximple-spatialjob/pom.xml
@@ -7,18 +7,18 @@
  <parent>
    <groupId>com.ximple.eofms</groupId>
    <artifactId>ximple-dgnjobs</artifactId>
    <version>0.6.0</version>
    <version>0.7.0</version>
  </parent>
  <groupId>com.ximple.eofms</groupId>
  <artifactId>ximple-spatialjob</artifactId>
  <version>0.6.0</version>
  <version>0.7.0</version>
  <packaging>jar</packaging>
  <name>ximple-spatialjob</name>
  <url>http://www.ximple.com.tw</url>
  <properties>
    <xdgnio.version>0.6.0</xdgnio.version>
    <xdgnio.version>0.7.0</xdgnio.version>
  </properties>
  <description>
@@ -106,7 +106,7 @@
    <dependency>
      <artifactId>velocity</artifactId>
      <groupId>velocity</groupId>
      <groupId>org.apache.velocity</groupId>
    </dependency>
    <!-- ORACLE -->