Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit b9abc2b

Browse files
committed
Updates in preparation for 1.2.10
1 parent b838d41 commit b9abc2b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.2.10 May 23rd 2013
2+
- First release to the Maven Central Repository
13
1.2.9 Feb 19th 2013
24
- Update FIPS codes 20130208 ( Boris Zentner )
35
- Add new country South Sudan ( Boris Zentner )

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OR if you use maven:
1313
<dependency>
1414
<groupId>com.maxmind.geoip</groupId>
1515
<artifactId>geoip-api</artifactId>
16-
<version>1.0-SNAPSHOT</version>
16+
<version>1.2.10</version>
1717
</dependency>
1818

1919
By default, CountryLookupTest expects to find the
@@ -24,7 +24,7 @@ lookupCountryXxxx methods return null if a country can not
2424
be found (it used to return '--' or 'N/A'. Be sure to check the
2525
return value for null !
2626

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
2828
see http://www.maxmind.com/
2929

3030
As of version 1.1.4 this API is fully thread safe.

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?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"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

@@ -27,6 +27,11 @@
2727
</license>
2828
</licenses>
2929

30+
<organization>
31+
<name>MaxMind, Inc.</name>
32+
<url>http://www.maxmind.com/</url>
33+
</organization>
34+
3035
<developers>
3136
<developer>
3237
<id>bzentner</id>
@@ -36,8 +41,8 @@
3641
</developers>
3742

3843
<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>
4146
</scm>
4247

4348
<properties>

0 commit comments

Comments
 (0)