Skip to content

Commit

Permalink
release version 24.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed Dec 11, 2023
1 parent 06229b2 commit 227df17
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v24.0.4](https://github.com/gisaia/arlas-persistence/tree/v24.0.4) (2023-12-11)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v24.0.2...v24.0.4)

## [v24.0.2](https://github.com/gisaia/arlas-persistence/tree/v24.0.2) (2023-06-27)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v24.0.0...v24.0.2)
Expand Down
2 changes: 1 addition & 1 deletion arlas-persistence-core/docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ persistence REST services


### Version information
*Version* : 24.0.2
*Version* : 24.0.4


### Contact information
Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS persistence server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion arlas-persistence-rest/docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ persistence REST services


### Version information
*Version* : 24.0.2
*Version* : 24.0.4


### Contact information
Expand Down
6 changes: 3 additions & 3 deletions arlas-persistence-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS persistence server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
title = "ARLAS persistence API",
description = "persistence REST services",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
version = "API_VERSION"),
version = "24.0.4"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public class PersistenceRestService {
Expand Down
2 changes: 1 addition & 1 deletion arlas-persistence-server/docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ persistence REST services


### Version information
*Version* : 24.0.2
*Version* : 24.0.4


### Contact information
Expand Down
6 changes: 3 additions & 3 deletions arlas-persistence-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-server</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</parent>

<dependencies>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion arlas-persistence-tests/docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ persistence REST services


### Version information
*Version* : 24.0.2
*Version* : 24.0.4


### Contact information
Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-tests</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS persistence tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ persistence REST services


### Version information
*Version* : 24.0.2
*Version* : 24.0.4


### Contact information
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" : "persistence REST services",
"version" : "24.0.3-SNAPSHOT",
"version" : "24.0.4",
"title" : "ARLAS persistence 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: "persistence REST services"
version: "24.0.3-SNAPSHOT"
version: "24.0.4"
title: "ARLAS persistence 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-persistence-parent</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>pom</packaging>
<name>ARLAS persistence parent</name>

Expand Down

0 comments on commit 227df17

Please sign in to comment.