Skip to content

Commit 378e476

Browse files
committed
updated version numbers, fixed javadoc in nested maven manifests
1 parent 5fe194f commit 378e476

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**HeidelTime 2.0 with automatically created resources for 200+ languages is now available. For further details, take a look at our [EMNLP 2015 paper](https://aclweb.org/anthology/D/D15/D15-1063.pdf).**
2-
31
## About HeidelTime
42
**HeidelTime** is a multilingual, cross-domain temporal tagger developed at the [Database Systems Research Group](http://dbs.ifi.uni-heidelberg.de/) at [Heidelberg University](http://www.uni-heidelberg.de/index_e.html). It extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard. HeidelTime is available as [UIMA](http://uima.apache.org/) annotator and as standalone version.
53

@@ -32,7 +30,7 @@ A minimal set of dependencies is satisfied by these entries for your pom.xml:
3230
<dependency>
3331
<groupId>com.github.heideltime</groupId>
3432
<artifactId>heideltime</artifactId>
35-
<version>2.0.1</version>
33+
<version>2.1.0</version>
3634
</dependency>
3735
```
3836

desc/annotator/HeidelTime.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<analysisEngineMetaData>
77
<name>HeidelTime</name>
88
<description/>
9-
<version>2.0</version>
9+
<version>2.1</version>
1010
<vendor>DBS@Uni-HD</vendor>
1111
<configurationParameters>
1212
<configurationParameter>

doc/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#######################
44

55
Author: Jannik Strötgen, Julian Zell
6-
Date: September 17th, 2015
7-
Version: 2.0
6+
Date: December 18th, 2015
7+
Version: 2.1
88
99

1010
###################################

metadata/standalone/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.heideltime</groupId>
66
<artifactId>heideltime</artifactId>
7-
<version>2.0.1</version>
7+
<version>2.1</version>
88

99
<name>HeidelTime</name>
1010
<description>HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>
@@ -133,6 +133,9 @@
133133
<goals>
134134
<goal>jar</goal>
135135
</goals>
136+
<configuration>
137+
<additionalparam>-Xdoclint:none</additionalparam>
138+
</configuration>
136139
</execution>
137140
</executions>
138141
</plugin>

metadata/webui/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.heideltime</groupId>
66
<artifactId>heideltime</artifactId>
7-
<version>2.0.1</version>
7+
<version>2.1</version>
88

99
<name>HeidelTime</name>
1010
<description>HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>
@@ -133,6 +133,9 @@
133133
<goals>
134134
<goal>jar</goal>
135135
</goals>
136+
<configuration>
137+
<additionalparam>-Xdoclint:none</additionalparam>
138+
</configuration>
136139
</execution>
137140
</executions>
138141
</plugin>

pom.xml

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

55
<groupId>com.github.heideltime</groupId>
66
<artifactId>heideltime</artifactId>
7-
<version>2.0.1</version>
7+
<version>2.1</version>
88

99
<name>HeidelTime</name>
1010
<description>HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>

0 commit comments

Comments
 (0)