Skip to content

Commit 7f66fc0

Browse files
committed
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>

0 commit comments

Comments
 (0)