Skip to content

Commit 086716f

Browse files
committed
Use HTTPS to download XML Schema
1 parent 123d9a8 commit 086716f

11 files changed

Lines changed: 11 additions & 11 deletions

src/site/xdoc/building.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
66
the License for the specific language governing permissions and limitations under the License. -->
77
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
8+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
99
<properties>
1010
<title>Building</title>
1111
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>BasicDataSource Configuration</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/classdiagrams.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Class Diagrams</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Developers Guide</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/jndi-howto.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>JNDI Howto</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/sequencediagrams.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Sequence Diagrams</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Overview</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/release-notes-1.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Release notes for Commons-DBCP 1.1</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/release-notes-1.2.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Release notes for Commons-DBCP 1.2.1</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/release-notes-1.2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Release notes for Commons-DBCP 1.2</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

0 commit comments

Comments
 (0)