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 30, 2024
1 parent d50cbe5 commit d608424
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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>26.0.0</version>
<version>26.0.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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-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 @@ -61,7 +61,7 @@
description = "(Un)Tag fields of ARLAS collections",
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 = "26.0.0"),
version = "API_VERSION"),
externalDocs = @ExternalDocumentation(
description = "API documentation",
url="https://docs.arlas.io/arlas-api/"),
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>26.0.0</version>
<version>26.0.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>26.0.0</version>
<version>26.0.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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<name>ARLAS Tagger</name>
<packaging>jar</packaging>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-rest</artifactId>
<version>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

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>26.0.0</version>
<version>26.0.1-SNAPSHOT</version>
<name>ARLAS Tagger parent</name>

<modules>
Expand Down

0 comments on commit d608424

Please sign in to comment.