Skip to content

Commit bdf804c

Browse files
author
Dominick Leppich
committed
Merge pull request 'Release v25.03' (#16) from release_25.03 into master
2 parents 690efab + df61f2f commit bdf804c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

module-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-workflow-barcode-generator</artifactId>
6-
<version>25.02</version>
6+
<version>25.03</version>
77
</parent>
88
<artifactId>plugin-workflow-barcode-generator-base</artifactId>
99
<packaging>jar</packaging>

module-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-workflow-barcode-generator</artifactId>
6-
<version>25.02</version>
6+
<version>25.03</version>
77
</parent>
88
<artifactId>plugin-workflow-barcode-generator-gui</artifactId>
99
<packaging>jar</packaging>

module-gui/src/main/webapp/resources/uii/plugin_workflow_barcodeGenerator.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
44
xmlns:h="http://xmlns.jcp.org/jsf/html"
55
xmlns:f="http://xmlns.jcp.org/jsf/core"
6-
template="/uii/templatePG/templatePG.html"
6+
template="/uii/template/template.html"
77
xmlns:composite="http://xmlns.jcp.org/jsf/composite"
88
xmlns:c="http://java.sun.com/jsp/jstl/core"
9-
xmlns:intranda="http://xmlns.jcp.org/jsf/composite/compositesPG"
9+
xmlns:intranda="http://xmlns.jcp.org/jsf/composite/composites"
1010
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
1111
xmlns:jsf="http://xmlns.jcp.org/jsf"
1212
xmlns:p="http://primefaces.org/ui">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow</groupId>
55
<artifactId>workflow-base</artifactId>
6-
<version>25.02</version>
6+
<version>25.03</version>
77
<relativePath />
88
</parent>
99
<groupId>io.goobi.workflow.plugin</groupId>

0 commit comments

Comments
 (0)