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 57673a7 commit 27268fb
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

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

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

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

[Full Changelog](https://github.com/gisaia/ARLAS-permissions/compare/v24.0.0...v24.0.2)
Expand Down
4 changes: 2 additions & 2 deletions arlas-permissions-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-permissions-core</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS permissions server core</name>

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

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions arlas-permissions-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-permissions-rest</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS permissions server rest</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-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 @@ -44,7 +44,7 @@
title = "ARLAS permissions API",
description = "permissions 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 PermissionsRestService {
Expand Down
6 changes: 3 additions & 3 deletions arlas-permissions-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-permissions-server</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS permissions server</name>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-rest</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions arlas-permissions-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-permissions-tests</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>jar</packaging>
<name>ARLAS permissions server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-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 @@ permissions 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" : "permissions REST services",
"version" : "24.0.3-SNAPSHOT",
"version" : "24.0.4",
"title" : "ARLAS permissions 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: "permissions REST services"
version: "24.0.3-SNAPSHOT"
version: "24.0.4"
title: "ARLAS permissions 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-permissions-parent</artifactId>
<version>24.0.3-SNAPSHOT</version>
<version>24.0.4</version>
<packaging>pom</packaging>
<name>ARLAS permissions parent</name>

Expand Down

0 comments on commit 27268fb

Please sign in to comment.