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- - Haredning: add json library as proper dependency in pom.xml (version 20180813) instead of third-party source code
2- - Hardening: software quality improvement based on ISO25010 recommendations
3- - Fix: upgrade openjdk-8-jdk to openjdk-11-jdk in Dockerfile
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.5.0-SNAPSHOT </version >
27+ <version >1.6.0 </version >
2828 </parent >
2929 <packaging >war</packaging >
3030 <modelVersion >4.0.0</modelVersion >
7676 <dependency >
7777 <artifactId >perseo-utils</artifactId >
7878 <groupId >com.telefonica.iot</groupId >
79- <version >1.5.0-SNAPSHOT </version >
79+ <version >1.6.0 </version >
8080 </dependency >
8181 <dependency >
8282 <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.5.0-SNAPSHOT </version >
27+ <version >1.6.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.5.0-SNAPSHOT </version >
26+ <version >1.6.0 </version >
2727 <modules >
2828 <module >perseo-utils</module >
2929 <module >perseo-main</module >
161161 </plugin >
162162 </plugins >
163163 </reporting >
164- </project >
164+ </project >
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ rm -rf $RPM_BUILD_ROOT
102102%{_install_dir }/perseo-core.war
103103
104104%changelog
105+ * Tue May 12 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.6.0
106+ - Hardening: add json library as proper dependency in pom.xml (version 20180813) instead of third-party source code
107+ - Hardening: software quality improvement based on ISO25010 recommendations
108+ - Upgrade openjdk-8-jdk to openjdk-11-jdk in Dockerfile
109+
105110* Mon Dec 16 2019 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0
106111- Project detached into maven modules (Perseo-core used as parent module)
107112- Add: perseo-utils library (date time utility functions) into Esper
Original file line number Diff line number Diff line change 2121
2222CEP_VERSION=$2
2323if [ -z " $CEP_VERSION " ]; then
24- CEP_VERSION=1.5.0-SNAPSHOT
24+ CEP_VERSION=1.6.0
2525fi
2626CEP_RELEASE=$1
2727if [ -z " $CEP_RELEASE " ]; then
You can’t perform that action at this time.
0 commit comments