koca2000 / NoteBlockAPI

https://www.spigotmc.org/resources/noteblockapi.19287/
GNU Lesser General Public License v3.0
119 stars 40 forks source link

what is the maven version number #88

Closed Torben0612 closed 2 years ago

Torben0612 commented 2 years ago

what is the maven version number for using the noteblockapi

here is my pom.xml file https://gist.github.com/Torben0612/0fc348d960baa8de670da5fecfbc8585

koca2000 commented 2 years ago

Hi! The -SNAPSHOT version you have in your pom always points to the last commit in the master branch in this repository. Your IDE may mark is as an error because it is not specified in the manifest but when you try to build it with maven it will work.

Torben0612 commented 2 years ago

ok thanks :)