-
Notifications
You must be signed in to change notification settings - Fork 51
Release 4.1.0 #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.1.0 #371
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| <modelVersion>4.0.0</modelVersion> | ||||||
| <groupId>com.maxmind.db</groupId> | ||||||
| <artifactId>maxmind-db</artifactId> | ||||||
| <version>4.0.2</version> | ||||||
| <version>4.1.0</version> | ||||||
| <packaging>jar</packaging> | ||||||
| <name>MaxMind DB Reader</name> | ||||||
| <description>Reader for MaxMind DB</description> | ||||||
|
|
@@ -168,7 +168,7 @@ | |||||
| <properties> | ||||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||||
| <!-- Baseline version for API compatibility checking. Update after each release. --> | ||||||
| <japicmp.baselineVersion>4.0.2</japicmp.baselineVersion> | ||||||
| <japicmp.baselineVersion>4.1.0</japicmp.baselineVersion> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating the
Suggested change
|
||||||
| </properties> | ||||||
| <profiles> | ||||||
| <profile> | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
compileconfiguration in Gradle has been deprecated for a long time and was removed in Gradle 7.0. It is recommended to useimplementationinstead for library dependencies in documentation examples to ensure they work with modern Gradle versions.