From 8cd4fbb5e3a9014d06e84bd8ea2e2817e8146aea Mon Sep 17 00:00:00 2001 From: Tpt Date: Wed, 1 Aug 2018 12:15:34 +0200 Subject: [PATCH] Release version 0.9.0 --- README.md | 2 +- RELEASE-NOTES.md | 4 ++-- pom.xml | 7 ++++++- wdtk-client/pom.xml | 2 +- wdtk-datamodel/pom.xml | 2 +- wdtk-distribution/pom.xml | 2 +- wdtk-dumpfiles/pom.xml | 2 +- wdtk-examples/pom.xml | 2 +- wdtk-rdf/pom.xml | 2 +- wdtk-storage/pom.xml | 2 +- wdtk-testing/pom.xml | 2 +- wdtk-util/pom.xml | 2 +- wdtk-wikibaseapi/pom.xml | 2 +- 13 files changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 19cde501e..f33f6c28a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Documentation License and Credits ------------------- -Authors: [Markus Kroetzsch](http://korrekt.org), [Julian Mendez](https://julianmendez.github.io/), [Fredo Erxleben](https://github.com/fer-rum), [Michael Guenther](https://github.com/guenthermi), [Markus Damm](https://github.com/mardam), and [other contributors](https://github.com/Wikidata/Wikidata-Toolkit/graphs/contributors) +Authors: [Markus Kroetzsch](http://korrekt.org), [Julian Mendez](https://julianmendez.github.io/), [Fredo Erxleben](https://github.com/fer-rum), [Michael Guenther](https://github.com/guenthermi), [Markus Damm](https://github.com/mardam), [Antonin Delpeuch](http://antonin.delpeuch.eu/), [Thomas Pellissier Tanon](https://thomas.pellissier-tanon.fr/) and [other contributors](https://github.com/Wikidata/Wikidata-Toolkit/graphs/contributors) License: [Apache 2.0](LICENSE.txt) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 93713f893..41d2b18ed 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,8 @@ Wikidata Toolkit Release Notes ============================== -Master ------- +Version 0.9.0 +------------- New features: * Compatibility with JDK 10 diff --git a/pom.xml b/pom.xml index aa5c5babb..e171850c8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 pom Wikidata Toolkit @@ -64,6 +64,11 @@ Thomas Pellissier Tanon thomas@pellissier-tanon.fr + + wetneb + Antonin Delpeuch + antonin@delpeuch.eu + diff --git a/wdtk-client/pom.xml b/wdtk-client/pom.xml index ce521ba94..9c8cc8499 100644 --- a/wdtk-client/pom.xml +++ b/wdtk-client/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-client diff --git a/wdtk-datamodel/pom.xml b/wdtk-datamodel/pom.xml index e46147d74..8ab62de9b 100644 --- a/wdtk-datamodel/pom.xml +++ b/wdtk-datamodel/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-datamodel diff --git a/wdtk-distribution/pom.xml b/wdtk-distribution/pom.xml index 6da08014c..a3686bc24 100644 --- a/wdtk-distribution/pom.xml +++ b/wdtk-distribution/pom.xml @@ -6,7 +6,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-distribution diff --git a/wdtk-dumpfiles/pom.xml b/wdtk-dumpfiles/pom.xml index 9cc197644..a11ba51f0 100644 --- a/wdtk-dumpfiles/pom.xml +++ b/wdtk-dumpfiles/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-dumpfiles diff --git a/wdtk-examples/pom.xml b/wdtk-examples/pom.xml index 2c266c09c..4957bf982 100644 --- a/wdtk-examples/pom.xml +++ b/wdtk-examples/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-examples diff --git a/wdtk-rdf/pom.xml b/wdtk-rdf/pom.xml index 4bd3d9e86..905870a73 100644 --- a/wdtk-rdf/pom.xml +++ b/wdtk-rdf/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-rdf diff --git a/wdtk-storage/pom.xml b/wdtk-storage/pom.xml index 54bb78882..3c2877cee 100644 --- a/wdtk-storage/pom.xml +++ b/wdtk-storage/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-storage diff --git a/wdtk-testing/pom.xml b/wdtk-testing/pom.xml index 85054b02b..b1b62da92 100644 --- a/wdtk-testing/pom.xml +++ b/wdtk-testing/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-testing diff --git a/wdtk-util/pom.xml b/wdtk-util/pom.xml index 93a174940..355dfc371 100644 --- a/wdtk-util/pom.xml +++ b/wdtk-util/pom.xml @@ -5,7 +5,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-util diff --git a/wdtk-wikibaseapi/pom.xml b/wdtk-wikibaseapi/pom.xml index a955b798b..281f6b197 100644 --- a/wdtk-wikibaseapi/pom.xml +++ b/wdtk-wikibaseapi/pom.xml @@ -6,7 +6,7 @@ org.wikidata.wdtk wdtk-parent - 0.9.0-SNAPSHOT + 0.9.0 wdtk-wikibaseapi