RED-9139: move document to module in redaction-service

* add feature version
This commit is contained in:
Kilian Schuettler 2024-11-13 14:28:53 +01:00
parent 6a50d45947
commit 51b42efaf6

View File

@ -8,7 +8,7 @@ plugins {
group = "com.knecon.fforesight"
val documentVersion by rootProject.extra { "4.425.0-RED9139.14" }
val documentVersion by rootProject.extra { "4.425.0-RED9139.13-RED9139.0" }
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17