Skip to content

Commit

Permalink
Require tei-publisher-lib 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Oct 11, 2023
1 parent 65692fe commit cc18289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/java:8-bullseye

ARG EXIST_VERSION=6.2.0
ARG TEMPLATING_VERSION=1.1.0
ARG PUBLISHER_LIB_VERSION=3.1.0
ARG PUBLISHER_LIB_VERSION=4.0.0
ARG ROUTER_VERSION=1.8.1
ARG EDITOR_VERSION=1.0.1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM builder as tei

# TODO(DP): Demo App Versions need updating
ARG TEMPLATING_VERSION=1.1.0
ARG PUBLISHER_LIB_VERSION=3.1.0
ARG PUBLISHER_LIB_VERSION=4.0.0
ARG ROUTER_VERSION=1.8.1
ARG SHAKESPEARE_VERSION=2.0.2
ARG VANGOGH_VERSION=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<title>TEI Publisher</title>
<dependency processor="http://exist-db.org" semver-min="5.3.0" />
<dependency package="http://exist-db.org/html-templating" semver="1"/>
<dependency package="http://existsolutions.com/apps/tei-publisher-lib" semver="3" />
<dependency package="http://existsolutions.com/apps/tei-publisher-lib" semver="4" />
<dependency package="http://e-editiones.org/roaster" semver="1"/>
</package>

0 comments on commit cc18289

Please sign in to comment.