Skip to content

Commit

Permalink
build: prepare 2.0.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Oct 23, 2023
1 parent a448317 commit 9738cd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.standardout:bnd-platform:2.0.0'
classpath 'org.standardout:bnd-platform:2.0.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group = 'org.standardout'
version = '2.1.0-SNAPSHOT'
version = '2.0.1'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit 9738cd2

Please sign in to comment.