diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml
index 5eb55c3e8..443b4508c 100644
--- a/cygnus-common/pom.xml
+++ b/cygnus-common/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-common
- 3.13.0
+ 3.13.0-SNAPSHOT
jar
cygnus-common
diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml
index 4e029e179..df4c4eae9 100644
--- a/cygnus-ngsi-ld/pom.xml
+++ b/cygnus-ngsi-ld/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-ngsi-ld
- 3.13.0
+ 3.13.0-SNAPSHOT
jar
cygnus-ngsi-ld
@@ -60,7 +60,7 @@
com.telefonica.iot
cygnus-common
- 3.13.0
+ 3.13.0-SNAPSHOT
diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml
index 10192b138..421e4c3ce 100644
--- a/cygnus-ngsi/pom.xml
+++ b/cygnus-ngsi/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-ngsi
- 3.13.0
+ 3.13.0-SNAPSHOT
jar
cygnus-ngsi
@@ -63,7 +63,7 @@
com.telefonica.iot
cygnus-common
- 3.13.0
+ 3.13.0-SNAPSHOT
diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml
index 9dddfa652..eb7efa74c 100644
--- a/cygnus-twitter/pom.xml
+++ b/cygnus-twitter/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-twitter
- 3.13.0
+ 3.13.0-SNAPSHOT
jar
cygnus-twitter
@@ -57,7 +57,7 @@
com.telefonica.iot
cygnus-common
- 3.13.0
+ 3.13.0-SNAPSHOT
diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile
index a03889be9..4a1779984 100644
--- a/docker/cygnus-common/Dockerfile
+++ b/docker/cygnus-common/Dockerfile
@@ -27,7 +27,7 @@ MAINTAINER Francisco Romero Bueno
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "3.13.0"
+ENV CYGNUS_VERSION "3.13.0-SNAPSHOT"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-common"
@@ -40,7 +40,7 @@ ENV CYGNUS_API_PORT "8081"
# PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile
# NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used
ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
-ENV GIT_REV_CYGNUS "release/3.13.0"
+ENV GIT_REV_CYGNUS "master"
ENV MVN_VER "3.5.4"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
diff --git a/docker/cygnus-ngsi-ld/Dockerfile b/docker/cygnus-ngsi-ld/Dockerfile
index 3bb378b25..bc762fbde 100644
--- a/docker/cygnus-ngsi-ld/Dockerfile
+++ b/docker/cygnus-ngsi-ld/Dockerfile
@@ -27,7 +27,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "3.13.0"
+ENV CYGNUS_VERSION "3.13.0-SNAPSHOT"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-ngsi-ld"
diff --git a/docker/cygnus-ngsi/Dockerfile b/docker/cygnus-ngsi/Dockerfile
index 7fd09866a..038b1ae0a 100644
--- a/docker/cygnus-ngsi/Dockerfile
+++ b/docker/cygnus-ngsi/Dockerfile
@@ -23,7 +23,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "3.13.0"
+ENV CYGNUS_VERSION "3.13.0-SNAPSHOT"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-ngsi"
diff --git a/docker/cygnus-twitter/Dockerfile b/docker/cygnus-twitter/Dockerfile
index 7e8b8027b..e420783f4 100644
--- a/docker/cygnus-twitter/Dockerfile
+++ b/docker/cygnus-twitter/Dockerfile
@@ -27,7 +27,7 @@ MAINTAINER Javi Palanca
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "3.13.0"
+ENV CYGNUS_VERSION "3.13.0-SNAPSHOT"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-twitter"
@@ -39,7 +39,7 @@ ENV CYGNUS_JAVA_OPTS "-Xms2048m -Xmx4096m"
# PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile
# NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used
ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
-ENV GIT_REV_CYGNUS "release/3.13.0"
+ENV GIT_REV_CYGNUS "master"
ENV MVN_VER "3.5.4"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"