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

Commit

Permalink
Updates in preparation for 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 23, 2013
1 parent b838d41 commit b9abc2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.2.10 May 23rd 2013
- First release to the Maven Central Repository
1.2.9 Feb 19th 2013
- Update FIPS codes 20130208 ( Boris Zentner )
- Add new country South Sudan ( Boris Zentner )
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OR if you use maven:
<dependency>
<groupId>com.maxmind.geoip</groupId>
<artifactId>geoip-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2.10</version>
</dependency>

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

This is version 1.2.3 of the Java interface to GeoIP. For more information
This is version 1.2.10 of the Java interface to GeoIP. For more information
see http://www.maxmind.com/

As of version 1.1.4 this API is fully thread safe.
Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,6 +27,11 @@
</license>
</licenses>

<organization>
<name>MaxMind, Inc.</name>
<url>http://www.maxmind.com/</url>
</organization>

<developers>
<developer>
<id>bzentner</id>
Expand All @@ -36,8 +41,8 @@
</developers>

<scm>
<connection>scm:git:ssh://git@github.com:maxmind/geoip-api-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com:maxmind/geoip-api-java.git</developerConnection>
<connection>scm:git:git@git.maxmind.com:geoip-api-java</connection>
<developerConnection>scm:git:git@git.maxmind.com:geoip-api-java</developerConnection>
</scm>

<properties>
Expand Down

0 comments on commit b9abc2b

Please sign in to comment.