Skip to content

Commit

Permalink
Updated to 3.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Jan 14, 2022
1 parent e16234b commit 8628362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM tomcat:8.5-jdk8-temurin
LABEL maintainer="deegree TMC <[email protected]>"

# set deegree version
ENV DEEGREE_VERSION=3.4.22
ENV DEEGREE_VERSION=3.4.23
ENV CATALINA_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl"

EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker exec -w /opt deegree java -jar deegree-tools-gml.jar -help
Now you can use the deegree CLI to generate configuration files based on an GML application schema using the following command:

```
docker exec -w /opt/ deegree java -jar deegree-tools-gml.jar FeatureStoreConfigLoader --format=all --dialect=postgis --cycledepth=1 -schemaUrl=https://inspire.ec.europa.eu/schemas/ps/4.0/ProtectedSites.xsd
docker exec -w /opt/ deegree java -jar deegree-tools-gml.jar SqlFeatureStoreConfigCreator --format=all --dialect=postgis --cycledepth=1 -schemaUrl=https://inspire.ec.europa.eu/schemas/ps/4.0/ProtectedSites.xsd
```

Read further in the [deegree webservices handbook](https://download.deegree.org/documentation/current/html/) how to use the deegree command-line interface.

0 comments on commit 8628362

Please sign in to comment.