Updated LICENSE, changed package to net.chaoticbyte.xxsherly, reimplemented cli argument -n/-noinput
This commit is contained in:
parent
5b77b2de6f
commit
98cbb525ca
6 changed files with 11 additions and 6 deletions
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.blydoescoding.sherly</groupId>
|
||||
<groupId>net.chaoticbyte.xxsherly</groupId>
|
||||
<artifactId>xxSherly</artifactId>
|
||||
<version>1.0</version>
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
|||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>com.blydoescoding.sherly.App</mainClass>
|
||||
<mainClass>net.chaoticbyte.xxsherly.App</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
|
Reference in a new issue