build.gradle in embulk-output-kafka-0.1.0 vs build.gradle in embulk-output-kafka-0.1.1
- old
+ new
@@ -15,11 +15,11 @@
}
configurations {
provided
}
-version = "0.1.0"
+version = "0.1.1"
sourceCompatibility = 1.8
targetCompatibility = 1.8
dependencies {
@@ -95,10 +95,10 @@
spec.authors = ["joker1007"]
spec.summary = %[Kafka output plugin for Embulk]
spec.description = %[Dumps records to Kafka.]
spec.email = ["kakyoin.hierophant@gmail.com"]
spec.licenses = ["MIT"]
- # TODO set this: spec.homepage = "https://github.com/kakyoin.hierophant/embulk-output-kafka"
+ spec.homepage = "https://github.com/joker1007/embulk-output-kafka"
spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
spec.test_files = spec.files.grep(%r"^(test|spec)/")
spec.require_paths = ["lib"]