Skip to content

Commit 83e831d

Browse files
committed
Step: 1.9.0-SNAPSHOT -> 1.10.0
1 parent 4176fba commit 83e831d

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- FIX: allow null values in json object from event (#200)

perseo-main/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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>
@@ -94,7 +94,7 @@
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>

perseo-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

rpm/SPECS/cep-core.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

rpm/create-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
CEP_VERSION=$2
2323
if [ -z "$CEP_VERSION" ]; then
24-
CEP_VERSION=1.9.0-SNAPSHOT
24+
CEP_VERSION=1.10.0
2525
fi
2626
CEP_RELEASE=$1
2727
if [ -z "$CEP_RELEASE" ]; then

0 commit comments

Comments
 (0)