Pre-1.0.0 release prep.

This commit is contained in:
Erik C. Thauvin 2018-06-20 15:39:27 -07:00
parent 483f794966
commit 0f44c9fa27
8 changed files with 14 additions and 16 deletions

View file

@ -23,7 +23,7 @@ val p = project {
group = "net.thauvin.erik"
description = "Pinboard Poster for Kotlin/Java"
artifactId = name
version = "0.9.3"
version = "1.0.0"
pom = Model().apply {
description = project.description
@ -71,12 +71,6 @@ val p = project {
ignoreErrorStream = true
}
application {
taskName = "runJava"
mainClass = "net.thauvin.erik.pinboard.JavaExample"
ignoreErrorStream = true
}
install {
target = "deploy"
include(from("kobaltBuild/libs"), to(target), glob("**/*"))