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 
- Workflow system 
- 256-bit AES encryption of stored files
- File versioning 
@@ -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