diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index 4511d0d..c63b8f8 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -5,12 +5,7 @@ + diff --git a/.idea/modules.xml b/.idea/modules.xml index 48f8f9e..de1fa43 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,7 +3,6 @@ - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index d175698..4c0d94b 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -4,5 +4,6 @@ + \ No newline at end of file diff --git a/example/kobalt/wrapper/kobalt-wrapper.jar b/example/kobalt/wrapper/kobalt-wrapper.jar index 5059993..055a613 100644 Binary files a/example/kobalt/wrapper/kobalt-wrapper.jar and b/example/kobalt/wrapper/kobalt-wrapper.jar differ diff --git a/example/kobalt/wrapper/kobalt-wrapper.properties b/example/kobalt/wrapper/kobalt-wrapper.properties index 0d03c8c..5436766 100644 --- a/example/kobalt/wrapper/kobalt-wrapper.properties +++ b/example/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.869 \ No newline at end of file +kobalt.version=0.879 \ No newline at end of file diff --git a/kobalt-exec.iml b/kobalt-exec.iml deleted file mode 100644 index b758fcc..0000000 --- a/kobalt-exec.iml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 898aea5..7337d5b 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -1,12 +1,16 @@ import com.beust.kobalt.plugin.packaging.assemble import com.beust.kobalt.plugin.publish.bintray +import com.beust.kobalt.plugins import com.beust.kobalt.project import com.beust.kobalt.repos import org.apache.maven.model.Developer import org.apache.maven.model.License import org.apache.maven.model.Model import org.apache.maven.model.Scm +import net.thauvin.erik.kobalt.plugin.versioneye.* + +val pl = plugins("net.thauvin.erik:kobalt-versioneye:") val repos = repos() val dev = false @@ -47,7 +51,7 @@ val p = project { } dependencies { - compile("com.beust:$kobaltDependency:0.863") + compile("com.beust:$kobaltDependency:0.878") } dependenciesTest { @@ -62,4 +66,9 @@ val p = project { bintray { publish = true } + + versionEye { + org = "thauvin" + team = "Owners" + } } diff --git a/kobalt/wrapper/kobalt-wrapper.jar b/kobalt/wrapper/kobalt-wrapper.jar index 5059993..055a613 100644 Binary files a/kobalt/wrapper/kobalt-wrapper.jar and b/kobalt/wrapper/kobalt-wrapper.jar differ diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 0d03c8c..5436766 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.869 \ No newline at end of file +kobalt.version=0.879 \ No newline at end of file