From 10f737d9d33b30b2033f098cea18b84f1864bfbd Mon Sep 17 00:00:00 2001 From: Adrian Woodhead Date: Mon, 10 Feb 2020 14:00:57 +0000 Subject: [PATCH] Renamed `travis` profile to `coveralls` (#35) --- .travis.yml | 4 ++-- CHANGELOG.md | 4 ++++ pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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