Skip to content

Commit

Permalink
Fix #37: Use latest geomatics-geotk lib (via ets-gml32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmartell committed Nov 10, 2016
1 parent 5c2d7c4 commit 4a1418d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ets-gml32</artifactId>
<version>1.24</version>
<version>1.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 2 additions & 0 deletions src/site/xhtml/changelog.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
Schematron validation fails if resolve parameter is set globally</li>
<li style="list-style:square">Fix <a target="_blank" href="https://github.com/opengeospatial/ets-wfs20/issues/38">#38</a>:
ResourceIdFilterTests::inconsistentFeatureIdentifierAndType and POST request</li>
<li style="list-style:square">Fix <a target="_blank" href="https://github.com/opengeospatial/ets-wfs20/issues/37">#37</a>:
Invalid GML geometry operand if system locale is DE</li>
<li style="list-style:square">Fix <a target="_blank" href="https://github.com/opengeospatial/ets-wfs20/issues/23">#23</a>:
SOAP response is not evaluated correctly in describeAllFeatureTypes</li>
<li style="list-style:square">Fix ClassCastException in temporal query tests when operand is gml:TimePeriod</li>
Expand Down

0 comments on commit 4a1418d

Please sign in to comment.