From 7aa9fa464622db69da98fe7ca54263b4968cc6c0 Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Tue, 21 May 2019 15:55:41 +0200 Subject: [PATCH] v1.7 --- README.md | 3 ++- docs-core/pom.xml | 2 +- docs-stress/pom.xml | 2 +- docs-web-common/pom.xml | 2 +- docs-web/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a744abad..6db95fd9 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Features - Flexible search engine with suggestions and highlighting - Full text search in all supported files - All [Dublin Core](http://dublincore.org/) metadata +- Custom user-defined metadata ![New!](https://www.sismics.com/public/img/new.png) - Workflow system ![New!](https://www.sismics.com/public/img/new.png) - 256-bit AES encryption of stored files - File versioning ![New!](https://www.sismics.com/public/img/new.png) @@ -62,7 +63,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.6` +- Latest stable version: `sismics/docs:v1.7` The data directory is `/data`. Don't forget to mount a volume on it. diff --git a/docs-core/pom.xml b/docs-core/pom.xml index ac17fcb4..12460905 100644 --- a/docs-core/pom.xml +++ b/docs-core/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.6-SNAPSHOT + 1.7 .. diff --git a/docs-stress/pom.xml b/docs-stress/pom.xml index 1c3a6d93..d0cfec3b 100644 --- a/docs-stress/pom.xml +++ b/docs-stress/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.6-SNAPSHOT + 1.7 .. diff --git a/docs-web-common/pom.xml b/docs-web-common/pom.xml index 7d277514..9380e0b8 100644 --- a/docs-web-common/pom.xml +++ b/docs-web-common/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.6-SNAPSHOT + 1.7 .. diff --git a/docs-web/pom.xml b/docs-web/pom.xml index 32aa4aa7..363552c9 100644 --- a/docs-web/pom.xml +++ b/docs-web/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.6-SNAPSHOT + 1.7 .. diff --git a/pom.xml b/pom.xml index 020d7c4c..87b34426 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.sismics.docs docs-parent pom - 1.6-SNAPSHOT + 1.7 Docs Parent