Skip to content

Commit

Permalink
Upgrade to Hibernate 6.5.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstrobl committed Apr 26, 2024
1 parent c2b0ba6 commit 2c24c98
Show file tree
Hide file tree
Showing 39 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions metadata/org.hibernate.orm/hibernate-core/index.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"metadata-version": "6.5.0.CR1",
"latest": true,
"metadata-version": "6.5.0.Final",
"default-for": "6\\.5\\..*",
"module": "org.hibernate.orm:hibernate-core",
"tested-versions": [
"6.5.0.CR1"
"6.5.0.Final"
]
},
{
"latest": true,
"metadata-version": "6.2.0.Final",
"module": "org.hibernate.orm:hibernate-core",
"tested-versions": [
Expand Down
4 changes: 2 additions & 2 deletions tests/src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,10 @@
"versions" : [ "6.2.0.Final" ]
} ]
}, {
"test-project-path" : "org.hibernate.orm/hibernate-core/6.5.0.CR1",
"test-project-path" : "org.hibernate.orm/hibernate-core/6.5.0.Final",
"libraries" : [ {
"name" : "org.hibernate.orm:hibernate-core",
"versions" : [ "6.5.0.CR1" ]
"versions" : [ "6.5.0.Final" ]
} ]
}, {
"test-project-path" : "org.hibernate.orm/hibernate-envers/6.1.1.Final",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
library.version = 6.5.0.Final
metadata.dir = org.hibernate.orm/hibernate-core/6.5.0.Final/

0 comments on commit 2c24c98

Please sign in to comment.