Skip to content

Commit

Permalink
[#1895] Update Hibernate Reactive in JBang templates to 3.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 13, 2024
1 parent 9dd2618 commit 6592c3c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pipeline {
string(
name: 'RELEASE_VERSION',
defaultValue: '',
description: 'The version to be released, e.g. 2.4.0.Final. Mandatory for manual releases, to prevent mistakes.',
description: 'The version to be released, e.g. 3.0.0.Beta1. Mandatory for manual releases, to prevent mistakes.',
trim: true
)
string(
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/CockroachDBReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.11}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:cockroachdb:1.20.4
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/Db2ReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

//DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.5.11}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:db2:1.20.4
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.11}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.11}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.slf4j:slf4j-simple:2.0.7
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:

Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/MariaDBReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.11}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:mariadb:1.20.4
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/MySQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.11}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:mysql:1.20.4
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/PostgreSQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.11}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:postgresql:1.20.4
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/ReactiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.11}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.11}
//DEPS io.vertx:vertx-unit:${vertx.version:4.5.11}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.4.0.Final}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:3.0.0.Beta1}
//DEPS org.assertj:assertj-core:3.26.3
//DEPS junit:junit:4.13.2
//DEPS org.testcontainers:postgresql:1.20.4
Expand Down

0 comments on commit 6592c3c

Please sign in to comment.