Skip to content

Commit

Permalink
Merge branch 'fiqare-perseo-core-improvements' of https://github.com/…
Browse files Browse the repository at this point in the history
…fiqare-emergya-dev/cdti-fiqare-perseo-core-src into fiqare-perseo-core-improvements
  • Loading branch information
fiqare-emergya-dev committed Jan 23, 2020
2 parents 61b8a4c + c8154a4 commit cff907d
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>
<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.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 cff907d

Please sign in to comment.