Skip to content

Commit

Permalink
Merge pull request #50 from RADAR-base/release-0.8.0.1
Browse files Browse the repository at this point in the history
Release 0.8.0.1
  • Loading branch information
blootsvoets authored Dec 13, 2021
2 parents 115ce98 + 2de189f commit 5d08435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
dependencies {
api("org.radarbase:radar-jersey:0.8.0")
api("org.radarbase:radar-jersey:0.8.0.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

allprojects {
group = "org.radarbase"
version = "0.8.0"
version = "0.8.0.1"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jakartaWsRsVersion=3.0.0
jakartaAnnotationVersion=2.0.0
jacksonVersion=2.12.5
slf4jVersion=1.7.32
log4j2Version=2.14.1
log4j2Version=2.15.0
jakartaXmlBindVersion=3.0.1
jakartaJaxbCoreVersion=3.0.2
jakartaJaxbRuntimeVersion=3.0.2
Expand Down

0 comments on commit 5d08435

Please sign in to comment.