From 13dae64b44e668a03d18f3f022fa03cd5ac33999 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 4 Aug 2016 21:03:02 -0700 Subject: [PATCH] Kobalt 0.889 update. --- .idea/compiler.xml | 23 ++++++ .idea/copyright/profiles_settings.xml | 3 + .idea/encodings.xml | 6 ++ .idea/inspectionProfiles/Project_Default.xml | 53 ++++++++++++ .../inspectionProfiles/profiles_settings.xml | 7 ++ .idea/kobalt-maven-local.iml | 9 ++ .idea/kobalt.xml | 12 +++ .idea/misc.xml | 78 ++++++++++++++++++ .idea/modules.xml | 9 ++ .idea/vcs.xml | 7 ++ example/kobalt/wrapper/kobalt-wrapper.jar | Bin 9230 -> 9230 bytes .../kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt/Build.kt.iml | 1 + kobalt/src/Build.kt | 4 +- kobalt/wrapper/kobalt-wrapper.jar | Bin 9230 -> 9230 bytes kobalt/wrapper/kobalt-wrapper.properties | 2 +- 16 files changed, 212 insertions(+), 4 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/kobalt-maven-local.iml create mode 100644 .idea/kobalt.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..a852314 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8ff795e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,53 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/kobalt-maven-local.iml b/.idea/kobalt-maven-local.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/kobalt-maven-local.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml new file mode 100644 index 0000000..3c5506f --- /dev/null +++ b/.idea/kobalt.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..de02d9d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.8.x + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7ac5a7c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/example/kobalt/wrapper/kobalt-wrapper.jar b/example/kobalt/wrapper/kobalt-wrapper.jar index 055a613dd54e049bdda8e72aa313099b34c3db5b..5390ba7f081521f8b249efd65d7ad3e27f005b45 100644 GIT binary patch delta 104 zcmeD4==0zU@MdNaVc_84V2Iku=sA(EjRiz+oMEQ~W=y`NWURWu;1Lr;fHylwzJu@; laRvqkQ6LWRW@Hj!Kxmz8r0fLIQlae20Wt)ndh%IiM*vHl8jSz| delta 104 zcmeD4==0zU@MdNaVc_84U{G)S=P{A5jRiz+oMETL!VhFjzNKWWYOwtY6GMPEJIBm> oyKTf77#Ku>IKZ2cNrVBRb+VDN6Ik!$3T0mokY14L$!C=v0U? + \ No newline at end of file diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 70349e4..a88ccbd 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -10,7 +10,7 @@ import org.apache.maven.model.Scm import net.thauvin.erik.kobalt.plugin.versioneye.* -val pl = plugins("net.thauvin.erik:kobalt-versioneye:0.4.2-beta") +val pl = plugins("net.thauvin.erik:kobalt-versioneye:") val repos = repos() val dev = false @@ -51,7 +51,7 @@ val p = project { } dependencies { - compile("com.beust:$kobaltDependency:0.878") + compile("com.beust:$kobaltDependency:") compile("org.apache.maven:maven-settings-builder:3.3.9") } diff --git a/kobalt/wrapper/kobalt-wrapper.jar b/kobalt/wrapper/kobalt-wrapper.jar index 055a613dd54e049bdda8e72aa313099b34c3db5b..b2026b9a714bbfc5af0ea46219a0c544924d3274 100644 GIT binary patch delta 104 zcmeD4==0zU@MdNaVc_84V6f0+@tnxl#sZ=@&ahKrF$Xdx-%>JG-LT;a6GMPEJI9il o&&|ad7#Ku>IKZ2cNrVBRb+VDN6Ik!$3T0mokY14L$!C=v0nE}EeE oyKTf77#Ku>IKZ2cNrVBRb+VDN6Ik!$3T0mokY14L$!C=v0U?