Moved snapshot badge
This commit is contained in:
parent
080e7c57bb
commit
22718395d2
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||||
[](https://kotlinlang.org/)
|
[](https://kotlinlang.org/)
|
||||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/isgd-shorten/)
|
|
||||||
[](https://github.com/ethauvin/isgd-shorten/releases/latest)
|
[](https://github.com/ethauvin/isgd-shorten/releases/latest)
|
||||||
[](https://central.sonatype.com/artifact/net.thauvin.erik/isgd-shorten)
|
[](https://central.sonatype.com/artifact/net.thauvin.erik/isgd-shorten)
|
||||||
|
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/isgd-shorten/)
|
||||||
|
|
||||||
|
|
||||||
[](https://sonarcloud.io/dashboard?id=ethauvin_isgd-shorten)
|
[](https://sonarcloud.io/dashboard?id=ethauvin_isgd-shorten)
|
||||||
[](https://github.com/ethauvin/isgd-shorten/actions/workflows/bld.yml)
|
[](https://github.com/ethauvin/isgd-shorten/actions/workflows/bld.yml)
|
||||||
|
|
|
@ -58,7 +58,7 @@ public class IsgdShortenBuild extends Project {
|
||||||
public IsgdShortenBuild() {
|
public IsgdShortenBuild() {
|
||||||
pkg = "net.thauvin.erik";
|
pkg = "net.thauvin.erik";
|
||||||
name = "isgd-shorten";
|
name = "isgd-shorten";
|
||||||
version = version(1, 0, 1);
|
version = version(1, 0, 2, "SNAPSHOT");
|
||||||
|
|
||||||
javaRelease = 11;
|
javaRelease = 11;
|
||||||
downloadSources = true;
|
downloadSources = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue