This repository was archived by the owner on Jun 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ 1.2.10 May 23rd 2013
2
+ - First release to the Maven Central Repository
1
3
1.2.9 Feb 19th 2013
2
4
- Update FIPS codes 20130208 ( Boris Zentner )
3
5
- Add new country South Sudan ( Boris Zentner )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OR if you use maven:
13
13
<dependency>
14
14
<groupId>com.maxmind.geoip</groupId>
15
15
<artifactId>geoip-api</artifactId>
16
- <version>1.0-SNAPSHOT </version>
16
+ <version>1.2.10 </version>
17
17
</dependency>
18
18
19
19
By default, CountryLookupTest expects to find the
@@ -24,7 +24,7 @@ lookupCountryXxxx methods return null if a country can not
24
24
be found (it used to return '--' or 'N/A'. Be sure to check the
25
25
return value for null !
26
26
27
- This is version 1.2.3 of the Java interface to GeoIP. For more information
27
+ This is version 1.2.10 of the Java interface to GeoIP. For more information
28
28
see http://www.maxmind.com/
29
29
30
30
As of version 1.1.4 this API is fully thread safe.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
27
27
</license >
28
28
</licenses >
29
29
30
+ <organization >
31
+ <name >MaxMind, Inc.</name >
32
+ <url >http://www.maxmind.com/</url >
33
+ </organization >
34
+
30
35
<developers >
31
36
<developer >
32
37
<id >bzentner</id >
36
41
</developers >
37
42
38
43
<scm >
39
- <connection >scm:git:ssh:// git@github. com:maxmind/ geoip-api-java.git </connection >
40
- <developerConnection >scm:git:ssh:// git@github. com:maxmind/ geoip-api-java.git </developerConnection >
44
+ <connection >scm:git:git@git.maxmind. com:geoip-api-java</connection >
45
+ <developerConnection >scm:git:git@git.maxmind. com:geoip-api-java</developerConnection >
41
46
</scm >
42
47
43
48
<properties >
You can’t perform that action at this time.
0 commit comments