From 549d71d1ec7998e920083a812d9329660b336f74 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Sat, 7 Sep 2024 09:25:56 +0200 Subject: [PATCH 1/4] 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 31b503a..0eeceb5 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-step-user-assignment - 24.08.1 + 24.09-SNAPSHOT plugin-step-user-assignment-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index 8086b90..65efa8f 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-step-user-assignment - 24.08.1 + 24.09-SNAPSHOT plugin-step-user-assignment-gui jar diff --git a/pom.xml b/pom.xml index 59195c1..c0e4696 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 d344a8031d8e90700880d421d62bd16baa4ca13d Mon Sep 17 00:00:00 2001 From: Steffen Hankiewicz Date: Sat, 21 Sep 2024 15:45:11 +0200 Subject: [PATCH 2/4] updated readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a1efbe..44c13e0 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ More information about the functionality of this plugin and the complete documen Detail | Description --------------------------- | ---------------------- -**Plugin identifier** | - +**Plugin identifier** | intranda_step_user_assignment **Plugin type** | step **Licence** | GPL 2.0 or newer -**Documentation (German)** | This plugin is not yet documented. -**Documentation (English)** | This plugin is not yet documented. +**Documentation (German)** | https://docs.goobi.io/workflow-plugins/v/ger/step/goobi-plugin-step-user-assignment +**Documentation (English)** | https://docs.goobi.io/workflow-plugins/v/eng/step/goobi-plugin-step-user-assignment ## Goobi details From 9ce4df5e1c9b2d8dc12483d58984bfc7c176dad2 Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Tue, 1 Oct 2024 10:18:57 +0200 Subject: [PATCH 3/4] 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 1e82136e18067d58d16bf2187b8801a553c5d322 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Tue, 1 Oct 2024 13:44:21 +0200 Subject: [PATCH 4/4] 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 0eeceb5..e0c6650 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-step-user-assignment - 24.09-SNAPSHOT + 24.09 plugin-step-user-assignment-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index 65efa8f..c9a4d35 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-step-user-assignment - 24.09-SNAPSHOT + 24.09 plugin-step-user-assignment-gui jar diff --git a/pom.xml b/pom.xml index c0e4696..9965b01 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