diff --git a/README.md b/README.md
index 3692d75..06133ce 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# [Pinboard](https://pinboard.in) Poster for Kotlin/Java
[](http://opensource.org/licenses/BSD-3-Clause) [](https://github.com/ethauvin/pinboard-poster/releases/latest) [](https://bintray.com/ethauvin/maven/pinboard-poster/_latestVersion)
-[](https://www.versioneye.com/user/projects/591c0293b81f680038a784b3) [](https://travis-ci.org/ethauvin/pinboard-poster) [](https://circleci.com/gh/ethauvin/pinboard-poster/tree/master)
+[](https://beta.gemnasium.com/projects/github.com/ethauvin/pinboard-poster) [](https://travis-ci.org/ethauvin/pinboard-poster) [](https://circleci.com/gh/ethauvin/pinboard-poster/tree/master)
A small Kotlin/Java library for posting to [Pinboard](https://pinboard.in).
diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt
index 0439817..5412ae9 100644
--- a/kobalt/src/Build.kt
+++ b/kobalt/src/Build.kt
@@ -6,14 +6,14 @@ import com.beust.kobalt.plugin.packaging.install
import com.beust.kobalt.plugin.publish.autoGitTag
import com.beust.kobalt.plugin.publish.bintray
import com.beust.kobalt.project
-import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
+import net.thauvin.erik.kobalt.plugin.pom2xml.pom2xml
import org.apache.maven.model.Developer
import org.apache.maven.model.License
import org.apache.maven.model.Model
import org.apache.maven.model.Scm
val bs = buildScript {
- plugins("net.thauvin.erik:kobalt-versioneye:", "net.thauvin.erik:kobalt-maven-local:")
+ plugins("net.thauvin.erik:kobalt-pom2xml:", "net.thauvin.erik:kobalt-maven-local:")
}
val p = project {
@@ -43,8 +43,8 @@ val p = project {
}
dependencies {
- compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
- compile("com.squareup.okhttp3:okhttp:3.9.0")
+ compile("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
+ compile("com.squareup.okhttp3:okhttp:3.9.1")
}
dependenciesTest {
@@ -89,9 +89,7 @@ val p = project {
sign = true
}
- versionEye {
- org = "Thauvin"
- team = "Owners"
- pom = true
+ pom2xml {
+
}
-}
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 58cd66a..155261c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
net.thauvin.erik
pinboard-poster
- 0.9.2
+ 0.9.3
pinboard-poster
Pinboard Poster for Kotlin/Java
https://github.com/ethauvin/pinboard-poster
@@ -30,12 +30,12 @@
org.jetbrains.kotlin
kotlin-stdlib
- 1.1.51
+ 1.2.10
com.squareup.okhttp3
okhttp
- 3.9.0
+ 3.9.1
org.testng