Skip to content

Commit

Permalink
Bumping to 1.7.0
Browse files Browse the repository at this point in the history
Also tweaked `WriteTemporalDocumentTest` - was setting prefix instead of suffix, which was fine functionally, but kind of weird.
  • Loading branch information
rjrudin committed Oct 18, 2022
1 parent 171e2b7 commit b514152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.marklogic
version=1.7.0-SNAPSHOT
version=1.7.0

# For the Confluent Connector Archive
componentOwner=marklogic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void kafkaConnectorCanWriteTemporalDocument() {
AbstractSinkTask task = startSinkTask(
MarkLogicSinkConfig.DOCUMENT_COLLECTIONS, "kafka1,kafka2",
MarkLogicSinkConfig.DOCUMENT_TEMPORAL_COLLECTION, TEMPORAL_COLLECTION,
MarkLogicSinkConfig.DOCUMENT_URI_PREFIX, ".xml",
MarkLogicSinkConfig.DOCUMENT_URI_SUFFIX, ".xml",
MarkLogicSinkConfig.DOCUMENT_FORMAT, "xml"
);

Expand Down

0 comments on commit b514152

Please sign in to comment.