Skip to content

Commit d7d1035

Browse files
Merge pull request #190 from rosette-api/TEJ-1824-update-rosapi
Tej 1824 update rosapi
2 parents 06ab75f + 724b64c commit d7d1035

File tree

10 files changed

+15
-10
lines changed

10 files changed

+15
-10
lines changed

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.111-SNAPSHOT</version>
22+
<version>1.21.201-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api-annotations</artifactId>
2525
<name>rosette-api-annotations</name>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.111-SNAPSHOT</version>
22+
<version>1.21.201-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api</artifactId>
2525
<name>rosette-api</name>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.111-SNAPSHOT</version>
22+
<version>1.21.201-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api-common</artifactId>
2525
<name>rosette-api-common</name>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.basistech.rosette</groupId>
2222
<artifactId>rosette-api-java-binding</artifactId>
23-
<version>1.21.111-SNAPSHOT</version>
23+
<version>1.21.201-SNAPSHOT</version>
2424
</parent>
2525
<groupId>com.basistech.rosette</groupId>
2626
<artifactId>rosette-api-examples</artifactId>

json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.basistech.rosette</groupId>
2222
<artifactId>rosette-api-java-binding</artifactId>
23-
<version>1.21.111-SNAPSHOT</version>
23+
<version>1.21.201-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rosette-api-json</artifactId>
2626
<name>rosette-api-json</name>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.111-SNAPSHOT</version>
22+
<version>1.21.201-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api-model</artifactId>
2525
<name>rosette-api-model</name>

model/src/main/java/com/basistech/rosette/apimodel/EntitiesOptions.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ public class EntitiesOptions extends Options {
5353
*/
5454
private final Boolean linkEntities;
5555

56+
/**
57+
* @return the linkMentionMode mode.
58+
*/
59+
private final String linkMentionMode;
60+
5661
/**
5762
* @return the modelType to use.
5863
*/

osgi-itests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.basistech.rosette</groupId>
77
<artifactId>rosette-api-java-binding</artifactId>
8-
<version>1.21.111-SNAPSHOT</version>
8+
<version>1.21.201-SNAPSHOT</version>
99
</parent>
1010
<properties>
1111
<bundle-repo>target/test-bundles</bundle-repo>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.basistech.rosette</groupId>
1616
<artifactId>rosette-api</artifactId>
17-
<version>1.21.111-SNAPSHOT</version>
17+
<version>1.21.201-SNAPSHOT</version>
1818
</dependency>
1919

2020
<!-- The goal of this test is to make sure rosette-api resolves successfully in OSGi with given dependencies. -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.basistech.rosette</groupId>
2020
<artifactId>rosette-api-java-binding</artifactId>
21-
<version>1.21.111-SNAPSHOT</version>
21+
<version>1.21.201-SNAPSHOT</version>
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>

release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.111-SNAPSHOT</version>
22+
<version>1.21.201-SNAPSHOT</version>
2323
</parent>
2424
<groupId>com.basistech.rosette</groupId>
2525
<artifactId>rosette-api-release</artifactId>

0 commit comments

Comments
 (0)