Skip to content

Commit 4c55c13

Browse files
author
Lee Rhodes
committed
Corrected POM headers
1 parent d8ec3be commit 4c55c13

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

memory/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Licensed under the terms of the Apache License 2.0.
44
See LICENSE file at the project root for terms. -->
55

6-
<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">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
78
<modelVersion>4.0.0</modelVersion>
89
<artifactId>memory</artifactId>
910
<name>${project.parent.groupId}:${project.artifactId}</name>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Licensed under the terms of the Apache License 2.0.
44
See LICENSE file at the project root for terms. -->
55

6-
<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">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
78
<modelVersion>4.0.0</modelVersion>
89

910
<groupId>com.yahoo.datasketches</groupId>

sketches/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Licensed under the terms of the Apache License 2.0.
44
See LICENSE file at the project root for terms. -->
55

6-
<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">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
78
<modelVersion>4.0.0</modelVersion>
8-
99
<artifactId>sketches-core</artifactId>
1010
<name>${project.parent.groupId}:${project.artifactId}</name>
1111
<description>Sketches-core contains the core algorithms used by other repositories in the DataSketches library.</description>

0 commit comments

Comments
 (0)