Skip to content

Commit

Permalink
set version to 24.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed Dec 11, 2023
1 parent c2e18eb commit 3f3adcb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion arlas-iam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arlas-iam-parent</artifactId>
<groupId>io.arlas.iam</groupId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions arlas-iam-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arlas-iam-parent</artifactId>
<groupId>io.arlas.iam</groupId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.arlas.iam</groupId>
<artifactId>arlas-iam-core</artifactId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions arlas-iam-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arlas-iam-parent</artifactId>
<groupId>io.arlas.iam</groupId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.arlas.iam</groupId>
<artifactId>arlas-iam-rest</artifactId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion arlas-iam-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arlas-iam-parent</artifactId>
<groupId>io.arlas.iam</groupId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.arlas.iam</groupId>
<artifactId>arlas-iam-parent</artifactId>
<version>24.1.0-beta.0</version>
<version>24.1.0-rc.1</version>
<modules>
<module>arlas-iam-core</module>
<module>arlas-iam-rest</module>
Expand Down

0 comments on commit 3f3adcb

Please sign in to comment.