Skip to content

Commit 2f43632

Browse files
committed
Alpha release
1 parent 06ed1d7 commit 2f43632

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
??? (???)
4+
0.1.0 (2013-05-21)
55
------------------
66

77
* Initial release

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.maxmind.geoip2</groupId>
55
<artifactId>geoip2</artifactId>
6-
<version>0.1.0</version>
6+
<version>0.1.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>MaxMind GeoIP2 API</name>
99
<description>API for accessing MaxMind's GeoIP2 web service</description>
@@ -21,8 +21,8 @@
2121
</organization>
2222
<scm>
2323
<url>https://github.com/maxmind/GeoIP2-java</url>
24-
<connection>scm:git:git@github.com:maxmind/GeoIP2-java.git</connection>
25-
<developerConnection>scm:git:git@github.com:maxmind/GeoIP2-java.git</developerConnection>
24+
<connection>scm:git:git@git.maxmind.com:GeoIP2-java</connection>
25+
<developerConnection>scm:git:git@git.maxmind.com:GeoIP2-java</developerConnection>
2626
</scm>
2727
<issueManagement>
2828
<url>https://github.com/maxmind/GeoIP2-java/issues</url>

0 commit comments

Comments
 (0)