Skip to content

Commit 2776001

Browse files
author
Tom Reznik
committed
Release v2.0.1
1 parent dadde81 commit 2776001

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.0.1 *(2014-01-05)*
5+
----------------------------
6+
* New: Nullify unresolved links (optional)
7+
8+
49
Version 2.0.0 *(2014-12-09)*
510
----------------------------
611
* Fix: Pass `CDAClient.Builder` to a private constructor

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Grab via Maven:
1515
<dependency>
1616
<groupId>com.contentful.java</groupId>
1717
<artifactId>java-sdk</artifactId>
18-
<version>2.0.0</version>
18+
<version>2.0.1</version>
1919
</dependency>
2020
```
2121
or Gradle:
2222
```groovy
23-
compile 'com.contentful.java:java-sdk:2.0.0'
23+
compile 'com.contentful.java:java-sdk:2.0.1'
2424
```
2525

2626
The SDK requires at minimum Java 6 or Android 2.3.
@@ -201,7 +201,7 @@ Copyright (c) 2014 Contentful GmbH. See [LICENSE.txt][6] for further details.
201201

202202

203203
[1]: https://www.contentful.com
204-
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.0/java-sdk-2.0.0.jar
204+
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.1/java-sdk-2.0.1.jar
205205
[3]: https://contentful.github.io/contentful.java/
206206
[4]: https://www.contentful.com/developers/documentation/content-delivery-api/
207207
[5]: https://square.github.io/okhttp/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.contentful.java</groupId>
55
<artifactId>java-sdk</artifactId>
6-
<version>2.0.1-SNAPSHOT</version>
6+
<version>2.0.1</version>
77
<packaging>jar</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)