We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fef2a2 commit 138eea8Copy full SHA for 138eea8
binding/java/ReadMe.md
@@ -7,7 +7,7 @@
7
<dependency>
8
<groupId>org.lionsoul</groupId>
9
<artifactId>ip2region</artifactId>
10
- <version>2.6.6</version>
+ <version>2.7.0</version>
11
</dependency>
12
```
13
binding/java/pom.xml
@@ -178,11 +178,11 @@
178
</build>
179
<distributionManagement>
180
<snapshotRepository>
181
- <id>oss</id>
+ <id>oss-parent</id>
182
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
183
</snapshotRepository>
184
<repository>
185
186
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
187
</repository>
188
</distributionManagement>
0 commit comments