Skip to content

Commit

Permalink
Merge pull request #64 from telefonicaid/task/step_to_1.0.1
Browse files Browse the repository at this point in the history
ADD: Step: 1.0.0 -> 1.0.1
  • Loading branch information
crbrox authored Jun 21, 2016
2 parents 885622c + 5ac33e5 commit ee8958f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.0.0</version>
<version>1.0.1</version>
<packaging>war</packaging>

<name>perseo-core</name>
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 @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}/perseo-core.war

%changelog
* Tue Jun 21 2016 Fermin Galan <[email protected]> 1.0.1
- Fix: Dockerfile to build the right version corresponding to tag (#59)

* Fri Jun 03 2016 Fermin Galan <[email protected]> 1.0.0
- Add: Change log level at runtime with PUT (#43)
- Add: Add srv and subsrv in log traces (#44)
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.0.0
CEP_VERSION=1.0.1
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit ee8958f

Please sign in to comment.