diff --git a/Changes b/Changes index ef1444a..1c80da9 100644 --- a/Changes +++ b/Changes @@ -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 ) diff --git a/README b/README index f6496a7..217ac03 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ OR if you use maven: com.maxmind.geoip geoip-api - 1.0-SNAPSHOT + 1.2.10 By default, CountryLookupTest expects to find the @@ -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. diff --git a/pom.xml b/pom.xml index efb0282..057245a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ - 4.0.0 @@ -27,6 +27,11 @@ + + MaxMind, Inc. + http://www.maxmind.com/ + + bzentner @@ -36,8 +41,8 @@ - scm:git:ssh://git@github.com:maxmind/geoip-api-java.git - scm:git:ssh://git@github.com:maxmind/geoip-api-java.git + scm:git:git@git.maxmind.com:geoip-api-java + scm:git:git@git.maxmind.com:geoip-api-java