Skip to content

Commit

Permalink
Merge pull request #140 from telefonicaid/task/prepare_1.4.0
Browse files Browse the repository at this point in the history
Step: 1.3.0-SNAPSHOT -> 1.4.0
  • Loading branch information
AlvaroVega authored Oct 29, 2019
2 parents 8655396 + 886ab13 commit 54f8034
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
Add library (lib-sunrise-sunset 1.1.1) to retrieve sunset and sunrise (#130)
Upgrade Esper library from 6.1.0 to 7.1.0
Fix use openjdk8 oficial instead unofficial openjdk after bug in official openjdk-8-jdk was fixed
Fix perseo-core log in docker container (#110)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>perseo-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>war</packaging>

<name>perseo-core</name>
Expand Down
6 changes: 6 additions & 0 deletions rpm/SPECS/cep-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war

%changelog
* Tue Oct 29 2019 Fermin Galan <[email protected]> 1.4.0
- Add library (lib-sunrise-sunset 1.1.1) to retrieve sunset and sunrise (#130)
- Fix use openjdk8 oficial instead unofficial openjdk after bug in official openjdk-8-jdk was fixed
- Fix perseo-core log in docker container (#110)
- Upgrade Esper library from 6.1.0 to 7.1.0

* Fri Feb 08 2019 Fermin Galan <[email protected]> 1.3.0
- Add: support for esper 6.1.0 timed rules("timer:XX" patterns and Match Recognize interval patterns) (#91)
- Add: environment variable based configuration (PERSEO_FE_URL and MAX_AGE)
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.3.0-SNAPSHOT
CEP_VERSION=1.4.0
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit 54f8034

Please sign in to comment.