Skip to content

Commit 3857d18

Browse files
Merge pull request #205 from rosette-api/COMN-299
COMN-299: Update the parent POM to version 15.0.0
2 parents 54913ab + 981a142 commit 3857d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

model/src/main/java/com/basistech/rosette/apimodel/batch/BatchRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class BatchRequest {
3636
* @return id an ID string.
3737
*/
3838
@Builder.Default
39-
private final String batchId = UUID.randomUUID().toString();;
39+
private final String batchId = UUID.randomUUID().toString();
4040

4141
/**
4242
* A URL for RosetteAPI to call to inform you the completion of the batch.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>14.0.0</version>
25+
<version>15.0.0</version>
2626
<relativePath />
2727
</parent>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)