File tree Expand file tree Collapse file tree 17 files changed +35
-17
lines changed
_data/projects/orm/releases Expand file tree Collapse file tree 17 files changed +35
-17
lines changed Original file line number Diff line number Diff line change 12
12
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
13
13
migration_guide :
14
14
html :
15
- whats_new : # Nothing, we put it directly on the website
15
+ whats_new :
16
+ html : " /orm/releases/{series.version}/#whats-new"
16
17
maven :
17
18
coord :
18
19
group_id : org.hibernate
Original file line number Diff line number Diff line change 13
13
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
14
14
migration_guide :
15
15
html :
16
- whats_new : # Nothing, we put it directly on the website
16
+ whats_new :
17
+ html : " /orm/releases/{series.version}/#whats-new"
17
18
maven :
18
19
coord :
19
20
group_id : org.hibernate
Original file line number Diff line number Diff line change 10
10
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
11
11
migration_guide :
12
12
html : https://github.com/hibernate/hibernate-orm/blob/5.0/migration-guide.adoc
13
- whats_new : # Nothing, we put it directly on the website
13
+ whats_new :
14
+ html : " /orm/releases/{series.version}/#whats-new"
14
15
maven :
15
16
coord :
16
17
group_id : org.hibernate
Original file line number Diff line number Diff line change 8
8
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
9
9
migration_guide :
10
10
html : https://github.com/hibernate/hibernate-orm/blob/5.1/migration-guide.adoc
11
- whats_new : # Nothing, we put it directly on the website
11
+ whats_new :
12
+ html : " /orm/releases/{series.version}/#whats-new"
12
13
maven :
13
14
coord :
14
15
group_id : org.hibernate
Original file line number Diff line number Diff line change 8
8
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
9
9
migration_guide :
10
10
html : https://github.com/hibernate/hibernate-orm/blob/5.2/migration-guide.adoc
11
- whats_new : # Nothing, we put it directly on the website
11
+ whats_new :
12
+ html : " /orm/releases/{series.version}/#whats-new"
12
13
maven :
13
14
coord :
14
15
group_id : org.hibernate
Original file line number Diff line number Diff line change 35
35
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
36
36
migration_guide :
37
37
html : https://github.com/hibernate/hibernate-orm/blob/5.3/migration-guide.adoc
38
- whats_new : # Nothing, we put it directly on the website
38
+ whats_new :
39
+ html : " /orm/releases/{series.version}/#whats-new"
39
40
integration_constraints :
40
41
java :
41
42
version : 8, 11 or 17 (with 5.3.22+)
Original file line number Diff line number Diff line change 35
35
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
36
36
migration_guide :
37
37
html : https://github.com/hibernate/hibernate-orm/blob/5.4/migration-guide.adoc
38
- whats_new : # Nothing, we put it directly on the website
38
+ whats_new :
39
+ html : " /orm/releases/{series.version}/#whats-new"
39
40
integration_constraints :
40
41
java :
41
42
version : 8, 11 or 17 (with 5.4.32+)
Original file line number Diff line number Diff line change 35
35
zip : https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
36
36
migration_guide :
37
37
html : https://github.com/hibernate/hibernate-orm/blob/5.5/migration-guide.adoc
38
- whats_new : # Nothing, we put it directly on the website
38
+ whats_new :
39
+ html : " /orm/releases/{series.version}/#whats-new"
39
40
integration_constraints :
40
41
java :
41
42
version : 8, 11 or 17
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ displayed: false
7
7
links :
8
8
migration_guide :
9
9
html : https://github.com/hibernate/hibernate-orm/blob/5.6/migration-guide.adoc
10
- whats_new : # Nothing, we put it directly on the website
10
+ whats_new :
11
+ html : " /orm/releases/{series.version}/#whats-new"
11
12
maven :
12
13
coord :
13
14
group_id : org.hibernate
Original file line number Diff line number Diff line change 3
3
name : LGPL v2.1
4
4
url : https://raw.github.com/hibernate/hibernate-orm/6.0/lgpl.txt
5
5
links :
6
- whats_new : # Nothing, we put it directly on the website
6
+ whats_new :
7
+ html : " /orm/releases/{series.version}/#whats-new"
7
8
maven :
8
9
repo :
9
10
snapshots : jboss
You can’t perform that action at this time.
0 commit comments