diff --git a/.travis.yml b/.travis.yml
index 4ba2355..0586909 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,6 @@ cache:
directories:
- ~/.m2/repository
install:
- - mvn install -DskipTests=true -Dmaven.javadoc.skip=true --quiet --batch-mode --show-version --activate-profiles travis
+ - mvn install -DskipTests=true -Dmaven.javadoc.skip=true --quiet --batch-mode --show-version
script:
- - mvn package --batch-mode --show-version --activate-profiles travis
+ - mvn package --batch-mode --show-version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e404f4d..c0a371b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [5.0.0] - 2020-02-10
+### Changed
+- Renamed `travis` profile to `coveralls`.
+
## [4.3.1] - 2020-02-06
### Changed
- Effectively the same as 4.3.0, just re-released due to Sonatype issues.
diff --git a/pom.xml b/pom.xml
index c58fc91..ce7394f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.hotels
hotels-oss-parent
- 4.3.2-SNAPSHOT
+ 5.0.0-SNAPSHOT
Parent POM for Hotels.com open source projects
pom
https://github.com/HotelsDotCom/hotels-oss-parent
@@ -543,7 +543,7 @@
- travis
+ coveralls