From 39d3a3af029bf5ccfd00e105227ec42a3add7c82 Mon Sep 17 00:00:00 2001 From: "Rachel M. Carmena" Date: Mon, 30 Mar 2020 13:16:09 +0200 Subject: [PATCH] Rename artifacts to fix inconsistency (#21) --- arrow-integrations-jackson-module/gradle.properties | 2 +- arrow-integrations-retrofit-adapter/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arrow-integrations-jackson-module/gradle.properties b/arrow-integrations-jackson-module/gradle.properties index 88f3417..70f638d 100644 --- a/arrow-integrations-jackson-module/gradle.properties +++ b/arrow-integrations-jackson-module/gradle.properties @@ -1,4 +1,4 @@ # Maven publishing configuration POM_NAME=Arrow-Integrations-Jackson-Module -POM_ARTIFACT_ID=arrow-integration-jackson-module +POM_ARTIFACT_ID=arrow-integrations-jackson-module POM_PACKAGING=jar diff --git a/arrow-integrations-retrofit-adapter/gradle.properties b/arrow-integrations-retrofit-adapter/gradle.properties index 10160a6..9bffe62 100644 --- a/arrow-integrations-retrofit-adapter/gradle.properties +++ b/arrow-integrations-retrofit-adapter/gradle.properties @@ -1,4 +1,4 @@ # Maven publishing configuration POM_NAME=Arrow-Integrations-Retrofit-Adapter -POM_ARTIFACT_ID=arrow-integration-retrofit-adapter +POM_ARTIFACT_ID=arrow-integrations-retrofit-adapter POM_PACKAGING=jar