Skip to content

Commit

Permalink
Re-release 0.0.8
Browse files Browse the repository at this point in the history
* CHANGELOG.md: remove "unreleased" to trigger build and publish
* build.gradle: back to 0.0.8, add sources and javadoc jars

Signed-off-by: Stephan Renatus <stephan@styra.com>
  • Loading branch information
srenatus committed Nov 28, 2024
1 parent 0a913fd commit 5c9abf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# OPA Spring Boot SDK Changelog

## v0.0.9 (unreleased)


## v0.0.8

* Change `build.gradle` to omit the `plain` classifier from the jar file it builds. This should make the default
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ plugins {
}

group = 'com.styra'
version = '0.0.9'
version = '0.0.8'

java {
sourceCompatibility = '17'
targetCompatibility = '17'

withSourcesJar()
withJavadocJar()
}

configurations {
Expand Down

0 comments on commit 5c9abf7

Please sign in to comment.