Skip to content

Commit

Permalink
build: prepare 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 8, 2024
1 parent 41b6436 commit 24f934e
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

### 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
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:3.0.0'
classpath 'org.standardout:bnd-platform:3.0.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

group = 'org.standardout'
version = '3.1.0-SNAPSHOT'
version = '3.0.1'

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

0 comments on commit 24f934e

Please sign in to comment.