Skip to content

Commit 5fd2698

Browse files
author
JW Wesson
committed
update email and company name
1 parent 99ad06c commit 5fd2698

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>1.10.0</version>
88

99
<packaging>jar</packaging>
10-
<name>Sovren Java SDK</name>
11-
<description>The official Java SDK for the Sovren v10 API.</description>
10+
<name>Textkernel Tx Java SDK</name>
11+
<description>The official Java SDK for the Textkernel Tx v10 API.</description>
1212
<url>https://developer.textkernel.com/Sovren/v10/overview/</url>
1313

1414
<licenses>
@@ -28,9 +28,9 @@
2828
<developers>
2929
<developer>
3030
<name>JW Wesson</name>
31-
<email>jw.wesson@sovren.com</email>
32-
<organization>Sovren</organization>
33-
<organizationUrl>https://www.sovren.com</organizationUrl>
31+
<email>wesson@textkernel.nl</email>
32+
<organization>Textkernel BV</organization>
33+
<organizationUrl>https://www.textkernel.com</organizationUrl>
3434
</developer>
3535
</developers>
3636

src/main/java/com/textkernel/tx/models/api/ApiResponseInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
public class ApiResponseInfo extends ApiResponseInfoLite {
1313

14-
/** The id for a specific API transaction. Use this when contacting <a href="mailto:support@sovren.com">support@sovren.com</a> about issues.*/
14+
/** The id for a specific API transaction. Use this when contacting <a href="mailto:service@textkernel.com">service@textkernel.com</a> about issues.*/
1515
public String TransactionId;
1616

1717
/**

src/main/java/com/textkernel/tx/models/api/parsing/BasicParseOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ public class BasicParseOptions {
2222

2323
/**
2424
* If you want to use custom skills lists during parsing, set those here. This not a recommended
25-
* feature for most customers. For more information, reach out to support@sovren.com
25+
* feature for most customers. For more information, reach out to service@textkernel.com
2626
* @deprecated use {@link #SkillsSettings} instead
2727
*/
2828
@Deprecated
2929
public List<String> SkillsData;
3030

3131
/**
3232
* If you want to use custom normalizations during parsing, set those here. This not a recommended
33-
* feature for most customers. For more information, reach out to support@sovren.com
33+
* feature for most customers. For more information, reach out to service@textkernel.com
3434
* @deprecated use {@link #SkillsSettings} and {@link #ProfessionsSettings} instead
3535
*/
3636
@Deprecated

0 commit comments

Comments
 (0)