Skip to content

Commit

Permalink
development version 24.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed Dec 12, 2023
1 parent e56eef8 commit 0c7fe7b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion arlas-tagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>arlas-tagger-parent</artifactId>
<groupId>io.arlas</groupId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions arlas-tagger-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<artifactId>arlas-tagger-rest</artifactId>
<name>ARLAS Tagger rest</name>
<packaging>jar</packaging>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>

<parent>
<artifactId>arlas-tagger-parent</artifactId>
<groupId>io.arlas</groupId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-core</artifactId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
title = "ARLAS Tagger API",
description = "(Un)Tag fields of ARLAS collections",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
version = "24.1.0"),
version = "API_VERSION"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public class TagRESTService {
Expand Down
4 changes: 2 additions & 2 deletions arlas-tagger-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arlas-tagger-parent</artifactId>
<groupId>io.arlas</groupId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-core</artifactId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</dependency>
<!-- ____________________________________________________ -->
<!-- Tests -->
Expand Down
6 changes: 3 additions & 3 deletions arlas-tagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-tagger</artifactId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
<name>ARLAS Tagger</name>
<packaging>jar</packaging>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-parent</artifactId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-rest</artifactId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
</dependency>
</dependencies>

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" : "(Un)Tag fields of ARLAS collections",
"version" : "24.1.0",
"version" : "24.1.1-SNAPSHOT",
"title" : "ARLAS Tagger 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: "(Un)Tag fields of ARLAS collections"
version: "24.1.0"
version: "24.1.1-SNAPSHOT"
title: "ARLAS Tagger 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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-parent</artifactId>
<version>24.1.0</version>
<version>24.1.1-SNAPSHOT</version>
<name>ARLAS Tagger parent</name>

<modules>
Expand Down

0 comments on commit 0c7fe7b

Please sign in to comment.