From 90970ba35fe3a56d623a8fb51f25ddac2424deb8 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:16:38 -0700 Subject: [PATCH 1/8] Set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1317e1af..4b3fd383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -3.7.0 +3.7.0 (2025-05-23) ------------------ * Added support for the `/billing_phone/matches_postal` and From b616690314a8b5d98c17767364b06ecf13a3d96a Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:17:13 -0700 Subject: [PATCH 2/8] update version number in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1505d6c..f0bbb38b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.minfraud minfraud - 3.6.0 + 3.7.0 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.minfraud:minfraud:3.6.0' + compile 'com.maxmind.minfraud:minfraud:3.7.0' } ``` From ae98d074715e3f7130a43e720c171f66c010e7ef Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:17:24 -0700 Subject: [PATCH 3/8] [maven-release-plugin] prepare release v3.7.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cd38dfe6..e4040d7b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.6.1-SNAPSHOT + 3.7.0 MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud @@ -23,7 +23,7 @@ https://github.com/maxmind/minfraud-api-java scm:git:git://github.com:maxmind/minfraud-api-java.git scm:git:git@github.com:maxmind/minfraud-api-java.git - HEAD + v3.7.0 https://github.com/maxmind/minfraud-api-java/issues From d17020b00d37c1bf9ef0d96ea1bcebd91fc6a111 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:17:25 -0700 Subject: [PATCH 4/8] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e4040d7b..c0384dfa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.7.0 + 3.7.1-SNAPSHOT MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud @@ -23,7 +23,7 @@ https://github.com/maxmind/minfraud-api-java scm:git:git://github.com:maxmind/minfraud-api-java.git scm:git:git@github.com:maxmind/minfraud-api-java.git - v3.7.0 + HEAD https://github.com/maxmind/minfraud-api-java/issues From f12950f9c02eeeaa226cde4b4dec4fcfbb361fe6 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:42:24 -0700 Subject: [PATCH 5/8] Attempt to fix javadoc generation --- CHANGELOG.md | 6 ++++++ pom.xml | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3fd383..ea970817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +3.7.1 (2025-05-23) +------------------ + +* Updated `pom.xml` to fix issue with javadoc generation during the release + process. + 3.7.0 (2025-05-23) ------------------ diff --git a/pom.xml b/pom.xml index c0384dfa..5faf0faf 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,15 @@ 11 -missing + + + attach-javadocs + package + + jar + + + org.apache.maven.plugins From 7575ad1817a678a840d0749747e86eeeaf7b732c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:42:43 -0700 Subject: [PATCH 6/8] update version number in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0bbb38b..b63509ec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.minfraud minfraud - 3.7.0 + 3.7.1 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.minfraud:minfraud:3.7.0' + compile 'com.maxmind.minfraud:minfraud:3.7.1' } ``` From 12de7d6024a62909ab8f45b7233b3e910638a520 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:42:53 -0700 Subject: [PATCH 7/8] [maven-release-plugin] prepare release v3.7.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5faf0faf..4910b090 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.7.1-SNAPSHOT + 3.7.1 MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud @@ -23,7 +23,7 @@ https://github.com/maxmind/minfraud-api-java scm:git:git://github.com:maxmind/minfraud-api-java.git scm:git:git@github.com:maxmind/minfraud-api-java.git - HEAD + v3.7.1 https://github.com/maxmind/minfraud-api-java/issues From 249c40e14e7752eaec8cf40efcd82c181a067711 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 23 May 2025 14:42:55 -0700 Subject: [PATCH 8/8] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4910b090..4af9783f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.7.1 + 3.7.2-SNAPSHOT MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud @@ -23,7 +23,7 @@ https://github.com/maxmind/minfraud-api-java scm:git:git://github.com:maxmind/minfraud-api-java.git scm:git:git@github.com:maxmind/minfraud-api-java.git - v3.7.1 + HEAD https://github.com/maxmind/minfraud-api-java/issues