diff --git a/CHANGES.md b/CHANGES.md index c2708cb..39151d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ### Unreleased +### 2.0.1 + + - Fix incompatibility with Gradle download task (that prevented default eclipse artifact download) + ### 2.0.0 - Prevent ClassCastException in case of new artifactVersion - @florianesser diff --git a/README.md b/README.md index 595a0cb..95e6f1c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.standardout:bnd-platform:2.0.0' + classpath 'org.standardout:bnd-platform:2.0.1' } } diff --git a/build.gradle b/build.gradle index 9b1febd..06e1c53 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { } group = 'org.standardout' -version = '2.1.0-SNAPSHOT' +version = '2.0.1' sourceCompatibility = '1.8' targetCompatibility = '1.8'