Skip to content

Commit

Permalink
release version 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed May 15, 2024
1 parent 1a8749e commit b3da635
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 15 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

## [v25.0.0](https://github.com/gisaia/arlas-persistence/tree/v25.0.0) (2024-05-15)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v25.0.0-rc.2...v25.0.0)

## [v25.0.0-rc.2](https://github.com/gisaia/arlas-persistence/tree/v25.0.0-rc.2) (2024-05-06)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v25.0.0-beta.6...v25.0.0-rc.2)
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>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
</parent>

<dependencies>
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>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
description = "Persistence REST services.",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
contact = @Contact(email = "[email protected]", name = "Gisaia", url = "http://www.gisaia.com/"),
version = "API_VERSION"),
version = "25.0.0"),
externalDocs = @ExternalDocumentation(
description = "API documentation",
url="https://docs.arlas.io/arlas-api/"),
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,21 +5,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-server</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
</dependency>
</dependencies>

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>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Generator: Widdershins v4.0.1 -->

<h1 id="arlas-persistence-apis">ARLAS Persistence APIs v25.0.0-rc.2</h1>
<h1 id="arlas-persistence-apis">ARLAS Persistence APIs v25.0.0</h1>

> Scroll down for example requests and responses.
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name" : "Apache 2.0",
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version" : "25.0.0-rc.3-SNAPSHOT"
"version" : "25.0.0"
},
"externalDocs" : {
"description" : "API documentation",
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 25.0.0-rc.2
version: 25.0.0
externalDocs:
description: API documentation
url: https://docs.arlas.io/arlas-api/
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>25.0.0-rc.3-SNAPSHOT</version>
<version>25.0.0</version>
<packaging>pom</packaging>
<name>ARLAS persistence parent</name>

Expand Down

0 comments on commit b3da635

Please sign in to comment.