Skip to content

Commit 6bc772a

Browse files
authored
Merge pull request #161 from telefonicaid/task/prepare_1.6.0
Step: 1.5.0-SNAPSHOT -> 1.6.0
2 parents e42857c + af37cba commit 6bc772a

6 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- Haredning: add json library as proper dependency in pom.xml (version 20180813) instead of third-party source code
2-
- Hardening: software quality improvement based on ISO25010 recommendations
3-
- Fix: upgrade openjdk-8-jdk to openjdk-11-jdk in Dockerfile

perseo-main/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>perseo-core</artifactId>
2626
<groupId>com.telefonica.iot</groupId>
27-
<version>1.5.0-SNAPSHOT</version>
27+
<version>1.6.0</version>
2828
</parent>
2929
<packaging>war</packaging>
3030
<modelVersion>4.0.0</modelVersion>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<artifactId>perseo-utils</artifactId>
7878
<groupId>com.telefonica.iot</groupId>
79-
<version>1.5.0-SNAPSHOT</version>
79+
<version>1.6.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.json</groupId>

perseo-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>perseo-core</artifactId>
2626
<groupId>com.telefonica.iot</groupId>
27-
<version>1.5.0-SNAPSHOT</version>
27+
<version>1.6.0</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.telefonica.iot</groupId>
2525
<artifactId>perseo-core</artifactId>
26-
<version>1.5.0-SNAPSHOT</version>
26+
<version>1.6.0</version>
2727
<modules>
2828
<module>perseo-utils</module>
2929
<module>perseo-main</module>
@@ -161,4 +161,4 @@
161161
</plugin>
162162
</plugins>
163163
</reporting>
164-
</project>
164+
</project>

rpm/SPECS/cep-core.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ rm -rf $RPM_BUILD_ROOT
102102
%{_install_dir}/perseo-core.war
103103

104104
%changelog
105+
* Tue May 12 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.6.0
106+
- Hardening: add json library as proper dependency in pom.xml (version 20180813) instead of third-party source code
107+
- Hardening: software quality improvement based on ISO25010 recommendations
108+
- Upgrade openjdk-8-jdk to openjdk-11-jdk in Dockerfile
109+
105110
* Mon Dec 16 2019 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0
106111
- Project detached into maven modules (Perseo-core used as parent module)
107112
- Add: perseo-utils library (date time utility functions) into Esper

rpm/create-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
CEP_VERSION=$2
2323
if [ -z "$CEP_VERSION" ]; then
24-
CEP_VERSION=1.5.0-SNAPSHOT
24+
CEP_VERSION=1.6.0
2525
fi
2626
CEP_RELEASE=$1
2727
if [ -z "$CEP_RELEASE" ]; then

0 commit comments

Comments
 (0)