Skip to content

Commit 99abbc4

Browse files
committed
Prepare for 0.7.1
1 parent ba24d2d commit 99abbc4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-
0.7.1 (2013-XX-XX)
4+
0.7.1 (2014-04-02)
55
------------------
66

77
* Added `toJson` method to response objects.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To do this, add the dependency to your pom.xml:
2828
<dependency>
2929
<groupId>com.maxmind.geoip2</groupId>
3030
<artifactId>geoip2</artifactId>
31-
<version>0.7.0</version>
31+
<version>0.7.1</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</organization>
2222
<scm>
2323
<url>https://github.com/maxmind/GeoIP2-java</url>
24-
<connection>scm:git:git@git.maxmind.com:GeoIP2-java</connection>
25-
<developerConnection>scm:git:git@git.maxmind.com:GeoIP2-java</developerConnection>
24+
<connection>scm:git:git://github.com:maxmind/GeoIP2-java.git</connection>
25+
<developerConnection>sscm:git:git@github.com:maxmind/GeoIP2-java.git</developerConnection>
2626
</scm>
2727
<issueManagement>
2828
<url>https://github.com/maxmind/GeoIP2-java/issues</url>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.maxmind.db</groupId>
4141
<artifactId>maxmind-db</artifactId>
42-
<version>0.3.1</version>
42+
<version>0.3.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>junit</groupId>

0 commit comments

Comments
 (0)