File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4124.2.0 (2023-12-05)
513------------------
614
Original file line number Diff line number Diff 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}
3232dependencies {
33- compile 'com.maxmind.geoip2:geoip2:4.2.0 '
33+ compile 'com.maxmind.geoip2:geoip2:4.2.1 '
3434}
3535```
3636
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ mvn release:clean
9393mvn release:prepare -DreleaseVersion=" $version " -Dtag=" $tag "
9494mvn release:perform
9595rm -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 "
9797ln -Tfs " $tag " .gh-pages/doc/latest
9898
9999pushd .gh-pages
Original file line number Diff line number Diff line change 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 >
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 >
100100 <configuration >
101101 <rules >
102102 <requireMavenVersion >
103- <version >3.2.5 </version >
103+ <version >3.6.3 </version >
104104 </requireMavenVersion >
105105 </rules >
106106 </configuration >
You can’t perform that action at this time.
0 commit comments