Skip to content

Commit

Permalink
Step: 1.11.0-SNAPSHOT -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 11, 2022
1 parent 641de59 commit c225665
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Upgrade minor jetty dep 9.4.12.v20180830 to 9.4.46.v20220331
- Upgrade org.json dep from from version 20180813 to 20220320
- Provide JSONArray as ArrayList in an Esper event map

2 changes: 1 addition & 1 deletion perseo-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>perseo-core</artifactId>
<groupId>com.telefonica.iot</groupId>
<version>1.11.0-SNAPSHOT</version>
<version>1.12.0</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion perseo-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>perseo-core</artifactId>
<groupId>com.telefonica.iot</groupId>
<version>1.11.0-SNAPSHOT</version>
<version>1.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>perseo-core</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.12.0</version>
<modules>
<module>perseo-utils</module>
<module>perseo-main</module>
Expand Down
5 changes: 5 additions & 0 deletions rpm/SPECS/cep-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war

%changelog
* Wed May 28 2022 Alvaro Vega <[email protected]> 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
- Upgrade org.json dep from from version 20180813 to 20220320

* Thu Apr 28 2022 Alvaro Vega <[email protected]> 1.11.0
- Fix: allow null values in json object from event (#200, reopened)

Expand Down
2 changes: 1 addition & 1 deletion rpm/create-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

CEP_VERSION=$2
if [ -z "$CEP_VERSION" ]; then
CEP_VERSION=1.11.0-SNAPSHOT
CEP_VERSION=1.12.0
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit c225665

Please sign in to comment.