Skip to content

Commit

Permalink
development version 23.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Nov 28, 2022
1 parent 7bcecd4 commit 8447a6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>23.0.2</version>
<version>23.0.3-SNAPSHOT</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>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>23.0.2</version>
<version>23.0.3-SNAPSHOT</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 = "23.0.2"),
version = "API_VERSION"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public class PersistenceRestService {
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>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>23.0.2</version>
<version>23.0.3-SNAPSHOT</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>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ARLAS persistence tests</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
</parent>

<dependencies>
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>23.0.2</version>
<version>23.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ARLAS persistence parent</name>

Expand Down

0 comments on commit 8447a6e

Please sign in to comment.