Skip to content

Commit 29d3232

Browse files
committed
Fix manifest setting.
1 parent 5c0e9b7 commit 29d3232

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom-central.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<configuration>
6565
<archive>
6666
<manifestEntries>
67-
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
68-
<mainClass>com.github.underscore.U</mainClass>
67+
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
68+
<Main-Class>com.github.underscore.U</Main-Class>
6969
</manifestEntries>
7070
</archive>
7171
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<configuration>
6868
<archive>
6969
<manifestEntries>
70-
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
71-
<mainClass>com.github.underscore.U</mainClass>
70+
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
71+
<Main-Class>com.github.underscore.U</Main-Class>
7272
</manifestEntries>
7373
</archive>
7474
</configuration>

0 commit comments

Comments
 (0)