Update version for Jenkins dev builds

This commit is contained in:
Ryan 2018-04-10 17:20:59 -04:00 committed by GitHub
parent 81aaef2319
commit d256286a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
<version>2.8.6</version> <version>2.8.6-DEV-${BUILD_NUMBER}</version>
<name>PlaceholderAPI</name> <name>PlaceholderAPI</name>
<description>An awesome placeholder provider!</description> <description>An awesome placeholder provider!</description>
<url>http://extendedclip.com</url> <url>http://extendedclip.com</url>
@ -105,4 +105,4 @@
</resource> </resource>
</resources> </resources>
</build> </build>
</project> </project>