Fixed maven-central label color
This commit is contained in:
parent
0d863f7b65
commit
1718499497
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://github.com/ethauvin/readingtime/releases/latest)
|
||||
[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/readingtime/)
|
||||
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ public class ReadingTimeBuild extends Project {
|
|||
public ReadingTimeBuild() {
|
||||
pkg = "net.thauvin.erik";
|
||||
name = "readingtime";
|
||||
version = version(0, 9, 2);
|
||||
version = version(0, 9, 3, "SNAPSHOT");
|
||||
|
||||
javaRelease = 11;
|
||||
downloadSources = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue