Skip to content

Commit 0a7512c

Browse files
committed
Merge pull request 'Release v25.09' (#37) from release_25.09 into master
2 parents 273e96b + b911c5d commit 0a7512c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

docs/index_de.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Massenupload
33
identifier: intranda_workflow_massupload
44
description: Dieses Workflow Plugin erlaubt einen Massenupload von Dateien mit automatischer Zuordnung zu den korrekten Goobi-Vorgängen entweder auf Basis der Dateinamen oder anhand der analysierten Barcodes.
55
published: true
6+
keywords:
7+
- Goobi workflow
8+
- Plugin
9+
- Workflow Plugin
610
---
711

812
## Einführung

docs/index_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Mass upload
33
identifier: intranda_workflow_massupload
44
description: This workflow plugin allows a mass upload of files with automatically assigned to the correct Goobi processes either on the basis of the file file names or on the basis of the analysed barcodes.
55
published: true
6+
keywords:
7+
- Goobi workflow
8+
- Plugin
9+
- Workflow Plugin
610
---
711

812
## Introduction

module-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.goobi.workflow.plugin</groupId>
66
<artifactId>plugin-workflow-mass-upload</artifactId>
7-
<version>25.08</version>
7+
<version>25.09</version>
88
</parent>
99
<artifactId>plugin-workflow-mass-upload-base</artifactId>
1010
<packaging>jar</packaging>

module-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.goobi.workflow.plugin</groupId>
66
<artifactId>plugin-workflow-mass-upload</artifactId>
7-
<version>25.08</version>
7+
<version>25.09</version>
88
</parent>
99
<artifactId>plugin-workflow-mass-upload-gui</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.goobi.workflow</groupId>
66
<artifactId>workflow-base</artifactId>
7-
<version>25.08</version>
7+
<version>25.09</version>
88
<relativePath/>
99
</parent>
1010
<groupId>io.goobi.workflow.plugin</groupId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.goobi.workflow</groupId>
2626
<artifactId>workflow-core</artifactId>
27-
<version>25.08</version>
27+
<version>25.09</version>
2828
<classifier>classes</classifier>
2929
</dependency>
3030
</dependencies>

0 commit comments

Comments
 (0)