File tree 4 files changed +21
-11
lines changed
4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.opensextant</groupId >
7
7
<artifactId >opensextant-xponents-core</artifactId >
8
- <version >3.6.7-SNAPSHOT </version >
8
+ <version >3.6.7</version >
9
9
<packaging >jar</packaging >
10
10
<name >OpenSextant Xponents Core API</name >
11
11
<description >An information extraction toolkit focused on geography and temporal entities</description >
254
254
<groupId >org.apache.maven.plugins</groupId >
255
255
<artifactId >maven-compiler-plugin</artifactId >
256
256
<configuration >
257
- <source >1.8 </source >
258
- <target >1.8 </target >
257
+ <source >11 </source >
258
+ <target >11 </target >
259
259
<encoding >UTF-8</encoding >
260
- <compilerVersion >1.8 </compilerVersion >
260
+ <compilerVersion >11 </compilerVersion >
261
261
<compilerArgument >-Xlint:all,-path</compilerArgument >
262
262
<showWarnings >true</showWarnings >
263
263
<showDeprecation >true</showDeprecation >
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<checkstyle .skip>true</checkstyle .skip>
15
15
<slf4j .version>2.0.9</slf4j .version>
16
- <xponents .version>3.6.6 </xponents .version>
17
- <xponents-core .version>3.6.6 </xponents-core .version>
16
+ <xponents .version>3.6.7 </xponents .version>
17
+ <xponents-core .version>3.6.7 </xponents-core .version>
18
18
<xtext .version>3.6.6</xtext .version>
19
19
</properties >
20
20
<dependencies >
Original file line number Diff line number Diff line change 1
1
RELEASES
2
2
==============
3
3
4
+ # 2024
5
+
6
+ ** Xponents 3.6.7** : Springy
7
+ * ** Core API**
8
+ * Building up ` TextInput ` class to carry better metrics to enable filters and language-specific tuning.
9
+
10
+ * PlaceGeocoder tuning:
11
+ * Refined tagging and filtering of CJK texts using mostly length and punctuation filters; Non-trival names
12
+ and phrases will likely be grams of 3 or more characters and have no interceding space or punct.
13
+
4
14
# 2023
5
15
6
16
** Xponents 3.6.6** : New Year Release
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.opensextant</groupId >
7
7
<artifactId >opensextant-xponents</artifactId >
8
- <version >3.6.7-SNAPSHOT </version >
8
+ <version >3.6.7</version >
9
9
<packaging >jar</packaging >
10
10
<name >OpenSextant Xponents</name >
11
11
<description >An information extraction toolkit focused on geography and temporal entities</description >
53
53
<slf4j .version>2.0.9</slf4j .version>
54
54
<log4j .version>2.22.1</log4j .version>
55
55
<restlet .version>2.4.3</restlet .version>
56
- <xponents .version>3.6.7-SNAPSHOT </xponents .version>
56
+ <xponents .version>3.6.7</xponents .version>
57
57
</properties >
58
58
<!-- OSS Sonatype instructions: list repositories -->
59
59
<distributionManagement >
481
481
<groupId >org.apache.maven.plugins</groupId >
482
482
<artifactId >maven-compiler-plugin</artifactId >
483
483
<configuration >
484
- <source >1. 11</source >
485
- <target >1. 11</target >
484
+ <source >11</source >
485
+ <target >11</target >
486
486
<encoding >UTF-8</encoding >
487
- <compilerVersion >1. 11</compilerVersion >
487
+ <compilerVersion >11</compilerVersion >
488
488
<compilerArgument >-Xlint:all,-path</compilerArgument >
489
489
<showWarnings >true</showWarnings >
490
490
<showDeprecation >true</showDeprecation >
You can’t perform that action at this time.
0 commit comments