From abcaba8cec6ebcfd68fdb05a701e2b98fd548840 Mon Sep 17 00:00:00 2001 From: krastogi Date: Thu, 4 Jun 2020 17:13:36 +0530 Subject: [PATCH] Fixing final name --- attribution-persistence/email/pom.xml | 3 ++- attribution-persistence/s3/pom.xml | 3 ++- attributor/pom.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/attribution-persistence/email/pom.xml b/attribution-persistence/email/pom.xml index 5444f57..af401a2 100644 --- a/attribution-persistence/email/pom.xml +++ b/attribution-persistence/email/pom.xml @@ -12,6 +12,7 @@ haystack-attribution-persistence-email + ${project.artifactId}-${project.version} 1.8 3.0.2 1.2.3 @@ -213,7 +214,7 @@ - haystack-attribution-persistence-email + ${finalName} ${basedir}/src/main/scala diff --git a/attribution-persistence/s3/pom.xml b/attribution-persistence/s3/pom.xml index 0a5ac25..5cc0d49 100644 --- a/attribution-persistence/s3/pom.xml +++ b/attribution-persistence/s3/pom.xml @@ -13,6 +13,7 @@ haystack-attribution-s3 + ${project.artifactId}-${project.version} 1.8 3.0.2 1.2.3 @@ -207,7 +208,7 @@ - haystack-attribution-persistence-s3 + ${finalName} ${basedir}/src/main/scala diff --git a/attributor/pom.xml b/attributor/pom.xml index d1f5dd6..d81df5c 100644 --- a/attributor/pom.xml +++ b/attributor/pom.xml @@ -13,6 +13,7 @@ jar + ${project.artifactId}-${project.version} 1.8 3.4.0 @@ -317,7 +318,7 @@ - haystack-attributor + ${finalName} ${basedir}/src/main/scala