Skip to content

Commit 13d60eb

Browse files
committed
HBX-3083: Change the protocol of references to the hibernate mapping DTD to 'https' from 'http'
Signed-off-by: Koen Aers <[email protected]>
1 parent 40372ac commit 13d60eb

File tree

86 files changed

+96
-96
lines changed

Some content is hidden

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

86 files changed

+96
-96
lines changed

main/src/main/resources/hbm/generalhbm.hbm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55

66
<hibernate-mapping>
77
<!--

main/src/main/resources/hbm/hibernate-mapping.hbm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55

66
<!-- Generated ${date} by Hibernate Tools ${version} -->
77
<#if hmgs?exists && hmgs.hasNonDefaultSettings()>

test/common/src/main/resources/org/hibernate/tool/ant/AntHibernateTool/TopDown.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55
<hibernate-mapping>
66

77
<class name="org.hibernate.tool.hbm2x.ant.TopDown">

test/common/src/main/resources/org/hibernate/tool/ant/GenericExport/TopDown.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55
<hibernate-mapping>
66

77
<class name="org.hibernate.tool.hbm2x.ant.TopDown">

test/common/src/main/resources/org/hibernate/tool/ant/Hbm2JavaConfiguration/SomeClass.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55
<hibernate-mapping>
66

77
<class name="SomeClass">

test/common/src/main/resources/org/hibernate/tool/ant/Hbm2JavaEJB3Configuration/SomeClass.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55
<hibernate-mapping>
66

77
<class name="SomeClass">

test/common/src/main/resources/org/hibernate/tool/ant/HbmLint/Column.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55

66
<hibernate-mapping package="org.hibernate.tool.hbm2x.hbm2hbmxml">
77
<!--

test/common/src/main/resources/org/hibernate/tool/ant/HbmLint/SchemaIssues.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55

66
<hibernate-mapping package="org.hibernate.tool.hbmlint">
77

test/common/src/main/resources/org/hibernate/tool/ant/Properties/SomeClass.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55
<hibernate-mapping>
66

77
<class name="SomeClass">

test/common/src/main/resources/org/hibernate/tool/ant/Query/query.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE hibernate-mapping PUBLIC
33
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
4+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
55

66
<hibernate-mapping package="org.hibernate.tool.ant.Query">
77
<!--

0 commit comments

Comments
 (0)