Skip to content

Commit

Permalink
development version 17.7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed May 18, 2021
1 parent a67d305 commit 7a8d686
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions arlas-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS server admin</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<distributionManagement>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
4 changes: 2 additions & 2 deletions arlas-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions arlas-opensearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS server opensearch</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 = "17.0.0"),
version = "API_VERSION"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public abstract class ExploreRESTServices {
Expand Down
14 changes: 7 additions & 7 deletions arlas-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-rest</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-opensearch</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-admin</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-tests</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS server tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-server</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>

<!-- ____________________________________________________ -->
Expand Down
6 changes: 3 additions & 3 deletions ogc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS ogc common</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-core</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions ogc-csw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>ogc-csw</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS ogc csw</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions ogc-wfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>ogc-wfs</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS ogc wfs</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>ogc-common</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger" : "2.0",
"info" : {
"description" : "Explore the content of ARLAS collections",
"version" : "17.0.0",
"version" : "17.0.1-SNAPSHOT",
"title" : "ARLAS Exploration API",
"contact" : {
"name" : "Gisaia",
Expand Down
2 changes: 1 addition & 1 deletion openapi/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: "Explore the content of ARLAS collections"
version: "17.0.0"
version: "17.0.1-SNAPSHOT"
title: "ARLAS Exploration API"
contact:
name: "Gisaia"
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 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-server-parent</artifactId>
<version>17.7.0</version>
<version>17.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ARLAS server parent</name>

Expand Down

0 comments on commit 7a8d686

Please sign in to comment.