Cleanup before 1.1 release
This commit is contained in:
parent
fd7d97cfd9
commit
e056220257
5 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
# [Pinboard](https://pinboard.in) Poster for Kotlin, Java and Android
|
||||
|
||||
[](https://opensource.org/licenses/BSD-3-Clause) [](https://github.com/ethauvin/pinboard-poster/releases/latest)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/pinboard-poster/)
|
||||
[](https://central.sonatype.com/artifact/net.thauvin.erik/pinboard-poster)
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_pinboard-poster)
|
||||
|
@ -54,7 +55,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.0.4'
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.1.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "net.thauvin.erik"
|
||||
version = "1.0.4-SNAPSHOT"
|
||||
version = "1.1.0"
|
||||
description = "A small library for posting to Pinboard"
|
||||
|
||||
val gitHub = "ethauvin/$name"
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.thauvin.erik</groupId>
|
||||
<artifactId>pinboard-poster</artifactId>
|
||||
<version>1.0.4-SNAPSHOT</version>
|
||||
<version>1.1.0</version>
|
||||
<name>pinboard-poster</name>
|
||||
<description>A small library for posting to Pinboard</description>
|
||||
<url>https://github.com/ethauvin/pinboard-poster</url>
|
||||
|
|
|
@ -21,5 +21,5 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.0.4-SNAPSHOT'
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.1.0'
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:pinboard-poster:1.0.4-SNAPSHOT")
|
||||
implementation("net.thauvin.erik:pinboard-poster:1.1.0")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue