Skip to content

Commit

Permalink
Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Aug 1, 2018
1 parent e7bc5e8 commit 8cd4fbb
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Wikidata Toolkit Release Notes
==============================

Master
------
Version 0.9.0
-------------

New features:
* Compatibility with JDK 10
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<name>Wikidata Toolkit</name>
Expand Down Expand Up @@ -64,6 +64,11 @@
<name>Thomas Pellissier Tanon</name>
<email>[email protected]</email>
</developer>
<developer>
<id>wetneb</id>
<name>Antonin Delpeuch</name>
<email>[email protected]</email>
</developer>
</developers>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-datamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-datamodel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-dumpfiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-dumpfiles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-rdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-storage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wdtk-wikibaseapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>wdtk-wikibaseapi</artifactId>
Expand Down

0 comments on commit 8cd4fbb

Please sign in to comment.