Skip to content

Commit 47861de

Browse files
committed
Use HTTPS instead of HTTP for project attributes
Otherwise, Eclipse now yields errors like: Multiple markers at this line - cvc-elt.1.a: Cannot find the declaration of element 'project'. - schema_reference.4: Failed to read schema document 'bundleentry://260.fwk1924378583/xsd/maven-v4_0_0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. Unfortunately, the tidy-maven-plugin 1.1.0 reverts this change; I filed mojohaus/tidy-maven-plugin#53 to correct the issue.
1 parent 549e2b2 commit 47861de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
2+
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.scijava</groupId>

0 commit comments

Comments
 (0)