Release 0.4.4 prep
This commit is contained in:
parent
77a55dee62
commit
f1fd43c623
2 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,12 @@
|
|||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.kotlin.*
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.*
|
||||
import com.beust.kobalt.buildScript
|
||||
import com.beust.kobalt.plugin.application.application
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.project
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
|
||||
|
||||
val bs = buildScript {
|
||||
plugins("net.thauvin.erik:kobalt-versioneye:0.4.3-beta")
|
||||
//plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.3-beta.jar"))
|
||||
plugins("net.thauvin.erik:kobalt-versioneye:")
|
||||
}
|
||||
|
||||
val p = project {
|
||||
|
|
|
@ -11,7 +11,7 @@ val p = project {
|
|||
name = "kobalt-versioneye"
|
||||
group = "net.thauvin.erik"
|
||||
artifactId = name
|
||||
version = "0.4.3-beta"
|
||||
version = "0.4.4"
|
||||
|
||||
pom = Model().apply {
|
||||
description = "VersionEye plug-in for the Kobalt build system."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue