Skip to content

Commit d79259e

Browse files
authored
Merge pull request #481 from maxmind/greg/release-4.2.1
Release 4.2.1
2 parents 1551240 + d3e4653 commit d79259e

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
4.2.1 (2024-09-20)
5+
------------------
6+
7+
* Dependency updates:
8+
* `maxmind-db` was upgraded to 3.1.1.
9+
* Jackson was upgraded to 2.17.2.
10+
* Added missing API documentation.
11+
412
4.2.0 (2023-12-05)
513
------------------
614

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
1717
<dependency>
1818
<groupId>com.maxmind.geoip2</groupId>
1919
<artifactId>geoip2</artifactId>
20-
<version>4.2.0</version>
20+
<version>4.2.1</version>
2121
</dependency>
2222
```
2323

@@ -30,7 +30,7 @@ repositories {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
compile 'com.maxmind.geoip2:geoip2:4.2.0'
33+
compile 'com.maxmind.geoip2:geoip2:4.2.1'
3434
}
3535
```
3636

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mvn release:clean
9393
mvn release:prepare -DreleaseVersion="$version" -Dtag="$tag"
9494
mvn release:perform
9595
rm -fr ".gh-pages/doc/$tag"
96-
cp -r target/checkout/target/apidocs ".gh-pages/doc/$tag"
96+
cp -r target/checkout/target/reports/apidocs ".gh-pages/doc/$tag"
9797
ln -Tfs "$tag" .gh-pages/doc/latest
9898

9999
pushd .gh-pages

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.maxmind.geoip2</groupId>
55
<artifactId>geoip2</artifactId>
6-
<version>4.2.1-SNAPSHOT</version>
6+
<version>4.2.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>MaxMind GeoIP2 API</name>
99
<description>GeoIP2 webservice client and database reader</description>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.maxmind.db</groupId>
4242
<artifactId>maxmind-db</artifactId>
43-
<version>3.1.0</version>
43+
<version>3.1.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
@@ -100,7 +100,7 @@
100100
<configuration>
101101
<rules>
102102
<requireMavenVersion>
103-
<version>3.2.5</version>
103+
<version>3.6.3</version>
104104
</requireMavenVersion>
105105
</rules>
106106
</configuration>

0 commit comments

Comments
 (0)