Skip to content

Commit 3b98391

Browse files
committed
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
1 parent b42bfd1 commit 3b98391

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/site/xdoc/download_beanutils.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ limitations under the License.
5858
-->
5959
<document xmlns="http://maven.apache.org/XDOC/2.0"
6060
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
61-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
61+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
6262
<properties>
6363
<title>Download Apache Commons BeanUtils</title>
6464
<author email="[email protected]">Apache Commons Team</author>

src/site/xdoc/issue-tracking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343
-->
4444
<document xmlns="http://maven.apache.org/XDOC/2.0"
4545
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
46+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
4747
<properties>
4848
<title>Apache Commons BeanUtils Issue tracking</title>
4949
<author email="[email protected]">Apache Commons Team</author>

src/site/xdoc/mail-lists.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
-->
4242
<document xmlns="http://maven.apache.org/XDOC/2.0"
4343
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
44+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
4545
<properties>
4646
<title>Apache Commons BeanUtils Mailing Lists</title>
4747
<author email="[email protected]">Apache Commons Team</author>

src/site/xdoc/security.xml

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

0 commit comments

Comments
 (0)