Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed automatic module name
A Java module name must match the syntax rules for a Java package. Therefore, no "-" signs are allowed there.
  • Loading branch information
haumacher authored Jan 17, 2025
commit 89c4ba3c1a25f8af962aea146643b15a6903ed2c
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<inceptionYear>2021</inceptionYear>

<properties>
<automaticModuleName>org.simplejavamail.java-utils-mail-dkim</automaticModuleName>
<automaticModuleName>org.simplejavamail.java_utils_mail_dkim</automaticModuleName>
<!-- license plugin, see possible types here: -->
<!-- https://github.com/mathieucarbou/license-maven-plugin/tree/master/license-maven-plugin/src/main/resources/com/mycila/maven/plugin/license/templates -->
<license.type>com/mycila/maven/plugin/license/templates/APACHE-2.txt</license.type>
Expand Down Expand Up @@ -90,4 +90,4 @@
<version>0.3.0</version>
</dependency>
</dependencies>
</project>
</project>