Skip to content

Commit 2d03dd9

Browse files
committed
To avoid unnecessary redirections.
1 parent 1fc50e7 commit 2d03dd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+52
-52
lines changed

_config/site.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ projects:
9797
blog_tag_url: hibernate-orm
9898
license:
9999
name: ASL v2
100-
url: https://raw.github.com/hibernate/hibernate-orm/main/LICENSE.txt
100+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/main/LICENSE.txt
101101
# This data is also overridden in relevant series.yml and earlier 7.0.0.{Alpha,Beta}*.yml to display correctly on releases pages
102102
since: "7.0.0.Beta5"
103103
copyright:
104-
url: https://raw.github.com/hibernate/hibernate-orm/main/AUTHORS.txt
104+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/main/AUTHORS.txt
105105
jira:
106106
key: HHH
107107
github:
@@ -227,11 +227,11 @@ projects:
227227
blog_tag_url: hibernate-search
228228
license:
229229
name: ASL v2
230-
url: https://raw.github.com/hibernate/hibernate-search/main/LICENSE.txt
230+
url: https://raw.githubusercontent.com/hibernate/hibernate-search/main/LICENSE.txt
231231
# This data is also overridden in relevant series.yml and 7.2.0.Alpha1.yml to display correctly on releases pages
232232
since: "7.2.0.Alpha2"
233233
copyright:
234-
url: https://raw.github.com/hibernate/hibernate-search/main/AUTHORS.txt
234+
url: https://raw.githubusercontent.com/hibernate/hibernate-search/main/AUTHORS.txt
235235
jira:
236236
key: HSEARCH
237237
github:
@@ -342,11 +342,11 @@ projects:
342342
blog_tag_url: hibernate-data-repositories
343343
license:
344344
name: ASL v2
345-
url: https://raw.github.com/hibernate/hibernate-orm/main/LICENSE.txt
345+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/main/LICENSE.txt
346346
# This data is also overridden in relevant series.yml and earlier 7.0.0.{Alpha,Beta}*.yml to display correctly on releases pages
347347
since: "7.0.0.Beta5"
348348
copyright:
349-
url: https://raw.github.com/hibernate/hibernate-orm/main/AUTHORS.txt
349+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/main/AUTHORS.txt
350350
jira:
351351
key: HHH
352352
github:
@@ -475,9 +475,9 @@ projects:
475475
blog_tag_url: hibernate-validator
476476
license:
477477
name: ASL v2
478-
url: https://raw.github.com/hibernate/hibernate-validator/main/LICENSE.txt
478+
url: https://raw.githubusercontent.com/hibernate/hibernate-validator/main/LICENSE.txt
479479
copyright:
480-
url: https://raw.github.com/hibernate/hibernate-validator/main/AUTHORS.txt
480+
url: https://raw.githubusercontent.com/hibernate/hibernate-validator/main/AUTHORS.txt
481481
jira:
482482
key: HV
483483
github:
@@ -685,7 +685,7 @@ projects:
685685
name: ASL v2
686686
url: https://raw.githubusercontent.com/hibernate/hibernate-reactive/main/LICENSE
687687
copyright:
688-
url: https://raw.github.com/hibernate/hibernate-reactive/main/AUTHORS.txt
688+
url: https://raw.githubusercontent.com/hibernate/hibernate-reactive/main/AUTHORS.txt
689689
jira:
690690
key:
691691
github:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: JPA 2.0
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/4.2/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/4.2/lgpl.txt
55
links:
66
getting_started_guide:
77
html: https://docs.jboss.org/hibernate/orm/{series.version}/quickstart/en-US/html_single/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: JPA 2.1 support
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/4.3/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/4.3/lgpl.txt
55
links:
66
documentation:
77
getting_started_guide:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Improved bootstrapping, hibernate-java8, hibernate-spatial, Karaf support
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.0/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.0/lgpl.txt
55
links:
66
getting_started_guide:
77
html: https://docs.jboss.org/hibernate/orm/{series.version}/quickstart/en-US/html_single/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Entity joins, load-by-multiple-ids, association traversal in AuditQuery
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.1/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.1/lgpl.txt
55
links:
66
dist:
77
sourceforge:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Java 8, JCache support, hibernate-entitymanager consolidation
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.2/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.2/lgpl.txt
55
links:
66
dist:
77
sourceforge:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: JPA 2.2, inheritance caching
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.3/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.3/lgpl.txt
55
status: limited-support
66
displayed: false
77
maven:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: EntityGraph improvements, JDK 11 support
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.4/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.4/lgpl.txt
55
maven:
66
coord:
77
group_id: org.hibernate

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Introducing support for Jakarta JPA
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.5/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.5/lgpl.txt
55
maven:
66
coord:
77
group_id: org.hibernate

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Dropped support for Javassist, Performance
22
license:
33
name: LGPL v2.1
4-
url: https://raw.github.com/hibernate/hibernate-orm/5.6/lgpl.txt
4+
url: https://raw.githubusercontent.com/hibernate/hibernate-orm/5.6/lgpl.txt
55
status: limited-support
66
displayed: false
77
links:

0 commit comments

Comments
 (0)