This commit is contained in:
nossr50 2019-02-05 16:18:15 -08:00
parent e389c4b8f1
commit b67b0a5b94
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@
#vs code #vs code
/.vscode /.vscode
# Maven Depends
/lib
# netbeans # netbeans
/nbproject /nbproject

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId> <groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId> <artifactId>mcMMO</artifactId>
<version>2.1.8-SNAPSHOT</version> <version>2.1.8</version>
<name>mcMMO</name> <name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url> <url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm> <scm>