From 886ab137e02478ad6396da105940929f430993b0 Mon Sep 17 00:00:00 2001 From: Fermin Galan Marquez Date: Tue, 29 Oct 2019 12:22:17 +0100 Subject: [PATCH] Step: 1.3.0-SNAPSHOT -> 1.4.0 --- CHANGES_NEXT_RELEASE | 4 ---- pom.xml | 2 +- rpm/SPECS/cep-core.spec | 6 ++++++ rpm/create-rpm.sh | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index f09b819..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +0,0 @@ -Add library (lib-sunrise-sunset 1.1.1) to retrieve sunset and sunrise (#130) -Upgrade Esper library from 6.1.0 to 7.1.0 -Fix use openjdk8 oficial instead unofficial openjdk after bug in official openjdk-8-jdk was fixed -Fix perseo-core log in docker container (#110) diff --git a/pom.xml b/pom.xml index f77608e..a4120a4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.telefonica.iot perseo-core - 1.3.0-SNAPSHOT + 1.4.0 war perseo-core diff --git a/rpm/SPECS/cep-core.spec b/rpm/SPECS/cep-core.spec index 61c59b4..59b39d3 100644 --- a/rpm/SPECS/cep-core.spec +++ b/rpm/SPECS/cep-core.spec @@ -102,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir}/perseo-core.war %changelog +* Tue Oct 29 2019 Fermin Galan 1.4.0 +- Add library (lib-sunrise-sunset 1.1.1) to retrieve sunset and sunrise (#130) +- Fix use openjdk8 oficial instead unofficial openjdk after bug in official openjdk-8-jdk was fixed +- Fix perseo-core log in docker container (#110) +- Upgrade Esper library from 6.1.0 to 7.1.0 + * Fri Feb 08 2019 Fermin Galan 1.3.0 - Add: support for esper 6.1.0 timed rules("timer:XX" patterns and Match Recognize interval patterns) (#91) - Add: environment variable based configuration (PERSEO_FE_URL and MAX_AGE) diff --git a/rpm/create-rpm.sh b/rpm/create-rpm.sh index 3e22182..eadee9e 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.3.0-SNAPSHOT + CEP_VERSION=1.4.0 fi CEP_RELEASE=$1 if [ -z "$CEP_RELEASE" ]; then