Prep for 0.5.3 release.

This commit is contained in:
Erik C. Thauvin 2017-04-24 14:59:50 -07:00
parent 2cd3c64cad
commit 11e3fc02fc
4 changed files with 19 additions and 18 deletions

View file

@ -5,7 +5,10 @@ import com.beust.kobalt.plugin.publish.*
import net.thauvin.erik.kobalt.plugin.versioneye.*
import org.apache.maven.model.*
// ./kobaltw install
val bs = buildScript {
repos(file("K:/maven/repository"))
plugins("net.thauvin.erik:kobalt-versioneye:")
}
@ -16,7 +19,7 @@ val p = project {
name = "kobalt-maven-local"
group = "net.thauvin.erik"
artifactId = name
version = "0.5.2"
version = "0.5.3"
pom = Model().apply {
description = "Maven Local Repository plug-in for the Kobalt build system."
@ -47,12 +50,18 @@ val p = project {
}
install {
target = "K:/maven/repository/net/thauvin/erik/kobalt-maven-local/$version/"
}
assemble {
jar {
fatJar = true
}
mavenJars {}
mavenJars {
fatJar = true
}
}
autoGitTag {