From 5ac33e5d4813400e1fe496479e671c7c02a79e33 Mon Sep 17 00:00:00 2001 From: Fermin Galan Marquez Date: Tue, 21 Jun 2016 14:04:24 +0200 Subject: [PATCH] ADD: Step: 1.0.0 -> 1.0.1 --- pom.xml | 2 +- rpm/SPECS/cep-core.spec | 3 +++ rpm/create-rpm.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 478db78..df78700 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.telefonica.iot perseo-core - 1.0.0 + 1.0.1 war perseo-core diff --git a/rpm/SPECS/cep-core.spec b/rpm/SPECS/cep-core.spec index d6eb5b8..80f03f9 100644 --- a/rpm/SPECS/cep-core.spec +++ b/rpm/SPECS/cep-core.spec @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir}/perseo-core.war %changelog +* Tue Jun 21 2016 Fermin Galan 1.0.1 +- Fix: Dockerfile to build the right version corresponding to tag (#59) + * Fri Jun 03 2016 Fermin Galan 1.0.0 - Add: Change log level at runtime with PUT (#43) - Add: Add srv and subsrv in log traces (#44) diff --git a/rpm/create-rpm.sh b/rpm/create-rpm.sh index dc6a24a..e86a2e4 100755 --- a/rpm/create-rpm.sh +++ b/rpm/create-rpm.sh @@ -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