Skip to content

Commit

Permalink
Merge pull request #51 from RADAR-base/release-0.8.1
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
blootsvoets authored Dec 23, 2021
2 parents 5d08435 + 6d6fe18 commit a80ae91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 2 additions & 5 deletions 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.1"
version = "0.8.1"
}

subprojects {
Expand All @@ -36,9 +36,6 @@ subprojects {

repositories {
mavenCentral()
// Temporary until Dokka is fully published on maven central.
// https://github.com/Kotlin/kotlinx.html/issues/81
maven(url = "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}

dependencies {
Expand Down Expand Up @@ -203,5 +200,5 @@ nexusPublishing {
}

tasks.wrapper {
gradleVersion = "7.3.1"
gradleVersion = "7.3.3"
}
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2000m
org.gradle.vfs.watch=true
kotlin.code.style=official

kotlinVersion=1.6.0
kotlinVersion=1.6.10
dokkaVersion=1.6.0

jerseyVersion=3.0.3
Expand All @@ -18,18 +18,18 @@ managementPortalVersion=0.8.0
javaJwtVersion=3.18.2
jakartaWsRsVersion=3.0.0
jakartaAnnotationVersion=2.0.0
jacksonVersion=2.12.5
jacksonVersion=2.12.6
slf4jVersion=1.7.32
log4j2Version=2.15.0
log4j2Version=2.17.0
jakartaXmlBindVersion=3.0.1
jakartaJaxbCoreVersion=3.0.2
jakartaJaxbRuntimeVersion=3.0.2
javaxValidationVersion=2.0.1.Final
jakartaActivation=2.0.1
swaggerVersion=2.1.11
swaggerVersion=2.1.12
mustacheVersion=0.9.10

hibernateVersion=5.6.1.Final
liquibaseVersion=4.6.1
hibernateVersion=5.6.3.Final
liquibaseVersion=4.6.2
postgresVersion=42.3.1
h2Version=2.0.202
h2Version=2.0.204
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a80ae91

Please sign in to comment.