Skip to content

Commit 3cd94e0

Browse files
committed
Set version to 0.14.4
1 parent 0752b53 commit 3cd94e0

File tree

11 files changed

+16
-10
lines changed

11 files changed

+16
-10
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Wikidata Toolkit Release Notes
22
==============================
33

4+
Version 0.14.4
5+
--------------
6+
7+
Bug fixes:
8+
* fix deserialization of lexemes, workaround for https://phabricator.wikimedia.org/T305660
9+
410
Version 0.14.3
511
--------------
612

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
<packaging>pom</packaging>
1010

1111
<name>Wikidata Toolkit</name>

wdtk-datamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.wikidata.wdtk</groupId>
88
<artifactId>wdtk-parent</artifactId>
9-
<version>0.14.4-SNAPSHOT</version>
9+
<version>0.14.4</version>
1010
</parent>
1111

1212
<artifactId>wdtk-datamodel</artifactId>

wdtk-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.wikidata.wdtk</groupId>
88
<artifactId>wdtk-parent</artifactId>
9-
<version>0.14.4-SNAPSHOT</version>
9+
<version>0.14.4</version>
1010
</parent>
1111

1212
<artifactId>wdtk-distribution</artifactId>

wdtk-dumpfiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
</parent>
1010

1111
<artifactId>wdtk-dumpfiles</artifactId>

wdtk-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
</parent>
1010

1111
<artifactId>wdtk-examples</artifactId>

wdtk-rdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
</parent>
1010

1111
<artifactId>wdtk-rdf</artifactId>

wdtk-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
</parent>
1010

1111
<artifactId>wdtk-storage</artifactId>

wdtk-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
</parent>
1010

1111
<artifactId>wdtk-testing</artifactId>

wdtk-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wikidata.wdtk</groupId>
77
<artifactId>wdtk-parent</artifactId>
8-
<version>0.14.4-SNAPSHOT</version>
8+
<version>0.14.4</version>
99
</parent>
1010

1111
<artifactId>wdtk-util</artifactId>

0 commit comments

Comments
 (0)