File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
src/main/java/gate/plugin/format/bdoc Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<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" >
22 <groupId >uk.ac.gate.plugins</groupId >
33 <artifactId >format-bdoc</artifactId >
4- <version >1.5 -SNAPSHOT</version >
4+ <version >1.6 -SNAPSHOT</version >
55 <name >Format: Bdoc</name >
66 <description >
77 Plugin to save/load GATE documents in BasicDocument
3333 <parent >
3434 <groupId >uk.ac.gate</groupId >
3535 <artifactId >gate-plugin-base</artifactId >
36- <version >9.0-SNAPSHOT </version > <!-- eventually 9.0? -->
36+ <version >8.6.1 </version >
3737 <relativePath />
3838 </parent >
3939 <properties >
4040 <maven .compiler.source>1.8</maven .compiler.source>
4141 <maven .compiler.target>1.8</maven .compiler.target>
42- <gate-core .version>9.0-SNAPSHOT </gate-core .version>
42+ <gate-core .version>8.6.1 </gate-core .version>
4343 </properties >
4444 <licenses >
4545 <license >
Original file line number Diff line number Diff line change 2020
2121package gate .plugin .format .bdoc ;
2222
23- import gate .DirectLoadingDocumentFormat ;
2423import gate .Document ;
2524import gate .DocumentContent ;
2625import gate .DocumentFormat ;
4241 */
4342public abstract class BaseFormatBdoc
4443 extends DocumentFormat
45- implements DirectLoadingDocumentFormat {
44+ // TODO: once we want to make it depend on GATE version 9.0 or later!
45+ // implements DirectLoadingDocumentFormat
46+ {
4647
4748 private static final long serialVersionUID = 776942555558L ;
4849 /**
You can’t perform that action at this time.
0 commit comments