From 3b4a85c2ed4c14cb64373cda35d44cda679ab4f5 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Sat, 7 Sep 2024 09:16:45 +0200 Subject: [PATCH 1/3] Change project version to 24.09-SNAPSHOT --- module-base/pom.xml | 2 +- module-gui/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module-base/pom.xml b/module-base/pom.xml index eed6345..ec8b2d5 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-administration-ruleset-editor - 24.08.1 + 24.09-SNAPSHOT plugin-administration-ruleset-editor-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index fd2218f..36e50ae 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-administration-ruleset-editor - 24.08.1 + 24.09-SNAPSHOT plugin-administration-ruleset-editor-gui jar diff --git a/pom.xml b/pom.xml index 95fee29..c9e859c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow workflow-base - 24.08.1 + 24.09-SNAPSHOT io.goobi.workflow.plugin From 89f548701f4cdfbe050f92b449dcb56945482c78 Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Tue, 1 Oct 2024 10:07:41 +0200 Subject: [PATCH 2/3] ci: update to latest Jenkinsfile --- Jenkinsfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6d1a6cb..97fbba8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,7 @@ pipeline { branch 'master' branch 'release_*' branch 'hotfix_release_*' + branch 'sonar_*' allOf { branch 'PR-*' expression { env.CHANGE_BRANCH.startsWith("release_") } @@ -55,6 +56,14 @@ pipeline { sh 'mvn clean verify -U -P release-build' } } + stage('build-sonar') { + when { + branch 'sonar_*' + } + steps { + sh 'mvn clean verify -U -P sonar-build' + } + } stage('sonarcloud') { when { allOf { From f5410afc2ac6557d2785630fe0cadb1124ab831a Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Tue, 1 Oct 2024 13:39:16 +0200 Subject: [PATCH 3/3] Change project version to 24.09 --- module-base/pom.xml | 2 +- module-gui/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module-base/pom.xml b/module-base/pom.xml index ec8b2d5..d40b73a 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-administration-ruleset-editor - 24.09-SNAPSHOT + 24.09 plugin-administration-ruleset-editor-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index 36e50ae..6d2482b 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-administration-ruleset-editor - 24.09-SNAPSHOT + 24.09 plugin-administration-ruleset-editor-gui jar diff --git a/pom.xml b/pom.xml index c9e859c..ada0b46 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow workflow-base - 24.09-SNAPSHOT + 24.09 io.goobi.workflow.plugin