Skip to content

Commit 73e4d78

Browse files
author
JW Wesson
committed
missed a few
1 parent ecb328a commit 73e4d78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</licenses>
2121

2222
<scm>
23-
<connection>scm:git:https://github.com/sovren/sovren-java.git</connection>
24-
<developerConnection>scm:git:https://github.com:sovren/sovren-java.git</developerConnection>
25-
<url>https://github.com/sovren/sovren-java</url>
23+
<connection>scm:git:https://github.com/textkernel/tx-java.git</connection>
24+
<developerConnection>scm:git:https://github.com:textkernel/tx-java.git</developerConnection>
25+
<url>https://github.com/textkernel/tx-java</url>
2626
</scm>
2727

2828
<developers>

src/main/java/com/textkernel/tx/models/api/bimetricscoring/ParsedJobWithId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import com.textkernel.tx.models.job.ParsedJob;
99

1010
/**
11-
* A Sovren.Models.Job.ParsedJob and id pair for a bimetric score request
11+
* A ParsedJob and id pair for a bimetric score request
1212
*/
1313
public class ParsedJobWithId implements IParsedDocWithId {
1414

0 commit comments

Comments
 (0)