Skip to content

Commit c234499

Browse files
committed
Fixed main class name.
1 parent 3de2e57 commit c234499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom-central.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<archive>
6666
<manifestEntries>
6767
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
68-
<Main-Class>com.github.underscore.U</Main-Class>
68+
<Main-Class>com.github.underscore.Underscore</Main-Class>
6969
</manifestEntries>
7070
</archive>
7171
</configuration>

pom-pack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<options>
8585
<option>-allowaccessmodification</option>
8686
<option>-keepattributes Signature,InnerClasses</option>
87-
<option>-keep public class com.github.underscore.U { *; }</option>
87+
<option>-keep public class com.github.underscore.Underscore { *; }</option>
8888
<option>-keep public class com.github.underscore.*$Chain { *; }</option>
8989
<option>-keep public class com.github.underscore.Function3 { *; }</option>
9090
<option>-keep public class com.github.underscore.MemoizeFunction { *; }</option>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<archive>
6969
<manifestEntries>
7070
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
71-
<Main-Class>com.github.underscore.U</Main-Class>
71+
<Main-Class>com.github.underscore.Underscore</Main-Class>
7272
</manifestEntries>
7373
</archive>
7474
</configuration>

0 commit comments

Comments
 (0)