Skip to content

Commit 7b16255

Browse files
committed
Intentially make a breaking change
1 parent 7cd5ff4 commit 7b16255

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
</newVersion>
329329
<parameter>
330330
<accessModifier>public</accessModifier>
331-
<breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>
331+
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
332332
<onlyBinaryIncompatible>false</onlyBinaryIncompatible>
333333
<onlyModified>true</onlyModified>
334334
</parameter>

src/main/java/com/maxmind/geoip2/model/AnonymousPlusResponse.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,6 @@ public AnonymousPlusResponse(
135135
);
136136
}
137137

138-
/**
139-
* @return The IP address that the data in the model is for.
140-
* @deprecated Use {@link #ipAddress()} instead. This method will be removed in 6.0.0.
141-
*/
142-
@Deprecated(since = "5.0.0", forRemoval = true)
143-
@JsonProperty("ip_address")
144-
public String getIpAddress() {
145-
return ipAddress().getHostAddress();
146-
}
147-
148138
/**
149139
* @return The network associated with the record. In particular, this is
150140
* the largest network where all the fields besides IP address have the

0 commit comments

Comments
 (0)