From 83035fae2a1c4edb2aa558fff8814e72e3deba55 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 7 Jul 2022 08:15:25 +0200 Subject: [PATCH 1/2] step: 1.12.0-snapshot -> 1.13.0 --- perseo-main/pom.xml | 4 ++-- perseo-utils/pom.xml | 2 +- pom.xml | 2 +- rpm/SPECS/cep-core.spec | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/perseo-main/pom.xml b/perseo-main/pom.xml index 3982962..ad56341 100644 --- a/perseo-main/pom.xml +++ b/perseo-main/pom.xml @@ -24,7 +24,7 @@ perseo-core com.telefonica.iot - 1.12.0-SNAPSHOT + 1.13.0 war 4.0.0 @@ -94,7 +94,7 @@ perseo-utils com.telefonica.iot - 1.12.0-SNAPSHOT + 1.13.0 org.json diff --git a/perseo-utils/pom.xml b/perseo-utils/pom.xml index 0cc87c2..f4111f7 100644 --- a/perseo-utils/pom.xml +++ b/perseo-utils/pom.xml @@ -24,7 +24,7 @@ perseo-core com.telefonica.iot - 1.12.0-SNAPSHOT + 1.13.0 4.0.0 diff --git a/pom.xml b/pom.xml index c624bf2..7a396e8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.telefonica.iot perseo-core - 1.12.0-SNAPSHOT + 1.13.0 perseo-utils perseo-main diff --git a/rpm/SPECS/cep-core.spec b/rpm/SPECS/cep-core.spec index 0465681..5fa6576 100644 --- a/rpm/SPECS/cep-core.spec +++ b/rpm/SPECS/cep-core.spec @@ -102,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir}/perseo-core.war %changelog +* Thu Jul 7 2022 Alvaro Vega 1.13.0 +- Add java.lang.* and java.util.* packages (all functions) into Esper (#217) +- Switch log level to PERSEO_LOG_LEVEL env var if was provided to docker (#178) + * Wed May 11 2022 Alvaro Vega 1.12.0 - Provide JSONArray as ArrayList in an Esper event map - Upgrade minor jetty dep 9.4.12.v20180830 to 9.4.46.v20220331 From 72a6513c6d0cccbbf8f09a4117cf877450c6f0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 7 Jul 2022 09:44:54 +0200 Subject: [PATCH 2/2] FIX flush CNR file --- CHANGES_NEXT_RELEASE | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 88ea8a5..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,2 +0,0 @@ -- Add java.lang.* and java.util.* packages (all functions) into Esper (#217) -- Switch log level to PERSEO_LOG_LEVEL env var if was provided to docker (#178)