Skip to content

Commit

Permalink
Merge pull request #180 from telefonicaid/task/prepare_1.8.0
Browse files Browse the repository at this point in the history
Step: 1.7.0-SNAPSHOT -> 1.8.0
  • Loading branch information
fgalan authored Sep 30, 2021
2 parents cb32f61 + 7d8257f commit 1ebdc8b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Upgrade to use Esper 8.4 from Exper 7.X (#136)

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.7.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<artifactId>perseo-utils</artifactId>
<groupId>com.telefonica.iot</groupId>
<version>1.7.0-SNAPSHOT</version>
<version>1.8.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.7.0-SNAPSHOT</version>
<version>1.8.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.7.0-SNAPSHOT</version>
<version>1.8.0</version>
<modules>
<module>perseo-utils</module>
<module>perseo-main</module>
Expand Down
3 changes: 3 additions & 0 deletions rpm/SPECS/cep-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war

%changelog
* Thu Sep 30 2021 Alvaro Vega <[email protected]> 1.8.0
- Upgrade to use Esper 8.4 from Exper 7.X (#136)

* Wed Jul 14 2021 Alvaro Vega <[email protected]> 1.7.0
- Logging. Update for force to use only console instead of file
- Logging: Update entrypoint to create a symlink from the logfile to stdout, and remove tail execution to stream logfile.
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.7.0-SNAPSHOT
CEP_VERSION=1.8.0
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit 1ebdc8b

Please sign in to comment.