I fixed the other pom.xml.
You should be good to go !
On 11/12/2019 03:00, Shawn McKinney wrote:
On Dec 10, 2019, at 7:51 PM, Emmanuel Lécharny <[email protected]> wrote:
Hi Shawn,
there is an issue with some changes done to have all the references to Apache
using https instead of http. Typically, the following line won't work :
<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/maven-v4_0_0.xsd">
you should use
<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/maven-v4_0_0.xsd">
I've got it fixed for core, you should probably check the other projects.
That did the trick… thanks Emmanuel!!
—
Shawn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]