Skip to content

Commit 8e1b54e

Browse files
author
JW Wesson
committed
update version, remove 'Sovren'
1 parent 3d7ad3a commit 8e1b54e

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The official Java SDK for the Sovren v10 API for resume/CV and job parsing, sear
1313
### Gradle Users
1414
Add this dependency to your project's build file:
1515
```
16-
implementation "com.sovren:sovren-java:1.9.0"
16+
implementation "com.sovren:sovren-java:1.10.0"
1717
```
1818

1919
### Maven Users
@@ -22,13 +22,13 @@ Add this dependency to your project's POM:
2222
<dependency>
2323
<groupId>com.sovren</groupId>
2424
<artifactId>sovren-java</artifactId>
25-
<version>1.9.0</version>
25+
<version>1.10.0</version>
2626
</dependency>
2727
```
2828

2929
### Others
3030
You'll need to manually install the following JARs:
31-
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.9.0/sovren-java-1.9.0.jar
31+
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.10.0/sovren-java-1.10.0.jar
3232
- [Google Gson][gson_url] from https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar
3333
- [Square OkHttp][okhttp_url] from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar
3434

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.sovren</groupId>
55
<artifactId>sovren-java</artifactId>
66

7-
<version>1.9.0</version>
7+
<version>1.10.0</version>
88

99
<packaging>jar</packaging>
1010
<name>Sovren Java SDK</name>

src/main/java/com/sovren/SovrenClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ public NormalizeProfessionsResponse normalizeProfessions(List<String> jobTitles)
15501550

15511551
/**
15521552
* Get details for the given professions in the taxonomy.
1553-
* @param codeIds The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.
1553+
* @param codeIds The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a>.
15541554
* @param outputLanguage The language to use for professions descriptions (default is en). Must be an allowed <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO code</a>. <br>Default is 'en'.
15551555
* @return The API response body
15561556
* @throws SovrenException Thrown when an API error occurs
@@ -1572,7 +1572,7 @@ public LookupProfessionCodesResponse lookupProfessions(List<Integer> codeIds, St
15721572

15731573
/**
15741574
* Get details for the given professions in the taxonomy.
1575-
* @param codeIds The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.
1575+
* @param codeIds The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a>.
15761576
* @return The API response body
15771577
* @throws SovrenException Thrown when an API error occurs
15781578
*/
@@ -1582,8 +1582,8 @@ public LookupProfessionCodesResponse lookupProfessions(List<Integer> codeIds) th
15821582

15831583
/**
15841584
* Compare two professions based on the skills associated with each.
1585-
* @param profession1 A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare.
1586-
* @param profession2 A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare.
1585+
* @param profession1 A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> to compare.
1586+
* @param profession2 A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> to compare.
15871587
* @return The API response body
15881588
* @throws SovrenException Thrown when an API error occurs
15891589
*/
@@ -1605,7 +1605,7 @@ public CompareProfessionsResponse compareProfessions(int profession1, int profes
16051605

16061606
/**
16071607
* Compare a given set of skills to the skills related to a given profession.
1608-
* @param professionCodeId The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to.
1608+
* @param professionCodeId The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> to compare the skill set to.
16091609
* @param skillIds The skill IDs which should be compared against the given profession. The list can contain up to 50 skills.
16101610
* @return The API response body
16111611
* @throws SovrenException Thrown when an API error occurs
@@ -1634,7 +1634,7 @@ public CompareSkillsToProfessionResponse compareSkillsToProfessions(int professi
16341634
/**
16351635
* Compare the skills of a candidate to the skills related to a job using the Ontology API.
16361636
* @param resume The resume containing the skills of the candidate
1637-
* @param professionCodeId The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to.
1637+
* @param professionCodeId The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> to compare the skill set to.
16381638
* @return The API response body
16391639
* @throws SovrenException Thrown when an API error occurs
16401640
*/

src/main/java/com/sovren/models/api/dataenrichment/ontology/request/CompareProfessionsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
/** Request body for a 'CompareProfessions' request */
1111
public class CompareProfessionsRequest {
12-
/** The two profession code IDs from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare. This list must have 2 values. */
12+
/** The two profession code IDs from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> to compare. This list must have 2 values. */
1313
public List<Integer> ProfessionCodeIds;
1414
}

src/main/java/com/sovren/models/api/dataenrichment/ontology/request/CompareSkillsToProfessionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
public class CompareSkillsToProfessionRequest {
1212
/** The skill IDs which should be compared against the given profession. The list can contain up to 50 skills. */
1313
public List<String> SkillIds;
14-
/** The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to. */
14+
/** The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> to compare the skill set to. */
1515
public int ProfessionCodeId;
1616
}

src/main/java/com/sovren/models/api/dataenrichment/ontology/request/SuggestSkillsRequest.java

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

1010
/** Request body for a 'SuggestSkills' request */
1111
public class SuggestSkillsRequest {
12-
/** The profession code IDs from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> for which the service should return related skills. The list can contain up to 10 profession codes. */
12+
/** The profession code IDs from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a> for which the service should return related skills. The list can contain up to 10 profession codes. */
1313
public List<Integer> ProfessionCodeIds;
1414
/** The maximum amount of suggested skills returned. If not specified this parameter defaults to 10. This limit cannot exceed 10. */
1515
public int Limit = 10;

src/main/java/com/sovren/models/api/dataenrichment/ontology/response/ProfessionExclusiveSkills.java

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

55
/** An exclusive skill per profession. */
66
public class ProfessionExclusiveSkills {
7-
/** The code ID of the profession in the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>. */
7+
/** The code ID of the profession in the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a>. */
88
public int ProfessionCodeId;
99
/** A list of skills that are relative to this profession, but not the other. */
1010
public List<SkillScore> SkillsFoundOnlyInThisProfession;

src/main/java/com/sovren/models/api/dataenrichment/ontology/response/SuggestedProfession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public class SuggestedProfession {
1414
public List<SkillScore> MissingSkills;
1515
/** A value from [0 - 1] indicating how relative the given skills are to this profession. */
1616
public float Score;
17-
/** The code ID of the profession in the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>. */
17+
/** The code ID of the profession in the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a>. */
1818
public int CodeId;
1919
}

src/main/java/com/sovren/models/api/dataenrichment/professions/request/LookupProfessionCodesRequest.java

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

1010
/** Request body for a 'LookupProfessions' request */
1111
public class LookupProfessionCodesRequest {
12-
/** The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>. */
12+
/** The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a>. */
1313
public List<Integer> CodeIds;
1414
/** The language to use for professions descriptions (default is en). Must be an allowed <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO code</a>. */
1515
public String OutputLanguage = "en";

src/main/java/com/sovren/models/dataenrichment/BasicProfession.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.sovren.models.dataenrichment;
22

33
/**
4-
* A profession ID/description from the Sovren Professions Taxonomy.
4+
* A profession ID/description from the Professions Taxonomy.
55
*/
66
public class BasicProfession {
77
/**
8-
* The unique code ID of the profession in the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.
8+
* The unique code ID of the profession in the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Professions Taxonomy</a>.
99
*/
1010
public Integer CodeId;
1111

0 commit comments

Comments
 (0)