Skip to content

Commit

Permalink
step: 1.12.0-snapshot -> 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jul 7, 2022
1 parent bd8619b commit 83035fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.12.0-SNAPSHOT</version>
<version>1.13.0</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<artifactId>perseo-utils</artifactId>
<groupId>com.telefonica.iot</groupId>
<version>1.12.0-SNAPSHOT</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
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.12.0-SNAPSHOT</version>
<version>1.13.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.12.0-SNAPSHOT</version>
<version>1.13.0</version>
<modules>
<module>perseo-utils</module>
<module>perseo-main</module>
Expand Down
4 changes: 4 additions & 0 deletions rpm/SPECS/cep-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war

%changelog
* Thu Jul 7 2022 Alvaro Vega <[email protected]> 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 <[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
Expand Down

0 comments on commit 83035fa

Please sign in to comment.