Skip to content

Commit

Permalink
release version 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien.falquier committed Apr 20, 2018
1 parent 4311c68 commit 52b066a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

- Add wfs exclude field in CollectionReferenceParameters [\#187](https://github.com/gisaia/ARLAS-server/issues/187) [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)]
- Configuration: applicationContextPath can be customized in a container via an environment variable [\#158](https://github.com/gisaia/ARLAS-server/issues/158) [[conf](https://github.com/gisaia/ARLAS-server/labels/conf)]
- speed up CI runs using parallelized jobs [\#220](https://github.com/gisaia/ARLAS-server/pull/220) ([sfalquier](https://github.com/sfalquier))

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>5.6.0</version>

<properties>
<!-- PROJECT-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
title = "ARLAS Exploration API",
description = "Explore the content of ARLAS collections",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
version = "API_VERSION"))
version = "5.0.0"))

public abstract class ExploreRESTServices {

Expand Down

0 comments on commit 52b066a

Please sign in to comment.