Fixed snapshot version number
This commit is contained in:
parent
bcc5fe2cb7
commit
e999001831
2 changed files with 20 additions and 39 deletions
|
@ -28,7 +28,7 @@ public class BitlyShortenBuild extends Project {
|
|||
public BitlyShortenBuild() {
|
||||
pkg = "net.thauvin.erik";
|
||||
name = "bitly-shorten";
|
||||
version = version(1, 0, 2, "SNAPSHOT");
|
||||
version = version(1, 0, 1, "SNAPSHOT");
|
||||
|
||||
javaRelease = 11;
|
||||
downloadSources = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue