From 6076aa3452154a87881bdab4ac03c958ab31ef51 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Sat, 7 Sep 2024 09:27:01 +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 5156b1e..0dc624b 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-newspaper-pages-importer - 24.08.1 + 24.09-SNAPSHOT plugin-workflow-newspaper-pages-importer-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index e5c4264..4cbb306 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-newspaper-pages-importer - 24.08.1 + 24.09-SNAPSHOT plugin-workflow-newspaper-pages-importer-gui jar diff --git a/pom.xml b/pom.xml index dd80619..924f418 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 de60d7ddb9678a019ef2126599f138740314fdc7 Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Tue, 1 Oct 2024 10:20:35 +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 c196945ed77e5eea3544fcb615861285444649b2 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Tue, 1 Oct 2024 13:45:07 +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 0dc624b..bfce7e8 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-newspaper-pages-importer - 24.09-SNAPSHOT + 24.09 plugin-workflow-newspaper-pages-importer-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index 4cbb306..a75db6b 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-newspaper-pages-importer - 24.09-SNAPSHOT + 24.09 plugin-workflow-newspaper-pages-importer-gui jar diff --git a/pom.xml b/pom.xml index 924f418..370c679 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