Release 0.5.2 prep
This commit is contained in:
parent
9f9c442bec
commit
988d2272b5
3 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ To set the system property use:
|
|||
or in `local.properties` add:
|
||||
|
||||
```
|
||||
maven.repo.local=~/foo/repository
|
||||
maven.repo.local=~/foo/repository
|
||||
```
|
||||
|
||||
### `~/.m2/settings.xml`
|
||||
|
|
|
@ -6,7 +6,8 @@ import net.thauvin.erik.kobalt.plugin.maven.local.*
|
|||
|
||||
val bs = buildScript {
|
||||
repos(localMaven())
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:0.5.1")
|
||||
//plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.1.jar"))
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||
}
|
||||
|
||||
val example = project {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import com.beust.kobalt.buildScript
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.plugin.publish.bintray
|
||||
|
@ -20,7 +19,7 @@ val p = project {
|
|||
name = "kobalt-maven-local"
|
||||
group = "net.thauvin.erik"
|
||||
artifactId = name
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
|
||||
pom = Model().apply {
|
||||
description = "Maven Local Repository plug-in for the Kobalt build system."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue