Semver 1.0 release prep.

This commit is contained in:
Erik C. Thauvin 2017-05-05 20:42:33 -07:00
parent 3963a904ab
commit 4d7781128c
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.1.1' ext.kotlin_version = '1.1.2'
repositories { repositories {
mavenCentral() mavenCentral()
} }
@ -16,7 +16,7 @@ apply plugin: 'application'
defaultTasks 'run' defaultTasks 'run'
def processorJar = "net.thauvin.erik:semver:0.9.7" def processorJar = "net.thauvin.erik:semver:1.0.0"
mainClassName = 'com.example.Main' mainClassName = 'com.example.Main'

View file

@ -7,11 +7,11 @@ import com.beust.kobalt.plugin.kotlin.*
// ./kobaltw run runJava // ./kobaltw run runJava
val bs = buildScript { val bs = buildScript {
repos(file("K:/maven/repository")) repos(localMaven())
} }
val kotlin_version = "1.1.2" val kotlin_version = "1.1.2"
val processorJar = "net.thauvin.erik:semver:0.9.7" val processorJar = "net.thauvin.erik:semver:1.0.0"
// ./kobalt run runJava // ./kobalt run runJava