Skip to content

Commit

Permalink
Merge pull request #153 from telefonicaid/task/prepare_1.5.0
Browse files Browse the repository at this point in the history
Step: 1.4.0-SNAPSHOT -> 1.5.0
  • Loading branch information
AlvaroVega authored Dec 17, 2019
2 parents 5ad8413 + edf77f6 commit 4d19982
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
7 changes: 0 additions & 7 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
Project detached into maven modules.
Perseo-core used as parent module.
Refactorized perseo-core into perseo-main.
Removed SunriseSunset library from perseo-main. Now is attached to perseo-utils.
Add perseo-utils library (date time utility functions) into Esper.
Disable cache from imported functions used as EPL.
Disable cache on EPServiceProvider setup.
6 changes: 3 additions & 3 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.4.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -76,8 +76,8 @@
<dependency>
<artifactId>perseo-utils</artifactId>
<groupId>com.telefonica.iot</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions 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.4.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -59,4 +59,4 @@
</dependencies>


</project>
</project>
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.4.0-SNAPSHOT</version>
<version>1.5.0</version>
<modules>
<module>perseo-utils</module>
<module>perseo-main</module>
Expand Down
8 changes: 8 additions & 0 deletions rpm/SPECS/cep-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-main.war

%changelog
* Mon Dec 16 2019 Fermin Galan <[email protected]> 1.5.0
- Project detached into maven modules (Perseo-core used as parent module)
- Add: perseo-utils library (date time utility functions) into Esper
- Fix: refactorized perseo-core into perseo-main
- Fix: Removed SunriseSunset library from perseo-main. Now is attached to perseo-utils
- Fix: Disable cache from imported functions used as EPL
- Fix: Disable cache on EPServiceProvider setup

* 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
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.4.0-SNAPSHOT
CEP_VERSION=1.5.0
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit 4d19982

Please sign in to comment.