RED-9472: seperation of system rules

added feature branch persistence service version
This commit is contained in:
yhampe 2024-12-19 14:25:08 +01:00
parent 077e4d0ee1
commit 3776f80005
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ group = "com.iqser.red.service"
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17
val persistenceServiceVersion by rootProject.extra { "2.612.0-RED10072.1" }
val persistenceServiceVersion by rootProject.extra { "2.651.0-RED9472.1" }
pmd {
isConsoleOutput = true

View File

@ -4,7 +4,7 @@ plugins {
}
description = "redaction-service-api-v1"
val persistenceServiceVersion = "2.631.0"
val persistenceServiceVersion = rootProject.extra.get("persistenceServiceVersion")
dependencies {
implementation("org.springframework:spring-web:6.0.12")