2.0.1-SNAPSHOT
This commit is contained in:
parent
854ea4e434
commit
2f974c46da
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.thauvin.erik</groupId>
|
||||
<artifactId>bitly-shorten</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<name>bitly-shorten</name>
|
||||
<description>A simple implementation of the Bitly link shortening API v4</description>
|
||||
<url>https://github.com/ethauvin/bitly-shorten</url>
|
||||
|
|
|
@ -61,7 +61,7 @@ public class BitlyShortenBuild extends Project {
|
|||
public BitlyShortenBuild() {
|
||||
pkg = "net.thauvin.erik";
|
||||
name = "bitly-shorten";
|
||||
version = version(2, 0, 0);
|
||||
version = version(2, 0, 1, "SNAPSHOT");
|
||||
|
||||
javaRelease = 11;
|
||||
downloadSources = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue