Skip to content

Commit

Permalink
release version 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Aug 30, 2024
1 parent e6cdf1d commit d50cbe5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## [v25.1.0](https://github.com/gisaia/ARLAS-tagger/tree/v25.1.0) (2024-07-31)
## [v26.0.0](https://github.com/gisaia/ARLAS-tagger/tree/v26.0.0) (2024-08-30)

[Full Changelog](https://github.com/gisaia/ARLAS-tagger/compare/v25.1.0...v26.0.0)

## [v25.1.0](https://github.com/gisaia/ARLAS-tagger/tree/v25.1.0) (2024-08-30)

[Full Changelog](https://github.com/gisaia/ARLAS-tagger/compare/v24.1.0...v25.1.0)

Expand Down
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>25.1.1-SNAPSHOT</version>
<version>26.0.0</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>25.1.1-SNAPSHOT</version>
<version>26.0.0</version>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-core</artifactId>
<version>25.1.1-SNAPSHOT</version>
<version>26.0.0</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 = "API_VERSION"),
version = "26.0.0"),
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>25.1.1-SNAPSHOT</version>
<version>26.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-core</artifactId>
<version>25.1.1-SNAPSHOT</version>
<version>26.0.0</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>25.1.1-SNAPSHOT</version>
<version>26.0.0</version>
<name>ARLAS Tagger</name>
<packaging>jar</packaging>

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

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-tagger-rest</artifactId>
<version>25.1.1-SNAPSHOT</version>
<version>26.0.0</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>25.1.1-SNAPSHOT</version>
<version>26.0.0</version>
<name>ARLAS Tagger parent</name>

<modules>
Expand Down

0 comments on commit d50cbe5

Please sign in to comment.