From 32244ae7b426a9080c68dd36131131ceacb18a31 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 8 Jan 2016 11:42:40 +0000 Subject: [PATCH 1/4] pom.xml: version set to 0.7.0-SNAPSHOT Signed-off-by: Paul Campbell --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 125d03b..5eba823 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 0.6.0 + 0.7.0-SNAPSHOT pom Kemitix Parent From 290bc61b3daead40b17e7fe8e3371fc04d4390ab Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 12 Jan 2016 13:33:28 +0000 Subject: [PATCH 2/4] pom.xml: upgrade maven-{surefire,failsafe}-plugin to 2.19.1 Bug fix now supports full class name when running single tests. Signed-off-by: Paul Campbell --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5eba823..2d1054d 100644 --- a/pom.xml +++ b/pom.xml @@ -169,13 +169,13 @@ org.apache.maven.plugins maven-surefire-plugin - 2.18.1 + 2.19.1 org.apache.maven.plugins maven-failsafe-plugin - 2.18.1 + 2.19.1 integration-test @@ -356,7 +356,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.18.1 + 2.19.1 org.apache.maven.plugins From b174ce46089946c988c129938c2e21e68eecfc8a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 12 Jan 2016 13:40:31 +0000 Subject: [PATCH 3/4] pom.xml: version set to 0.6.1 Signed-off-by: Paul Campbell --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d1054d..040a26c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 0.7.0-SNAPSHOT + 0.6.1 pom Kemitix Parent From 591d8fe45eb2bd804a20baed6eeb31bd73299d33 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 12 Jan 2016 13:40:31 +0000 Subject: [PATCH 4/4] CHANGELOG Signed-off-by: Paul Campbell --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e3ff559..7a86ca2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ CHANGELOG ========= +0.6.1 +------ + +* Upgrade maven-surefire-plugin to 2.19.1 + 0.6.0 ------