diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE
index 85b7978..8b13789 100644
--- a/CHANGES_NEXT_RELEASE
+++ b/CHANGES_NEXT_RELEASE
@@ -1 +1 @@
-- Upgrade to use Esper 8.4 from Exper 7.X (#136)
+
diff --git a/perseo-main/pom.xml b/perseo-main/pom.xml
index ae55bf6..0221e9c 100644
--- a/perseo-main/pom.xml
+++ b/perseo-main/pom.xml
@@ -24,7 +24,7 @@
perseo-core
com.telefonica.iot
- 1.7.0-SNAPSHOT
+ 1.8.0
war
4.0.0
@@ -86,7 +86,7 @@
perseo-utils
com.telefonica.iot
- 1.7.0-SNAPSHOT
+ 1.8.0
org.json
diff --git a/perseo-utils/pom.xml b/perseo-utils/pom.xml
index 73852d8..7c3f422 100644
--- a/perseo-utils/pom.xml
+++ b/perseo-utils/pom.xml
@@ -24,7 +24,7 @@
perseo-core
com.telefonica.iot
- 1.7.0-SNAPSHOT
+ 1.8.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 5610337..deb1ffe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
com.telefonica.iot
perseo-core
- 1.7.0-SNAPSHOT
+ 1.8.0
perseo-utils
perseo-main
diff --git a/rpm/SPECS/cep-core.spec b/rpm/SPECS/cep-core.spec
index 12ff165..e7db97a 100644
--- a/rpm/SPECS/cep-core.spec
+++ b/rpm/SPECS/cep-core.spec
@@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war
%changelog
+* Thu Sep 30 2021 Alvaro Vega 1.8.0
+- Upgrade to use Esper 8.4 from Exper 7.X (#136)
+
* Wed Jul 14 2021 Alvaro Vega 1.7.0
- Logging. Update for force to use only console instead of file
- Logging: Update entrypoint to create a symlink from the logfile to stdout, and remove tail execution to stream logfile.
diff --git a/rpm/create-rpm.sh b/rpm/create-rpm.sh
index d196955..e03eb24 100755
--- a/rpm/create-rpm.sh
+++ b/rpm/create-rpm.sh
@@ -21,7 +21,7 @@
CEP_VERSION=$2
if [ -z "$CEP_VERSION" ]; then
- CEP_VERSION=1.7.0-SNAPSHOT
+ CEP_VERSION=1.8.0
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then