Skip to content

Commit

Permalink
Corrected POM headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Rhodes committed Oct 5, 2016
1 parent d8ec3be commit 4c55c13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>memory</artifactId>
<name>${project.parent.groupId}:${project.artifactId}</name>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.yahoo.datasketches</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sketches/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Licensed under the terms of the Apache License 2.0.
See LICENSE file at the project root for terms. -->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

<artifactId>sketches-core</artifactId>
<name>${project.parent.groupId}:${project.artifactId}</name>
<description>Sketches-core contains the core algorithms used by other repositories in the DataSketches library.</description>
Expand Down

0 comments on commit 4c55c13

Please sign in to comment.