Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MarkLogic® Content Pump 12.0
Progress® MarkLogic® Content Pump 12.0.1

Copyright © 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Expand All @@ -10,10 +10,10 @@ Unless required by applicable law or agreed to in writing, software distributed

To the extent required by the applicable open-source license, a complete machine-readable copy of the source code corresponding to such code is available upon request. This offer is valid to anyone in receipt of this information and shall expire three years following the date of the final distribution of this product version by Progress Software Corporation. To obtain such source code, send an email to Legal-thirdpartyreview@progress.com. Please specify the product and version for which you are requesting source code.

The following software may be included in MarkLogic® Content Pump 12.0
(last updated July 14, 2025):
-------------------------------------------------------------------------

The following software may be included in Progress® MarkLogic® Content Pump 12.0.1 (last updated November 24, 2025):

Third Party Components

avro 1.11.4 (Apache-2.0)
Expand Down Expand Up @@ -444,7 +444,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

Common Licenses

This section shows the text of common third-party licenses used by MarkLogic® Content Pump v12.0:
This section shows the text of common third-party licenses used by Progress® MarkLogic® Content Pump v12.0.1:

Apache License 2.0 (Apache-2.0)
https://spdx.org/licenses/Apache-2.0.html
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ The MarkLogic Connector for Hadoop is an extension to Hadoop’s MapReduce frame

## Release Notes

### What's New in mlcp 12.0
### What's New in mlcp 12.0.1

- No new updates

### What's New in mlcp 12.0.0

- Replaced the commons-csv-marklogic library with the standard Apache Commons CSV library for improved compatibility and maintainability
- Upgraded commons-csv and commons-io libraries to the latest stable versions.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>mlcp</artifactId>
<version>12.0.0</version>
<version>12.0.1</version>
<name>MarkLogic Content Pump</name>
<description>MarkLogic Content Pump</description>
<url>https://github.com/marklogic/marklogic-contentpump</url>
Expand All @@ -17,7 +17,7 @@
</licenses>

<properties>
<versionString>12.0.0</versionString>
<versionString>12.0.1</versionString>
<xccVersion>${versionString}</xccVersion>
<hadoopVersion>3.4.0</hadoopVersion>
<jacksonVersion>2.17.1</jacksonVersion>
Expand Down
Binary file not shown.
Loading