File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - FIX: allow null values in json object from event (#200)
Original file line number Diff line number Diff line change 2424 <parent >
2525 <artifactId >perseo-core</artifactId >
2626 <groupId >com.telefonica.iot</groupId >
27- <version >1.9.0-SNAPSHOT </version >
27+ <version >1.10.0 </version >
2828 </parent >
2929 <packaging >war</packaging >
3030 <modelVersion >4.0.0</modelVersion >
9494 <dependency >
9595 <artifactId >perseo-utils</artifactId >
9696 <groupId >com.telefonica.iot</groupId >
97- <version >1.9.0-SNAPSHOT </version >
97+ <version >1.10.0 </version >
9898 </dependency >
9999 <dependency >
100100 <groupId >org.json</groupId >
Original file line number Diff line number Diff line change 2424 <parent >
2525 <artifactId >perseo-core</artifactId >
2626 <groupId >com.telefonica.iot</groupId >
27- <version >1.9.0-SNAPSHOT </version >
27+ <version >1.10.0 </version >
2828 </parent >
2929 <modelVersion >4.0.0</modelVersion >
3030
Original file line number Diff line number Diff line change 2323
2424 <groupId >com.telefonica.iot</groupId >
2525 <artifactId >perseo-core</artifactId >
26- <version >1.9.0-SNAPSHOT </version >
26+ <version >1.10.0 </version >
2727 <modules >
2828 <module >perseo-utils</module >
2929 <module >perseo-main</module >
Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
102102%{_install_dir }/perseo-core.war
103103
104104%changelog
105+ * Wed Apr 27 2022 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.10.0
106+ - Fix: allow null values in json object from event (#200)
107+
105108* Tue Mar 15 2022 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.9.0
106109- Add: unhardwire default internal timer msec resolution (millisecond resolution of the internal timer thread) with a default of 10ms (#194)
107110- Add: INTERNAL_TIMER_MSEC_RESOLUTION env var for internal msec resolution (#194)
Original file line number Diff line number Diff line change 2121
2222CEP_VERSION=$2
2323if [ -z " $CEP_VERSION " ]; then
24- CEP_VERSION=1.9.0-SNAPSHOT
24+ CEP_VERSION=1.10.0
2525fi
2626CEP_RELEASE=$1
2727if [ -z " $CEP_RELEASE " ]; then
You can’t perform that action at this time.
0 commit comments