Skip to content

Commit

Permalink
#65 - Update TEAM Engine dependencies to v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenger committed May 30, 2023
1 parent 3fe17e3 commit 9e5e049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
<properties>
<ets-code>ogcapi-processes-1.0</ets-code>
<spec-version>0.1</spec-version>
<docker.teamengine.version>5.5.1</docker.teamengine.version>
<docker.teamengine.version>5.6.1</docker.teamengine.version>
<spec-version>1.0</spec-version>
</properties>

<dependencies>
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
<version>5.5.1</version>
<version>5.6.1</version>
</dependency>
<dependency>
<groupId>org.opengis.cite</groupId>
Expand Down
4 changes: 1 addition & 3 deletions src/site/asciidoc/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
- https://github.com/opengeospatial/ets-ogcapi-processes10/issues/40[#40] Test failure on async execution returning 200 response (sync, or sync & async process)
- https://github.com/opengeospatial/ets-ogcapi-processes10/issues/59[#59] Extraneous id included in execution request
- https://github.com/opengeospatial/ets-ogcapi-processes10/issues/61[#61] Test for single output is actually requesting none



- https://github.com/opengeospatial/ets-ogcapi-processes10/issues/65[#65] Update TEAM Engine dependencies to v5.6.1

== 0.4 (2023-02)

Expand Down

0 comments on commit 9e5e049

Please sign in to comment.