Skip to content

Commit 708e288

Browse files
authored
Merge pull request #484 from maxmind/greg/eng-1675
Release 3.7.0 and 3.7.1
2 parents 7378538 + 249c40e commit 708e288

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
CHANGELOG
22
=========
33

4-
3.7.0
4+
3.7.1 (2025-05-23)
5+
------------------
6+
7+
* Updated `pom.xml` to fix issue with javadoc generation during the release
8+
process.
9+
10+
3.7.0 (2025-05-23)
511
------------------
612

713
* Added support for the `/billing_phone/matches_postal` and

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616
<dependency>
1717
<groupId>com.maxmind.minfraud</groupId>
1818
<artifactId>minfraud</artifactId>
19-
<version>3.6.0</version>
19+
<version>3.7.1</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'com.maxmind.minfraud:minfraud:3.6.0'
32+
compile 'com.maxmind.minfraud:minfraud:3.7.1'
3333
}
3434
```
3535

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.maxmind.minfraud</groupId>
66
<artifactId>minfraud</artifactId>
7-
<version>3.6.1-SNAPSHOT</version>
7+
<version>3.7.2-SNAPSHOT</version>
88
<name>MaxMind minFraud API</name>
99
<description>MaxMind minFraud Score, Insights, Factors and Report Transaction API</description>
1010
<url>http://dev.maxmind.com/minfraud</url>
@@ -178,6 +178,15 @@
178178
<source>11</source>
179179
<doclint>-missing</doclint>
180180
</configuration>
181+
<executions>
182+
<execution>
183+
<id>attach-javadocs</id>
184+
<phase>package</phase>
185+
<goals>
186+
<goal>jar</goal>
187+
</goals>
188+
</execution>
189+
</executions>
181190
</plugin>
182191
<plugin>
183192
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)