Skip to content
Snippets Groups Projects
Commit 26710f0d authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7573 update vorgang-manager version

parent d3bc3c39
No related branches found
No related tags found
1 merge request!12Ozg 7573 grpc server
...@@ -53,20 +53,21 @@ pipeline { ...@@ -53,20 +53,21 @@ pipeline {
def commonVersion = getParentPomVersion('common/pom.xml') def commonVersion = getParentPomVersion('common/pom.xml')
def routerVersion = getParentPomVersion('router/pom.xml') def routerVersion = getParentPomVersion('router/pom.xml')
def forwarderVersion = getParentPomVersion('forwarder/pom.xml')
def formCycleAdapterVersion = getParentPomVersion('formcycle-adapter/pom.xml') def formCycleAdapterVersion = getParentPomVersion('formcycle-adapter/pom.xml')
def enterpriseAdapterVersion = getParentPomVersion('enterprise-adapter/pom.xml') def enterpriseAdapterVersion = getParentPomVersion('enterprise-adapter/pom.xml')
if(env.BRANCH_NAME == 'release'){ if(env.BRANCH_NAME == 'release'){
if ( !isReleaseVersion([rootVersion, vorgangManagerVersion, commonVersion, routerVersion, formCycleAdapterVersion, enterpriseAdapterVersion])) { if ( !isReleaseVersion([rootVersion, vorgangManagerVersion, commonVersion, routerVersion, forwarderVersion, formCycleAdapterVersion, enterpriseAdapterVersion])) {
error("Keine Release Version für Branch ${env.BRANCH_NAME}.") error("Keine Release Version für Branch ${env.BRANCH_NAME}.")
} }
} else { } else {
if ( !isSnapshotVersion([rootVersion, commonVersion, routerVersion, formCycleAdapterVersion, enterpriseAdapterVersion])) { if ( !isSnapshotVersion([rootVersion, commonVersion, routerVersion, forwarderVersion, formCycleAdapterVersion, enterpriseAdapterVersion])) {
error("Keine Snapshot Version für Branch ${env.BRANCH_NAME}.") error("Keine Snapshot Version für Branch ${env.BRANCH_NAME}.")
} }
} }
if ( !isSameVersion([commonVersion, routerVersion, formCycleAdapterVersion, enterpriseAdapterVersion], rootVersion)) { if ( !isSameVersion([commonVersion, routerVersion, forwarderVersion, formCycleAdapterVersion, enterpriseAdapterVersion], rootVersion)) {
error("Versionen sind nicht identisch") error("Versionen sind nicht identisch")
} }
} }
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<inceptionYear>2025</inceptionYear> <inceptionYear>2025</inceptionYear>
<properties> <properties>
<vorgang-manager.version>2.23.0</vorgang-manager.version> <vorgang-manager.version>2.24.0-SNAPSHOT</vorgang-manager.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<version>2.19.0-SNAPSHOT</version> <version>2.19.0-SNAPSHOT</version>
<properties> <properties>
<vorgang-manager.version>2.0.0</vorgang-manager.version> <vorgang-manager.version>2.24.0-SNAPSHOT</vorgang-manager.version>
<java.version>21</java.version> <java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</modules> </modules>
<properties> <properties>
<vorgang-manager.version>2.24.0-OZG-7573-forwarding-interface-SNAPSHOT</vorgang-manager.version> <vorgang-manager.version>2.24.0-SNAPSHOT</vorgang-manager.version>
<zufi-manager.version>1.7.0</zufi-manager.version> <zufi-manager.version>1.7.0</zufi-manager.version>
<jsoup.version>1.14.3</jsoup.version> <jsoup.version>1.14.3</jsoup.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment