Describe the bug
Title says it all - if I specify 1.5.7-SNAPSHOT then Maven complains about the artifact's inexistence.
To Reproduce
Steps to reproduce the behavior:
<dependency>
<groupId>com.github.InventivetalentDev</groupId>
<artifactId>GlowAPI</artifactId>
<version>1.5.7-SNAPSHOT</version>
</dependency>