Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

r1.3.1: Version 1.3.1

Compare
Choose a tag to compare
@evanchooly evanchooly released this 04 Dec 22:37
· 195 commits to master since this release

This release includes a number of bug fixes and pull requests. As with the last release, this release focuses partially on a continued refinement of the build and release processes. To use these jars with maven, you would use the following entry:

<dependency>
    <groupId>org.mongodb.mongo-hadoop</groupId>
    <artifactId>mongo-hadoop-core</artifactId>
    <version>1.3.1</version>
</dependency>

For gradle, please use

compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:1.3.1'

Please note that the groupId differs from the 1.3.0 release.