From 0212a07518b8dbdec9029e63080063fd88d55bf1 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Sat, 7 Sep 2024 09:17:08 +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 229cda8..b4edf43 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-dashboard-extended - 24.08.1 + 24.09-SNAPSHOT plugin-dashboard-extended-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index 06f6017..be44589 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-dashboard-extended - 24.08.1 + 24.09-SNAPSHOT plugin-dashboard-extended-gui jar diff --git a/pom.xml b/pom.xml index 89d9298..da58753 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 95a1e051ae6526bc2cf979e947ef625f4c67abad Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Tue, 1 Oct 2024 10:08:11 +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 6f1c56795ce9ab991e9d2c1c88d31438e48a9d0c Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Tue, 1 Oct 2024 13:39:25 +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 b4edf43..24551bf 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-dashboard-extended - 24.09-SNAPSHOT + 24.09 plugin-dashboard-extended-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index be44589..63d9a37 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-dashboard-extended - 24.09-SNAPSHOT + 24.09 plugin-dashboard-extended-gui jar diff --git a/pom.xml b/pom.xml index da58753..00730d2 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