From a2e953b8f4fc89ea9516ebe3eeffd0d8790a08de Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:39:43 -0800 Subject: [PATCH 1/7] Set copyright year --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e6877e..308d7194 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,6 @@ This API uses [Semantic Versioning](https://semver.org/). ## Copyright and License ## -This software is Copyright (c) 2015-2024 by MaxMind, Inc. +This software is Copyright (c) 2015-2025 by MaxMind, Inc. This is free software, licensed under the Apache License, Version 2.0. From 1ec4476ab4b06a08b87d5e6a6535ac2bb161a8ab Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:40:49 -0800 Subject: [PATCH 2/7] Set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d069dd2..ccf988b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -3.6.0 +3.6.0 (2025-02-10) ------------------ * The minFraud Factors subscores have been deprecated. They will be removed From f740b83f11ce083090849fb69981286cf3fbfcf0 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:46:17 -0800 Subject: [PATCH 3/7] Handle more version number variations in release script --- dev-bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-bin/release.sh b/dev-bin/release.sh index c4b16c46..e9c7846a 100755 --- a/dev-bin/release.sh +++ b/dev-bin/release.sh @@ -72,7 +72,7 @@ version: $tag EOF perl -pi -e "s/(?<=)[^<]*/$version/" README.md -perl -pi -e "s/(?<=com\.maxmind\.minfraud\:minfraud\:)\d+\.\d+\.\d+([\w\-]+)?/$version/" README.md +perl -pi -e "s/(?<=com\.maxmind\.minfraud\:minfraud\:)\d+\.\d+\.\d+[^']*/$version/" README.md cat README.md >> $page From 82d9279c20358a65228e0469804aacf3e0bbc989 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:46:36 -0800 Subject: [PATCH 4/7] 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 308d7194..a1505d6c 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-beta.1 + 3.6.0 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.minfraud:minfraud:3.6.0-beta.1' + compile 'com.maxmind.minfraud:minfraud:3.6.0' } ``` From ceb8a26ee2ba3e1976d0c60220177c0cf75f0d70 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:46:55 -0800 Subject: [PATCH 5/7] [maven-release-plugin] prepare release v3.6.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 674c7a87..bb3d87d0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.6.1-beta.1-SNAPSHOT + 3.6.0 MaxMind minFraud Score, Insights, Factors and Report Transaction 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.6.0 https://github.com/maxmind/minfraud-api-java/issues From 4d093c86ac4f4c3ab3b0ef3968244cf0459f9862 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:46:57 -0800 Subject: [PATCH 6/7] [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 bb3d87d0..063ac2ee 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 3.6.0 + 3.6.1-SNAPSHOT MaxMind minFraud Score, Insights, Factors and Report Transaction 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.6.0 + HEAD https://github.com/maxmind/minfraud-api-java/issues From 116f0e2a53f6e82b5fbb0d21c5ff767d06a14a75 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 08:50:51 -0800 Subject: [PATCH 7/7] Simplify name --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 063ac2ee..817001e2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.maxmind.minfraud minfraud 3.6.1-SNAPSHOT - MaxMind minFraud Score, Insights, Factors and Report Transaction API + MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud