Skip to content

Commit

Permalink
Fix #41; resolve PR #36 (invalid decimal values)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmartell committed Aug 3, 2016
1 parent 259e94a commit 04da4fc
Show file tree
Hide file tree
Showing 17 changed files with 1,398 additions and 1,406 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>ets-common</artifactId>
<version>7</version>
<version>8</version>
</parent>
<artifactId>ets-wfs20</artifactId>
<version>1.24-SNAPSHOT</version>
Expand Down Expand Up @@ -52,7 +52,6 @@
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -62,7 +61,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>geomatics-geotk</artifactId>
<version>1.12-SNAPSHOT</version>
<version>1.12</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -79,7 +78,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 04da4fc

Please sign in to comment.