From d44c20e415120a8d0463f43fbf74cba9f4e9a07f Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Thu, 10 Jan 2019 16:01:30 -0800 Subject: [PATCH 1/3] fix: (versions) update maven-surefire-plugin to 3.0.0-M3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dab23bdd4ed..24f321fd2b7 100644 --- a/pom.xml +++ b/pom.xml @@ -284,7 +284,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M1 + 3.0.0-M3 From 2ddc5b1eed373261b0cc90208021417a75cb9d4b Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Thu, 10 Jan 2019 16:59:03 -0800 Subject: [PATCH 2/3] try maven-failsafe-plugin.version 3.0.0-M3 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 24f321fd2b7..4b17d397e4d 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ Activiti Core :: Parent http://activiti.org + 3.0.0-M3 0.0.0-SNAPSHOT-PR-47-19 0.0.0-SNAPSHOT-PR-65-13 0.0.0-SNAPSHOT-PR-41-4 From c3f15195250fc78558068609a6bd67903b67be54 Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Thu, 10 Jan 2019 18:29:52 -0800 Subject: [PATCH 3/3] fix: (version) update activiti-build.version to 0.0.0-SNAPSHOT-PR-47-20 --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4b17d397e4d..6bd0b195e62 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.activiti.build activiti-parent - 0.0.0-SNAPSHOT-PR-47-19 + 0.0.0-SNAPSHOT-PR-47-20 org.activiti @@ -16,10 +16,9 @@ Activiti Core :: Parent http://activiti.org - 3.0.0-M3 - 0.0.0-SNAPSHOT-PR-47-19 - 0.0.0-SNAPSHOT-PR-65-13 - 0.0.0-SNAPSHOT-PR-41-4 + 0.0.0-SNAPSHOT-PR-47-20 + 0.0.0-SNAPSHOT-PR-65-14 + 0.0.0-SNAPSHOT-PR-41-5 ${project.version} 1.10 1.5 @@ -285,7 +284,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M3 + ${maven-surefire-plugin.version}