diff --git a/cepheus-broker/docker/Dockerfile b/cepheus-broker/docker/Dockerfile
index f03b8281..38cc6ab2 100644
--- a/cepheus-broker/docker/Dockerfile
+++ b/cepheus-broker/docker/Dockerfile
@@ -3,7 +3,7 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team
-ENV CEPHEUS_VERSION 0.1.9-SNAPSHOT
+ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
ENV CEPHEUS_REPO snapshots
WORKDIR /opt/cepheus
diff --git a/cepheus-broker/pom.xml b/cepheus-broker/pom.xml
index 37c5b153..69478ca6 100644
--- a/cepheus-broker/pom.xml
+++ b/cepheus-broker/pom.xml
@@ -5,7 +5,7 @@
cepheus
com.orange.cepheus
- 0.1.9-SNAPSHOT
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/cepheus-cep/docker/Dockerfile b/cepheus-cep/docker/Dockerfile
index 89addbcb..696cbf5b 100644
--- a/cepheus-cep/docker/Dockerfile
+++ b/cepheus-cep/docker/Dockerfile
@@ -3,7 +3,7 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team
-ENV CEPHEUS_VERSION 0.1.9-SNAPSHOT
+ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
ENV CEPHEUS_REPO snapshots
WORKDIR /opt/cepheus
diff --git a/cepheus-cep/pom.xml b/cepheus-cep/pom.xml
index 23b16c41..4e89e949 100644
--- a/cepheus-cep/pom.xml
+++ b/cepheus-cep/pom.xml
@@ -5,7 +5,7 @@
cepheus
com.orange.cepheus
- 0.1.9-SNAPSHOT
+ 1.0.0-SNAPSHOT
4.0.0
diff --git a/doc/admin/broker.md b/doc/admin/broker.md
index f2705984..9e8872c1 100644
--- a/doc/admin/broker.md
+++ b/doc/admin/broker.md
@@ -27,7 +27,7 @@ If you have `maven`, you can run the following command:
mvn dependency:get -DgroupId=com.orange.cepheus -DartifactId=cepheus-broker -Dversion=XXXX -Dtransitive=false
-where `XXXX` is the version you want, like `0.1.9-SNAPSHOT` or `LATEST`.
+where `XXXX` is the version you want, like `1.0.0-SNAPSHOT` or `LATEST`.
### Download from [Sonatype Central repository](http://central.sonatype.org/) using wget
diff --git a/doc/admin/cep.md b/doc/admin/cep.md
index dbdefed9..7ae6cd28 100644
--- a/doc/admin/cep.md
+++ b/doc/admin/cep.md
@@ -26,7 +26,7 @@ If you have `maven`, you can run the following command:
mvn dependency:get -DgroupId=com.orange.cepheus -DartifactId=cepheus-cep -Dversion=XXXX -Dtransitive=false
-where `XXXX` is the version you want, like `0.1.9-SNAPSHOT` or `LATEST`.
+where `XXXX` is the version you want, like `1.0.0-SNAPSHOT` or `LATEST`.
### Download from [Sonatype Central repository](http://central.sonatype.org/) using wget
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c895dd55..d16a0583 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -3,7 +3,7 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team
-ENV CEPHEUS_VERSION 0.1.9-SNAPSHOT
+ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
ENV CEPHEUS_REPO snapshots
# Install Supervisor
diff --git a/pom.xml b/pom.xml
index 7e88d3f8..aaf4701a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.orange.cepheus
cepheus
pom
- 0.1.9-SNAPSHOT
+ 1.0.0-SNAPSHOT
cepheus-cep
cepheus-broker