diff --git a/CHANGES.md b/CHANGES.md index 157687a..c24f6b7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ### Unreleased +### 3.0.1 + + - Fix URL to default Eclipse artifact because previous one is no longer available + ### 3.0.0 - **BREAKING CHANGE** Rename `platform` configuration to `bndplatform` to resolve name conflict introduced in Gradle 5 diff --git a/README.md b/README.md index 50980bd..7811bf0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.standardout:bnd-platform:3.0.0' + classpath 'org.standardout:bnd-platform:3.0.1' } } diff --git a/build.gradle b/build.gradle index 8fde8e9..1ecfa6e 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } group = 'org.standardout' -version = '3.1.0-SNAPSHOT' +version = '3.0.1' sourceCompatibility = '1.8' targetCompatibility = '1.8'