Skip to content

Commit

Permalink
development version 26.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Aug 29, 2024
1 parent 5486a72 commit f3a8f5b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS permissions server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-parent</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS permissions server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-parent</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-core</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
description = "Get a list of authorized endpoints/verbs for authenticated users.",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
contact = @Contact(email = "contact@gisaia.com", name = "Gisaia", url = "http://www.gisaia.com/"),
version = "26.0.0"),
version = "API_VERSION"),
externalDocs = @ExternalDocumentation(
description = "API documentation",
url="https://docs.arlas.io/arlas-api/"),
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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS permissions server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-parent</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-rest</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS permissions server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-permissions-parent</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
</parent>

<dependencies>
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" : "26.0.0"
"version" : "26.0.1-SNAPSHOT"
},
"externalDocs" : {
"description" : "API documentation",
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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ARLAS permissions parent</name>

Expand Down

0 comments on commit f3a8f5b

Please sign in to comment.