diff --git a/README.md b/README.md index b9d02f1a..5e9e17c5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ A preconfigured Docker image is available, including OCR and media conversion to **The default admin password is "admin". Don't forget to change it before going to production.** - Master branch, can be unstable. Not recommended for production use: `sismics/docs:latest` -- Latest stable version: `sismics/docs:v1.10` +- Latest stable version: `sismics/docs:v1.11` The data directory is `/data`. Don't forget to mount a volume on it. @@ -102,7 +102,7 @@ version: '3' services: # Teedy Application teedy-server: - image: sismics/docs:v1.10 + image: sismics/docs:v1.11 restart: unless-stopped ports: # Map internal port to host @@ -125,7 +125,7 @@ version: '3' services: # Teedy Application teedy-server: - image: sismics/docs:v1.10 + image: sismics/docs:v1.11 restart: unless-stopped ports: # Map internal port to host diff --git a/docs-core/pom.xml b/docs-core/pom.xml index ded4fe47..936c8011 100644 --- a/docs-core/pom.xml +++ b/docs-core/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.10 + 1.11 .. diff --git a/docs-web-common/pom.xml b/docs-web-common/pom.xml index aa443aec..722ebab6 100644 --- a/docs-web-common/pom.xml +++ b/docs-web-common/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.10 + 1.11 .. diff --git a/docs-web/pom.xml b/docs-web/pom.xml index 756a0767..71dd167f 100644 --- a/docs-web/pom.xml +++ b/docs-web/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.10 + 1.11 .. diff --git a/pom.xml b/pom.xml index 265ef6ad..0d32541c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.sismics.docs docs-parent pom - 1.10 + 1.11 Docs Parent