Skip to content

Commit

Permalink
Merge pull request #154 from telefonicaid/task/prepare_1.5.0-next
Browse files Browse the repository at this point in the history
Step: 1.5.0 -> 1.5.0-SNAPSHOT
  • Loading branch information
AlvaroVega authored Dec 17, 2019
2 parents 4d19982 + 1a4a074 commit 8286f54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.5.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>
<packaging>war</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<artifactId>perseo-utils</artifactId>
<groupId>com.telefonica.iot</groupId>
<version>1.5.0</version>
<version>1.5.0-SNAPSHOT</version>
</dependency>
</dependencies>

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.5.0</version>
<version>1.5.0-SNAPSHOT</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.5.0</version>
<version>1.5.0-SNAPSHOT</version>
<modules>
<module>perseo-utils</module>
<module>perseo-main</module>
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.5.0
CEP_VERSION=1.5.0-SNAPSHOT
fi
CEP_RELEASE=$1
if [ -z "$CEP_RELEASE" ]; then
Expand Down

0 comments on commit 8286f54

Please sign in to comment.