diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE
index 8d97c9c3e..e69de29bb 100644
--- a/CHANGES_NEXT_RELEASE
+++ b/CHANGES_NEXT_RELEASE
@@ -1,5 +0,0 @@
-
-- [cygnus-common] [NMI] Allows th Original values to be omitted in the configuration file. (#1466)
-- [cygnus-ngsi] [MysqlSink] Adds support for dm-by-entity-type data model. (#687)
-- [cygnus-ngsi] [NGSIMongoSink] [NGSISTHSink] [NGSISink] Close flume transaction at exception (#1635)
-- [cygnus-ngsi] [STHSink] Adds mongodb indexes management for STH collections. (#1637)
diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml
index 55921c210..ceddfa885 100644
--- a/cygnus-common/pom.xml
+++ b/cygnus-common/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-common
- 1.12.0_SNAPSHOT
+ 1.13.0
jar
cygnus-common
diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec
index 6430acbd7..a895bb88f 100644
--- a/cygnus-common/spec/SPECS/cygnus-common.spec
+++ b/cygnus-common/spec/SPECS/cygnus-common.spec
@@ -171,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT
/var/run/%{_project_name}
%changelog
+* Wed May 22 2019 Fermin Galan 1.13.0
+- [cygnus-common][NMI] Allows th Original values to be omitted in the configuration file (#1466)
+
* Wed Apr 10 2019 Fermin Galan 1.12.0
- [cygnus-common][PostgreSQL] Add connection pool
- [cygnus-common][YAFS][bugfix] Fixed issue, missmatching Jetty threads causes Cygnus crash (#1616)
diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml
index c7210fc29..08ff5eba0 100644
--- a/cygnus-ngsi/pom.xml
+++ b/cygnus-ngsi/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-ngsi
- 1.12.0_SNAPSHOT
+ 1.13.0
jar
cygnus-ngsi
@@ -56,7 +56,7 @@
com.telefonica.iot
cygnus-common
- 1.12.0_SNAPSHOT
+ 1.13.0
diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
index f99023890..7264b05c5 100644
--- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
+++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
@@ -99,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}
%changelog
+* Wed May 22 2019 Fermin Galan 1.13.0
+- [cygnus-ngsi][MysqlSink] Adds support for dm-by-entity-type data model (#687)
+- [cygnus-ngsi][NGSIMongoSink][NGSISTHSink][NGSISink] Close flume transaction at exception (#1635)
+- [cygnus-ngsi][STHSink] Adds mongodb indexes management for STH collections (#1637)
+
* Wed Apr 10 2019 Fermin Galan 1.12.0
- [cygnus-ngsi][NGSIHandler] Fix unexpected exception, instead 400 is returned when a non valid API request (#1588)
- [cygnus-ngsi][PostGIS] Add PostGIS sink based on PostgreSQL backend (#1618)
diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml
index a89ba741b..b18c9be67 100644
--- a/cygnus-twitter/pom.xml
+++ b/cygnus-twitter/pom.xml
@@ -5,7 +5,7 @@
com.telefonica.iot
cygnus-twitter
- 1.12.0_SNAPSHOT
+ 1.13.0
jar
cygnus-twitter
@@ -45,7 +45,7 @@
com.telefonica.iot
cygnus-common
- 1.12.0_SNAPSHOT
+ 1.13.0
diff --git a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec
index b6709a8c6..a353a222b 100644
--- a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec
+++ b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec
@@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}
%changelog
+* Wed May 22 2019 Fermin Galan 1.13.0
+
* Wed Apr 10 2019 Fermin Galan 1.12.0
* Wed Apr 03 2019 Fermin Galan 1.11.0
diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile
index 4046427d1..8d0b4a5e0 100644
--- a/docker/cygnus-common/Dockerfile
+++ b/docker/cygnus-common/Dockerfile
@@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "1.12.0_SNAPSHOT"
+ENV CYGNUS_VERSION "1.13.0"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-common"
@@ -34,7 +34,7 @@ ENV CYGNUS_API_PORT "8081"
# 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 "master"
+ENV GIT_REV_CYGNUS "release/1.13.0"
ENV MVN_VER "3.5.4"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
diff --git a/docker/cygnus-ngsi/Dockerfile b/docker/cygnus-ngsi/Dockerfile
index 67c5ff9e3..5351f25ad 100644
--- a/docker/cygnus-ngsi/Dockerfile
+++ b/docker/cygnus-ngsi/Dockerfile
@@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "1.12.0_SNAPSHOT"
+ENV CYGNUS_VERSION "1.13.0"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-ngsi"
@@ -199,7 +199,7 @@ ENV CYGNUS_POSTGIS_ENABLE_CACHE ""
# 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_URL_CYGNUS "https://github.com/myuser/fiware-cygnus.git"
-ENV GIT_REV_CYGNUS "master"
+ENV GIT_REV_CYGNUS "release/1.13.0"
ENV MVN_VER "3.5.4"
ENV MVN_HOME "/opt/apache-maven"
diff --git a/docker/cygnus-twitter/Dockerfile b/docker/cygnus-twitter/Dockerfile
index e3c794428..01fc8e68c 100644
--- a/docker/cygnus-twitter/Dockerfile
+++ b/docker/cygnus-twitter/Dockerfile
@@ -23,7 +23,7 @@ MAINTAINER Javi Palanca
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
-ENV CYGNUS_VERSION "1.12.0_SNAPSHOT"
+ENV CYGNUS_VERSION "1.13.0"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-twitter"
@@ -33,7 +33,7 @@ ENV CYGNUS_JAVA_OPTS "-Xms2048m -Xmx4096m"
# 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 "master"
+ENV GIT_REV_CYGNUS "release/1.13.0"
ENV MVN_VER "3.5.4"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"