File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 2.0.1 * (2014-01-05)*
5+ ----------------------------
6+ * New: Nullify unresolved links (optional)
7+
8+
49Version 2.0.0 * (2014-12-09)*
510----------------------------
611 * Fix: Pass ` CDAClient.Builder ` to a private constructor
Original file line number Diff line number Diff 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```
2121or 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
2626The 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/
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments