Skip to content
Snippets Groups Projects
Commit 55cd0899 authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

POM: use HTTPS for schema location URL

Maven no longer supports plain HTTP for the schema location.

And using HTTP now generates errors in Eclipse (and probably other IDEs).
parent 372da660
No related branches found
No related tags found
1 merge request!22Release
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment