Skip to content

Commit b33aaa7

Browse files
authored
fix automatic module name so has underscores instead of dashes #186 (#199)
1 parent e5f83dd commit b33aaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<configuration>
164164
<archive>
165165
<manifestEntries>
166-
<Automatic-Module-Name>com.github.davidmoten.aws-lightweight-client-java</Automatic-Module-Name>
166+
<Automatic-Module-Name>com.github.davidmoten.aws_lightweight_client_java</Automatic-Module-Name>
167167
</manifestEntries>
168168
</archive>
169169
</configuration>

0 commit comments

Comments
 (0)