From 629a76cbaaf9728477884b5b1eb7f3cf00499dd3 Mon Sep 17 00:00:00 2001 From: Mike Angstadt Date: Wed, 23 Aug 2023 09:35:39 -0400 Subject: [PATCH] Remove hyphen from Automatic-Module-Name Hyphens are not allowed in module names https://github.com/mangstadt/ez-vcard/pull/135#issuecomment-1586218280 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 452be628..aecbb6bd 100644 --- a/pom.xml +++ b/pom.xml @@ -335,7 +335,7 @@ - com.googlecode.ez-vcard + com.googlecode.ezvcard