0.4.1-beta
This commit is contained in:
parent
42e6914b06
commit
f107b596e7
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import net.thauvin.erik.kobalt.plugin.versioneye.*
|
|||
val repos = repos()
|
||||
|
||||
//val pl = plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.0-beta.jar"))
|
||||
val pl = plugins("net.thauvin.erik:kobalt-versioneye:0.4.0-beta")
|
||||
val pl = plugins("net.thauvin.erik:kobalt-versioneye:")
|
||||
|
||||
val p = project {
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ val p = project {
|
|||
name = "kobalt-versioneye"
|
||||
group = "net.thauvin.erik"
|
||||
artifactId = name
|
||||
version = "0.4.0-beta"
|
||||
version = "0.4.1-beta"
|
||||
|
||||
pom = Model().apply {
|
||||
description = "VersionEye plug-in for the Kobalt build system."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue