diff --git a/CHANGELOG.md b/CHANGELOG.md index bd108651a..da2513303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## [v13.7.0](https://github.com/gisaia/ARLAS-server/tree/v13.7.0) (2020-05-25) +## [v13.7.1](https://github.com/gisaia/ARLAS-server/tree/v13.7.1) (2020-06-02) + +[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v13.7.0...v13.7.1) + +## [v13.7.0](https://github.com/gisaia/ARLAS-server/tree/v13.7.0) (2020-05-28) [Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v12.7.8...v13.7.0) diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml index e11b5b45f..2a9de091e 100644 --- a/arlas-admin/pom.xml +++ b/arlas-admin/pom.xml @@ -2,14 +2,14 @@ 4.0.0 io.arlas arlas-admin - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS server admin io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 @@ -27,7 +27,7 @@ io.arlas arlas-core - 13.7.1-SNAPSHOT + 13.7.1 com.auth0 diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml index df2b10eea..a76094bc7 100644 --- a/arlas-core/pom.xml +++ b/arlas-core/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-core - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS server core io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml index 456653622..f5843bef0 100644 --- a/arlas-opensearch/pom.xml +++ b/arlas-opensearch/pom.xml @@ -2,26 +2,26 @@ 4.0.0 io.arlas arlas-opensearch - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS server opensearch io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-rest - 13.7.1-SNAPSHOT + 13.7.1 io.arlas ogc-common - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml index 690952800..9b9b318b9 100644 --- a/arlas-rest/pom.xml +++ b/arlas-rest/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-rest - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS server rest io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-core - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java b/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java index c7340bb7b..2e6bc256f 100644 --- a/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java +++ b/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java @@ -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 = "13.0.1"), schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS }) public abstract class ExploreRESTServices { diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml index 7ae592412..f3eb70e5f 100644 --- a/arlas-server/pom.xml +++ b/arlas-server/pom.xml @@ -2,41 +2,41 @@ 4.0.0 io.arlas arlas-server - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS server io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-rest - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-opensearch - 13.7.1-SNAPSHOT + 13.7.1 io.arlas ogc-csw - 13.7.1-SNAPSHOT + 13.7.1 io.arlas ogc-wfs - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-admin - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml index 6f5851199..777c6c922 100644 --- a/arlas-tests/pom.xml +++ b/arlas-tests/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-tests - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS server tests io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-server - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/docs/api/overview.md b/docs/api/overview.md index 43c11cc6d..e1530e81f 100644 --- a/docs/api/overview.md +++ b/docs/api/overview.md @@ -7,7 +7,7 @@ Explore the content of ARLAS collections ### Version information -*Version* : 13.0.0 +*Version* : 13.0.1 ### Contact information diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml index 12f75fcd5..2822c06a2 100644 --- a/ogc-common/pom.xml +++ b/ogc-common/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-common - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS ogc common io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas arlas-core - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml index 71902e4b2..8e71c80be 100644 --- a/ogc-csw/pom.xml +++ b/ogc-csw/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-csw - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS ogc csw io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas ogc-common - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml index e11ad0d68..50f4394f0 100644 --- a/ogc-wfs/pom.xml +++ b/ogc-wfs/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-wfs - 13.7.1-SNAPSHOT + 13.7.1 jar ARLAS ogc wfs io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 io.arlas ogc-common - 13.7.1-SNAPSHOT + 13.7.1 diff --git a/openapi/swagger.json b/openapi/swagger.json index 5ce0294a3..bd3513a42 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -2,7 +2,7 @@ "swagger" : "2.0", "info" : { "description" : "Explore the content of ARLAS collections", - "version" : "-SNAPSHOT", + "version" : "13.0.1", "title" : "ARLAS Exploration API", "contact" : { "name" : "Gisaia", diff --git a/openapi/swagger.yaml b/openapi/swagger.yaml index 2bde6500e..46b98acde 100644 --- a/openapi/swagger.yaml +++ b/openapi/swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: description: "Explore the content of ARLAS collections" - version: "-SNAPSHOT" + version: "13.0.1" title: "ARLAS Exploration API" contact: name: "Gisaia" diff --git a/packaging/helm/arlas-server/Chart.yaml b/packaging/helm/arlas-server/Chart.yaml index a2fd262b2..88f33de0c 100644 --- a/packaging/helm/arlas-server/Chart.yaml +++ b/packaging/helm/arlas-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 13.7.0 +appVersion: 13.7.1 description: Exploration & analyzis of geo-referenced data from elasticsearch. home: http://arlas.io/ icon: http://arlas.io/wp-content/uploads/2017/12/Logo-Arlas-Bicolor-01.png @@ -10,4 +10,4 @@ maintainers: name: arlas-server sources: - https://github.com/gisaia/ARLAS-server -version: 13.7.0 +version: 13.7.1 diff --git a/pom.xml b/pom.xml index f91af332f..c53c30b04 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.arlas arlas-server-parent - 13.7.1-SNAPSHOT + 13.7.1 pom ARLAS server parent