Skip to content

Commit 6833360

Browse files
committed
[ORM] Fix links to "what's new" incorrectly pointing to external websites instead of this one
1 parent 5bbd609 commit 6833360

File tree

17 files changed

+35
-17
lines changed

17 files changed

+35
-17
lines changed

_data/projects/orm/releases/4.2/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ links:
1212
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
1313
migration_guide:
1414
html:
15-
whats_new: # Nothing, we put it directly on the website
15+
whats_new:
16+
html: "/orm/releases/{series.version}/#whats-new"
1617
maven:
1718
coord:
1819
group_id: org.hibernate

_data/projects/orm/releases/4.3/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ links:
1313
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
1414
migration_guide:
1515
html:
16-
whats_new: # Nothing, we put it directly on the website
16+
whats_new:
17+
html: "/orm/releases/{series.version}/#whats-new"
1718
maven:
1819
coord:
1920
group_id: org.hibernate

_data/projects/orm/releases/5.0/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ links:
1010
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
1111
migration_guide:
1212
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"
1415
maven:
1516
coord:
1617
group_id: org.hibernate

_data/projects/orm/releases/5.1/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ links:
88
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
99
migration_guide:
1010
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"
1213
maven:
1314
coord:
1415
group_id: org.hibernate

_data/projects/orm/releases/5.2/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ links:
88
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
99
migration_guide:
1010
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"
1213
maven:
1314
coord:
1415
group_id: org.hibernate

_data/projects/orm/releases/5.3/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ links:
3535
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
3636
migration_guide:
3737
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"
3940
integration_constraints:
4041
java:
4142
version: 8, 11 or 17 (with 5.3.22+)

_data/projects/orm/releases/5.4/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ links:
3535
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
3636
migration_guide:
3737
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"
3940
integration_constraints:
4041
java:
4142
version: 8, 11 or 17 (with 5.4.32+)

_data/projects/orm/releases/5.5/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ links:
3535
zip: https://sourceforge.net/projects/hibernate/files/hibernate-orm/{release.version}/hibernate-release-{release.version}.zip/download
3636
migration_guide:
3737
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"
3940
integration_constraints:
4041
java:
4142
version: 8, 11 or 17

_data/projects/orm/releases/5.6/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ displayed: false
77
links:
88
migration_guide:
99
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"
1112
maven:
1213
coord:
1314
group_id: org.hibernate

_data/projects/orm/releases/6.0/series.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ license:
33
name: LGPL v2.1
44
url: https://raw.github.com/hibernate/hibernate-orm/6.0/lgpl.txt
55
links:
6-
whats_new: # Nothing, we put it directly on the website
6+
whats_new:
7+
html: "/orm/releases/{series.version}/#whats-new"
78
maven:
89
repo:
910
snapshots: jboss

0 commit comments

Comments
 (0)