Skip to content

Commit

Permalink
DONOTMERGE Test against ORM 6.5.0-SNAPSHOT and Reactive 2.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Apr 23, 2024
1 parent 62a9b18 commit 805c235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
</profiles>
<activeProfiles>
<activeProfile>google-mirror</activeProfile>
<activeProfile>snapshots</activeProfile>
</activeProfiles>
</settings>
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
bytebuddy.version (just below), hibernate-orm.version-for-documentation (in docs/pom.xml)
and both hibernate-orm.version and antlr.version in build-parent/pom.xml
WARNING again for diffs that don't provide enough context: when updating, see above -->
<hibernate-orm.version>6.5.0.CR2</hibernate-orm.version>
<hibernate-orm.version>6.5.0-SNAPSHOT</hibernate-orm.version>
<bytebuddy.version>1.14.12</bytebuddy.version> <!-- Version controlled by Hibernate ORM's needs -->
<hibernate-commons-annotations.version>6.0.6.Final</hibernate-commons-annotations.version> <!-- version controlled by Hibernate ORM -->
<hibernate-reactive.version>2.3.0.CR1</hibernate-reactive.version>
<hibernate-reactive.version>2.3.0-SNAPSHOT</hibernate-reactive.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<!-- When updating, align hibernate-search.version-for-documentation in docs/pom.xml -->
<hibernate-search.version>7.1.0.Final</hibernate-search.version>
Expand Down

0 comments on commit 805c235

Please sign in to comment.