Skip to content

Commit

Permalink
Step: 1.4.0 -> 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Oct 29, 2019
1 parent 54f8034 commit dc8364e
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4.0</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>war</packaging>

<name>perseo-core</name>
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
CEP_VERSION=1.4.0-SNAPSHOT
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit dc8364e

Please sign in to comment.