From 4c55c132e323e0a34cb150147d81702d70f3e145 Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Wed, 5 Oct 2016 12:53:58 -0700 Subject: [PATCH] Corrected POM headers --- memory/pom.xml | 3 ++- pom.xml | 3 ++- sketches/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/memory/pom.xml b/memory/pom.xml index 57810c764..6623e8211 100644 --- a/memory/pom.xml +++ b/memory/pom.xml @@ -3,7 +3,8 @@ Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms. --> - + 4.0.0 memory ${project.parent.groupId}:${project.artifactId} diff --git a/pom.xml b/pom.xml index df2167841..11c2ed17d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms. --> - + 4.0.0 com.yahoo.datasketches diff --git a/sketches/pom.xml b/sketches/pom.xml index 0d0a047f9..84827c846 100644 --- a/sketches/pom.xml +++ b/sketches/pom.xml @@ -3,9 +3,9 @@ Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms. --> - + 4.0.0 - sketches-core ${project.parent.groupId}:${project.artifactId} Sketches-core contains the core algorithms used by other repositories in the DataSketches library.