From dfb4f64046c0fff19e12c8636d662baa75fb046e Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Fri, 6 Sep 2024 08:34:12 +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 f65e789..4fe36b4 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-yerusha-aim25 - 24.08.1 + 24.09-SNAPSHOT plugin-workflow-yerusha-aim25-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index dfb85c7..56f9607 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-yerusha-aim25 - 24.08.1 + 24.09-SNAPSHOT plugin-workflow-yerusha-aim25-gui jar diff --git a/pom.xml b/pom.xml index 748a3cc..4c06d4f 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 2b915ab3848b45b765ded1654159bf14b1b26516 Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Tue, 1 Oct 2024 10:20:48 +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 95e07d2ad20433ac893ffded027f02b8a6ce2172 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Tue, 1 Oct 2024 13:45:14 +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 4fe36b4..dd68187 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-yerusha-aim25 - 24.09-SNAPSHOT + 24.09 plugin-workflow-yerusha-aim25-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index 56f9607..7572530 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-yerusha-aim25 - 24.09-SNAPSHOT + 24.09 plugin-workflow-yerusha-aim25-gui jar diff --git a/pom.xml b/pom.xml index 4c06d4f..9353bf5 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