Skip to content

Commit

Permalink
chore: fixed jnosql version to be accepted by ci until new 1.1.3-SNAP…
Browse files Browse the repository at this point in the history
…SHOT come out.

Signed-off-by: Maximillian Arruda <[email protected]>
  • Loading branch information
dearrudam committed Nov 19, 2024
1 parent 5ac72cc commit 6e12be8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions microprofile-liberty-redis-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jnosql.version>1.1.3-SNAPSHOT</jnosql.version>
<!-- <jnosql.version>1.1.1</jnosql.version>-->
<!-- TODO: upgrade to 1.1.3-SNAPSHOT to support Redis Cluster -->
<jnosql.version>1.1.1</jnosql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions microprofile-liberty-redis-sentinel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jnosql.version>1.1.3-SNAPSHOT</jnosql.version>
<!-- <jnosql.version>1.1.1</jnosql.version>-->
<!-- TODO: upgrade to 1.1.3-SNAPSHOT to support Redis Sentinel -->
<jnosql.version>1.1.1</jnosql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
3 changes: 2 additions & 1 deletion microprofile-liberty-redis-single-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jnosql.version>1.1.3-SNAPSHOT</jnosql.version>
<!-- <jnosql.version>1.1.1</jnosql.version>-->
<!-- TODO: upgrade to 1.1.3-SNAPSHOT to support more Redis Single Node configurations -->
<jnosql.version>1.1.1</jnosql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 6e12be8

Please sign in to comment.