Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f66fc0

Browse files
committedNov 9, 2022
Update versions
1 parent 91119de commit 7f66fc0

16 files changed

+16
-16
lines changed
 

‎examples/count_words.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/count_words_return.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/modify_doc_class.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/modify_doc_func.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/startPythonWorker.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import gate.creole.*
33

44
Gate.init();
55
// TODO: try to load from the properties file that we create ... ?
6-
Gate.getCreoleRegister().registerPlugin(new Plugin.Maven("uk.ac.gate.plugins", "python", "3.0.8-SNAPSHOT"));
6+
Gate.getCreoleRegister().registerPlugin(new Plugin.Maven("uk.ac.gate.plugins", "python", "3.0.9-SNAPSHOT"));
77

88
parms = Factory.newFeatureMap();
99
lr = Factory.createResource("gate.plugin.python.PythonWorkerLr", parms)

‎examples/test_gcp.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/tokenize_doc_class.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/tokenize_doc_class_error.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/tokenize_doc_func.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/use_annotator.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎examples/wordcount.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎loadplugin.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<groupId>uk.ac.gate.plugins</groupId>
44
<artifactId>python</artifactId>
5-
<version>3.0.8-SNAPSHOT</version>
5+
<version>3.0.9-SNAPSHOT</version>
66
<name>Python</name>
77
<description>
88
A GATE plugin for running Python code from GATE

‎src/main/resources/resources/pipelines/python-spacy.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<gate.creole.Plugin-Maven>
55
<group>uk.ac.gate.plugins</group>
66
<artifact>python</artifact>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.9-SNAPSHOT</version>
88
</gate.creole.Plugin-Maven>
99
</localList>
1010
<collectionType>java.util.ArrayList</collectionType>

‎src/main/resources/resources/pipelines/python-stanford-stanza.xgapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<gate.creole.Plugin-Maven>
1010
<group>uk.ac.gate.plugins</group>
1111
<artifact>python</artifact>
12-
<version>3.0.8-SNAPSHOT</version>
12+
<version>3.0.9-SNAPSHOT</version>
1313
</gate.creole.Plugin-Maven>
1414
</localList>
1515
<collectionType>java.util.ArrayList</collectionType>

0 commit comments

Comments
 (0)
Please sign in to comment.